14
0

- update to 1.5.0:

* Add new 'indexed_extended_header' attribute to access the
    indexed part of the extended header if it exists
  * Add support for numpy 1.24, 1.25 and 1.26 and Python 3.12

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mrcfile?expand=0&rev=5
This commit is contained in:
2024-01-22 22:30:45 +00:00
committed by Git OBS Bridge
parent a22b129d86
commit 9150d2b8d8
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 22 22:30:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.5.0:
* Add new 'indexed_extended_header' attribute to access the
indexed part of the extended header if it exists
* Add support for numpy 1.24, 1.25 and 1.26 and Python 3.12
-------------------------------------------------------------------
Tue May 2 11:15:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>