v3.5.0
·
0 commits
to e7a447d9d573221d60dddf113a1f011bd60a58c6
since this release
What's New
Python 3.13 Support
- Extended Python support range to
>=3.10,<3.14 - Removed Python version caps from all optional dependencies
Dependency Updates
- upolygon
^0.2.2: fixesrle_encodedtype mismatch on Windows with NumPy 2.x - torch
^2.8.0: Python 3.13 wheels on all platforms + CVE-2025-3730 fix - torchvision
^0.23.0: compatible with torch 2.8 - numpy simplified to
>=1.26.4,<3(single constraint for all Python versions)
CI Improvements
- All workflows updated to Poetry 2.3.3
- Test matrix now includes Python 3.13 across Ubuntu, macOS, and Windows
- E2E workflow updated to Poetry 2.3.3
Other
- Replaced
pytest.importorskip("torch")with direct imports to surface missing extras as hard errors in CI