Skip to content

Releases: thombashi/tabledata

v1.3.5

11 May 12:03

Choose a tag to compare

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_rows method
  • Fix a type annotation of the TableData.filter_column method
  • Fix equality comparison in TableData to handle NaN values correctly

New Contributors

Full Changelog: v1.3.4...v1.3.5

v1.3.4

31 Dec 14:13

Choose a tag to compare

  • 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

16 Sep 13:23
v1.3.3

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

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

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

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

Choose a tag to compare

  • Drop support for Python 3.6
  • Modify type annotations

v1.1.4

03 May 15:03
v1.1.4

Choose a tag to compare

  • Add support for Python 3.10
  • Update requirements

v1.0.0

21 Mar 02:41
v1.0.0

Choose a tag to compare

  • Drop Python 2 support
  • Add type annotations and py.typed to the package
  • Update requirements
  • Bug fixes