Releases: thombashi/pytablereader
Releases · thombashi/pytablereader
v0.31.4
v0.31.3
- Avoid installation error with
setuptools>=58
Full Changelog: v0.31.2...v0.31.3
v0.31.2
- Avoid installation error with
setuptools>=58
Full Changelog: v0.31.1...v0.31.2
v0.31.1
- Accept
jsonschema
v4 - Replace
path.py
package withpath
package - Bug fixes
Full Changelog: v0.31.0...v0.31.1
v0.31.0
- 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