Changelog for
python311-netpbmfile-2023.8.30-lp160.2.4.noarch.rpm :
* Tue Dec 12 2023 Dirk Müller
- 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 2021 andy great - Skip python36 because python-numpy does not support it.
* Thu Nov 26 2020 andy great - 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 2020 andy great - Update spec file to use python alternative.
* Wed Jun 03 2020 andy great - Initial package release.