Releases: thombashi/tabledata
Releases · thombashi/tabledata
v1.3.2
- Drop support for Python 3.6
- Bump minimum required version of
DataProperty
to 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
v1.3.1
What's Changed
- Lazily import pandas to speedup non-pandas use by @hugovk in #2
- Add support for Python 3.11 by @hugovk in #1
- Update requirements
New Contributors
Full Changelog: v1.3.0...v1.3.1
v1.3.0
- Add
max_precision
to the TableData
constructor
- Modify type annotation
- Update requirements
v1.2.0
- Drop support for Python 3.6
- Modify type annotations
v1.1.4
- Add support for Python 3.10
- Update requirements
v1.0.0
- Drop Python 2 support
- Add type annotations and
py.typed
to the package
- Update requirements
- Bug fixes