Skip to content

Releases: thombashi/tabledata

v1.3.3

16 Sep 13:23
v1.3.3
Compare
Choose a tag to compare
  • Improve type annotations

Full Changelog: v1.3.2...v1.3.3

v1.3.2

16 Sep 02:30
v1.3.2
Compare
Choose a tag to compare
  • 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

18 Feb 15:56
v1.3.1
Compare
Choose a tag to compare

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

  • @hugovk made their first contribution in #2

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Sep 14:22
v1.3.0
Compare
Choose a tag to compare
  • Add max_precision to the TableData constructor
  • Modify type annotation
  • Update requirements

v1.2.0

17 Jul 11:38
v1.2.0
Compare
Choose a tag to compare
  • Drop support for Python 3.6
  • Modify type annotations

v1.1.4

03 May 15:03
v1.1.4
Compare
Choose a tag to compare
  • Add support for Python 3.10
  • Update requirements

v1.0.0

21 Mar 02:41
v1.0.0
Compare
Choose a tag to compare
  • Drop Python 2 support
  • Add type annotations and py.typed to the package
  • Update requirements
  • Bug fixes