Skip to content

Remove nptyping and add python 3.14 support#43

Merged
a-vanderheiden merged 3 commits intojoss-reviewfrom
np-typing
Mar 29, 2026
Merged

Remove nptyping and add python 3.14 support#43
a-vanderheiden merged 3 commits intojoss-reviewfrom
np-typing

Conversation

@a-vanderheiden
Copy link
Copy Markdown
Collaborator

As seen in #40, nptyping is causing an import error with numpy 2.0+ when it tries to import the numpy.bool8 datatype that no longer exists.

nptyping has been removed as a dependency and defined any array types now just use numpy.ndarray.

This issue was found with python 3.14 which was not included in CI. CI now includes tests on 3.13 and 3.14.

@a-vanderheiden a-vanderheiden merged commit 7ba25dc into joss-review Mar 29, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant