v1.5.0
- 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 theextended_header
attribute directly to access items in FEI1- and FEI2-type extended headers
will need to be updated to useindexed_extended_header
instead. - Add support for numpy 1.24, 1.25 and 1.26 and Python 3.12