Skip to content

Releases: thombashi/pytablereader

v0.26.2

05 Jan 11:00
v0.26.2
Compare
Choose a tag to compare
  • Transit from xlrd to excelrd
  • Add PyPy support
  • Update requirements
  • Integrate build/release/docs extras to dev extras
  • Add .asc files of packages to PyPI
  • Bug fixes

v0.26.0

05 May 07:55
v0.26.0
Compare
Choose a tag to compare
  • Drop support for Python 3.4
  • Loosen external package dependencies

v0.25.0

18 Feb 05:54
v0.25.0
Compare
Choose a tag to compare
  • Add support for type hint rules

v0.20.0

17 Jun 15:09
Compare
Choose a tag to compare
  • Fix credentials for Google Sheets loader: #2 (Thanks to @antialias)
  • Add support for Line-delimited JSON
  • Bug fixes

v0.19.0

13 May 14:28
Compare
Choose a tag to compare
  • Add support for space-separated values data
  • Add load_dict method to JSON loaders

v0.18.0

12 May 22:54
Compare
Choose a tag to compare
  • Add an interface to pass quoting flags
  • Add loadable JSON schema
  • Add boolean for acceptable JSON schema

v0.17.0

30 Apr 15:23
Compare
Choose a tag to compare
  • Add auto file encoding detection

v0.14.0

19 Nov 04:33
Compare
Choose a tag to compare
  • Performance improvement
  • Drop support for Python 3.3
  • Bug fixes

v0.13.0

09 Aug 14:44
Compare
Choose a tag to compare
  • Add an interface to change loading encoding for File/URL loaders
  • Fix some file loaders not specify an encoding when open a file

v0.10.0

21 May 06:38
Compare
Choose a tag to compare
  • Add loadable JSON Schema