Skip to content

Commit

Permalink
Release v2023.8.30
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Aug 31, 2023
1 parent 1328b19 commit 74c86d4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 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: 2023.5.12
:Version: 2023.8.30
:DOI: `10.5281/zenodo.6941603 <https://doi.org/10.5281/zenodo.6941603>`_

Quickstart
Expand All @@ -35,14 +35,19 @@ 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.3
- `Numpy <https://pypi.org/project/numpy/>`_ 1.23.5
- `Tifffile <https://pypi.org/project/tifffile/>`_ 2023.4.12 (optional)
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.7.1 (optional)
- `CPython <https://www.python.org>`_ 3.9.13, 3.10.11, 3.11.5, 3.12rc
- `Numpy <https://pypi.org/project/numpy/>`_ 1.25.2
- `Tifffile <https://pypi.org/project/tifffile/>`_ 2023.8.30 (optional)
- `Matplotlib <https://pypi.org/project/matplotlib/>`_ 3.7.2 (optional)

Revisions
---------

2023.8.30

- Fix linting issues.
- Add py.typed marker.

2023.5.12

- Improve object repr and type hints.
Expand Down

0 comments on commit 74c86d4

Please sign in to comment.