Releases: thombashi/tabledata
Releases · thombashi/tabledata
v1.3.5
What's Changed
- Bump the actions-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #8
- Drop support for Python 3.9 and add support for Python 3.14 by @thombashi in #9
- Update requirements by @thombashi in #10
- Fix the error messages of the
TableData.validate_rowsmethod - Fix a type annotation of the
TableData.filter_columnmethod - Fix equality comparison in TableData to handle NaN values correctly
New Contributors
- @dependabot[bot] made their first contribution in #8
Full Changelog: v1.3.4...v1.3.5
v1.3.4
- Drop support for Python 3.7/3.8
- Add support for Python 3.12/3.13
- Add GitHub Actions workflows for building and publishing to PyPI/TestPyPI and signing with sigstore
- Refactoring
Full Changelog: v1.3.3...v1.3.4
v1.3.3
- Improve type annotations
Full Changelog: v1.3.2...v1.3.3
v1.3.2
- Drop support for Python 3.6
- Bump minimum required version of
DataPropertyto 1.0.1 - Improve type annotations
- Update
[build-system] - Add
zip_safe=False - Add
__all__to init.py - Update
DeprecationWarning
Full Changelog: v1.3.1...v1.3.2