Skip to content

Releases: thombashi/pytablereader

v0.31.4

25 Jun 04:16
Compare
Choose a tag to compare
  • Drop support for Python 3.6
  • Add support for Python 3.11
  • Update [build-system]
  • Modify to use pypa/build for package build
  • Update pathvalidate dependency to allow v3
  • Bump minimum version of SimpleSQLite

Full Changelog: v0.31.3...v0.31.4

v0.31.3

27 Feb 16:49
v0.31.3
Compare
Choose a tag to compare
  • Avoid installation error with setuptools>=58

Full Changelog: v0.31.2...v0.31.3

v0.31.2

27 Feb 14:37
v0.31.2
Compare
Choose a tag to compare
  • Avoid installation error with setuptools>=58

Full Changelog: v0.31.1...v0.31.2

v0.31.1

17 Oct 11:36
v0.31.1
Compare
Choose a tag to compare
  • Accept jsonschema v4
  • Replace path.py package with path package
  • Bug fixes

Full Changelog: v0.31.0...v0.31.1

v0.31.0

13 Jun 07:16
v0.31.0
Compare
Choose a tag to compare
  • Add flush after writing to temporal files
  • Change to delete temporal files of TableUrlLoaderFactory at exit time
  • Modify TsvTableFileLoader/TsvTableTextLoader to accept additional keyword arguments
  • Disable default type detection and enable type_hints for CSV loading
  • Add support for Python 3.10
  • Drop support for Python 3.5
  • Update requirements
  • Fix python_requires

v0.30.1

01 Aug 10:16
v0.30.1
Compare
Choose a tag to compare
  • Remove an optional dependency package installation
  • Update requirements

v0.30.0

01 Aug 07:59
v0.30.0
Compare
Choose a tag to compare
  • Add missing type_hint_rules argument to loader classes
  • Change to accept dict in dict values for JSON loader classes
  • Loosen version constraints of Markdown package

v0.29.0

05 Apr 13:30
v0.29.0
Compare
Choose a tag to compare
  • Add TableTextLoader class
  • Add TableTextLoaderFactory class
  • Fix TableUrlLoaderFactory return inappropriate loader class when specify ssv format
  • Fix temporary file path of TableUrlLoaderFactory for SQLite
  • Update requirements
  • Bug fixes

v0.28.0

08 Mar 15:36
v0.28.0
Compare
Choose a tag to compare
  • Drop Python 2 support
  • Rename a base class name
  • Minor bug fixes

v0.26.4

13 Jan 04:24
v0.26.4
Compare
Choose a tag to compare
  • Fix to avoid file path validation error when a path is valid for the execution platform.
  • Update requirements