File python-netpbmfile.changes of Package python-netpbmfile
-------------------------------------------------------------------
Thu May 29 09:49:07 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2025.5.8:
* Remove doctest command line option.
* Improve type hints.
* Drop support for Python 3.9, support Python 3.13.
-------------------------------------------------------------------
Thu Nov 14 08:53:15 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.5.24:
* fix docstring examples not correctly rendered on GitHub.
* support NumPy 2.
* Fix linting issues.
* Add py.typed marker.
-------------------------------------------------------------------
Tue Dec 12 13:46:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.8.30:
* Fix linting issues.
* Add py.typed marker.
* Drop support for Python 3.8 and numpy < 1.21 (NEP29).
* Improve type hints.
* Several breaking changes:
* Rename magicnum to magicnumber (breaking).
* Rename tupltypes to tupltype (breaking).
* Change magicnumber and header properties to str (breaking).
* Replace pam parameter with magicnumber (breaking).
* Move byteorder parameter from NetpbmFile.asarray to NetpbmFile (breaking).
* Fix shape and axes properties for multi-image files.
* Add maxval and tupltype parameters to NetpbmFile.fromdata and imwrite.
* Add option to write comment to PNM and PAM files.
* Support writing PGX and text formats.
* Add Google style docstrings.
* Add unittests.
* Read multi-image files.
* Fix reading ASCII formats with trailing comments.
* Fix writing maxval=1, depth=1 binary images.
* Use tifffile.imshow for multi-image arrays if installed.
* Change tupltypes to bytes according to specification (breaking).
* Allow space after token value in PAM.
* Update metadata.
* Add type hints.
* Support reading PF4 RGBA FloatMaps.
* Drop support for Python 3.7 and numpy < 1.19 (NEP29).
* Fix unclosed file warnings.
* Support reading PGX JPEG2000 reference images.
-------------------------------------------------------------------
Fri Feb 19 08:35:00 UTC 2021 - andy great <andythe_great@pm.me>
- Skip python36 because python-numpy does not support it.
-------------------------------------------------------------------
Thu Nov 26 06:58:50 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 2020.10.18.
* Disallow comments after last value in PNM headers.
- Update since 2020.1.1
Remove support for Python 3.6.
Support os.PathLike file names.
-------------------------------------------------------------------
Fri Jul 31 15:04:11 UTC 2020 - andy great <andythe_great@pm.me>
- Update spec file to use python alternative.
-------------------------------------------------------------------
Wed Jun 3 22:24:26 UTC 2020 - andy great <andythe_great@pm.me>
- Initial package release.