Skip to content

v1.5.0

Compare
Choose a tag to compare
@colinpalmer colinpalmer released this 10 Jan 15:35
· 31 commits to master since this release
  • Add new indexed_extended_header attribute to access the indexed part of
    the extended header if it exists (thanks to David Waterman). Note that this
    introduces a change in behaviour: code that used the extended_header
    attribute directly to access items in FEI1- and FEI2-type extended headers
    will need to be updated to use indexed_extended_header instead.
  • Add support for numpy 1.24, 1.25 and 1.26 and Python 3.12