Releases: treasure-data/pytd
Releases · treasure-data/pytd
Release 1.7.0
Changelog:
- New parallel upload feature. Use two new parameters max_workers and chunk_record_size in Client’s load_table_from_dataframe api to configure parallelization of uploading data to Treasure Data, saving time.
- Support for pandas 2
- Increase supported numpy versions to between 1.17.3 and less than 2.0.0
Release 1.6.0
Changelog:
- Add support for python 3.11
- Drop support for EOL python 3.7
Release 1.5.2
Changelog
- Handle cases with cur.description is None
- Keep single quotes in InsertIntoWriter
- Use obj.items instead of iteritems()
PyPI link: https://pypi.org/project/pytd/1.5.2/