This numpy-typing-compat release is the first to use the new versioning scheme. See #53 for details. This also fixes a runtime error on Python 3.8 and 3.9.
What's Changed
- restrict the
uv_buildversion by @jorenham in #47 - validate wheels by installing and importing them by @jorenham in #48
- fix
ImportErroronpython<3.10by @jorenham in #49 basedpyright --verifytypesthe built wheels by @jorenham in #52- new versioning scheme by @jorenham in #53
- tabulate the version requirements by @jorenham in #54
Full Changelog: v20250814...v20250818
| numpy-typing-compat | NumPy | Python |
|---|---|---|
20250818.1.22 |
>=1.22,<1.23 |
>=3.8 |
20250818.1.23 |
>=1.23,<1.25 |
>=3.8 |
20250818.1.25 |
>=1.25,<2.0 |
>=3.9 |
20250818.2.0 |
>=2.0,<2.1 |
>=3.9 |
20250818.2.1 |
>=2.1,<2.2 |
>=3.10 |
20250818.2.2 |
>=2.2,<2.3 |
>=3.10 |
20250818.2.3 |
>=2.3,<2.4 |
>=3.11 |