Skip to content

Releases: treasure-data/pytd

Release 1.7.0

20 Sep 05:09
6490412
Compare
Choose a tag to compare

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

27 Aug 05:28
cfaf362
Compare
Choose a tag to compare

Changelog:

  • Add support for python 3.11
  • Drop support for EOL python 3.7

Release 1.5.2

05 Jun 07:06
a9fe301
Compare
Choose a tag to compare

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/