Skip to content

Commit

Permalink
Merge pull request #34 from Kitware/update-to-v0.17.1
Browse files Browse the repository at this point in the history
Update to v0.17.1.
  • Loading branch information
bjrichardwebster authored Jun 23, 2023
2 parents 7d2b507 + 4b35369 commit 5de1c63
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 42 deletions.
1 change: 1 addition & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Release Notes
release_notes/v0.16.2
release_notes/v0.16.3
release_notes/v0.17.0
release_notes/v0.17.1
12 changes: 12 additions & 0 deletions docs/release_notes/v0.17.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
v0.17.1
=======

The recent minor release `v0.17.0` added in the use of `numpy.typing.NDArray` for static typing, this necessitates the need to raise the numpy minimum to 1.21+ but was not appropriately updated in the abstract dependencies.

Updates / New Features
----------------------

Fixes
-----

* Raised the minimum numpy version to `1.21+`.
80 changes: 40 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
###############################################################################
[tool.poetry]
name = "smqtk_image_io"
version = "0.17.0"
version = "0.17.1"
description = "SMQTK Image IO"
authors = ["Kitware, Inc. <[email protected]>"]
license = "BSD-3-Clause"
Expand All @@ -27,7 +27,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
pillow = ">=8.2.0"
numpy = ">=1.19.5"
numpy = ">=1.21"
smqtk-core = ">=0.19"
smqtk-dataprovider = ">=0.16.0"

Expand Down

0 comments on commit 5de1c63

Please sign in to comment.