Skip to content

Commit

Permalink
Release v2024.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Mar 20, 2024
1 parent 481b2ee commit d71ac44
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interest, geometric shapes, paths, text, and whatnot for image overlays.

:Author: `Christoph Gohlke <https://www.cgohlke.com>`_
:License: BSD 3-Clause
:Version: 2024.1.10
:Version: 2024.3.20
:DOI: `10.5281/zenodo.6941603 <https://doi.org/10.5281/zenodo.6941603>`_

Quickstart
Expand All @@ -18,7 +18,7 @@ Quickstart
Install the roifile package and all dependencies from the
`Python Package Index <https://pypi.org/project/roifile/>`_::

python -m pip install -U roifile[all]
python -m pip install -U "roifile[all]"

View overlays stored in a ROI, ZIP, or TIFF file::

Expand All @@ -35,14 +35,18 @@ Requirements
This revision was tested with the following requirements and dependencies
(other versions may work):

- `CPython <https://www.python.org>`_ 3.9.13, 3.10.11, 3.11.4, 3.12.1
- `Numpy <https://pypi.org/project/numpy/>`_ 1.26.3
- `Tifffile <https://pypi.org/project/tifffile/>`_ 2023.12.9 (optional)
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.8.2 (optional)
- `CPython <https://www.python.org>`_ 3.9.13, 3.10.11, 3.11.8, 3.12.2
- `Numpy <https://pypi.org/project/numpy/>`_ 1.26.4
- `Tifffile <https://pypi.org/project/tifffile/>`_ 2024.2.12 (optional)
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.8.3 (optional)

Revisions
---------

2024.3.20

- Fix writing generator of ROIs (#9).

2024.1.10

- Support text rotation.
Expand Down Expand Up @@ -72,21 +76,6 @@ Revisions

2022.7.29

- Update metadata.

2022.3.18

- Fix creating ROIs from float coordinates exceeding int16 range (#7).
- Fix bottom-right bounds in ImagejRoi.frompoints.

2022.2.2

- Add type hints.
- Change ImagejRoi to dataclass.
- Drop support for Python 3.7 and numpy < 1.19 (NEP29).

2021.6.6

- …

Refer to the CHANGES file for older revisions.
Expand Down

0 comments on commit d71ac44

Please sign in to comment.