Changelog for
python310-roifile-2024.5.24-2.2.noarch.rpm :
* Wed Jul 17 2024 Ben Greiner
- Revert numpy < 2 restriction
* Wed Jul 17 2024 Steve Kowalik - Restrict numpy to < 2 for now.- Switch to pyproject macros.
* Sat Jun 29 2024 Dirk Müller - update to 2024.5.24:
* Fix GitHub not correctly rendering docstring examples.
* Thu Mar 21 2024 Dirk Müller - update to 2024.3.20:
* Fix writing generator of ROIs (#9).
* Sun Jan 21 2024 Dirk Müller - update to 2024.1.10:
* Support text rotation.
* Improve text rendering.
* Avoid array copies.
* Limit size read from files.
* Wed Dec 13 2023 Dirk Müller - update to 2023.8.30:
* Fix linting issues.
* Add py.typed marker.
* Improve object repr and type hints.
* Drop support for Python 3.8 and numpy < 1.21
* Delay import of zipfile.
* Verify shape of coordinates on write.
* Fix integer coordinates to -5000..60536 conforming with ImageJ
* Add subpixel_coordinates in frompoints for out-of-range integer coordinates.
* Fix creating ROIs from float coordinates exceeding int16 range
* Fix bottom-right bounds in ImagejRoi.frompoints.
* Add type hints.
* Change ImagejRoi to dataclass.
* Drop support for Python 3.7 and numpy < 1.19 (NEP29).
* Add enums for point types and sizes.
* Tue Apr 27 2021 Steve Kowalik - Update to 2020.11.28:
* Support group attribute.
* Add roiread and roiwrite functions (#3).
* Use UUID as default name of ROI in ImagejRoi.frompoints (#2).- Do not build for Python 3.6, due to no NumPy.
* Thu Nov 26 2020 andy great - Update to version 2020.8.13.
* Support writing to ZIP file.
* Support os.PathLike file names.
* Sat Aug 01 2020 andy great - Update spec file to use python alternative.
* Mon Jun 01 2020 andy great - Initial package release.