Releases: thombashi/pytablereader
Releases · thombashi/pytablereader
v0.26.2
- 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
- Drop support for Python 3.4
- Loosen external package dependencies
v0.25.0
- Add support for type hint rules
v0.20.0
- Fix credentials for Google Sheets loader: #2 (Thanks to @antialias)
- Add support for Line-delimited JSON
- Bug fixes
v0.19.0
- Add support for space-separated values data
- Add load_dict method to JSON loaders
v0.18.0
- Add an interface to pass quoting flags
- Add loadable JSON schema
- Add boolean for acceptable JSON schema
v0.17.0
- Add auto file encoding detection
v0.14.0
- Performance improvement
- Drop support for Python 3.3
- Bug fixes
v0.13.0
- Add an interface to change loading encoding for File/URL loaders
- Fix some file loaders not specify an encoding when open a file