Skip to content

Releases: treasure-data/pytd

Release 2.4.0

Choose a tag to compare

@tung-vu-td tung-vu-td released this 03 Feb 03:52
0b3f612

Changelog:

  • Require td-client minimum version of 1.7.0
  • Require urllib3 minimum version of 2.0.0
  • Require pyarrow minimum version of 14.0.1

Release 2.2.0

Choose a tag to compare

@tung-vu-td tung-vu-td released this 14 Nov 05:46
2080b8d
  • Add new option perform_wait_callback for BulkImportWriter
  • Require td-client to be of at least version 1.5.0

Release 2.1.0

Choose a tag to compare

@tung-vu-td tung-vu-td released this 08 Aug 04:19
e3bd49c
  • Add new options for BulkImportWriter: bulk_import_name, commit_timeout and perform_wait_callback

Release 2.0.0

Choose a tag to compare

@tung-vu-td tung-vu-td released this 05 Aug 04:56
a07b410
  • Migrate presto-python-client to trino-python-client
  • Add support for Python 3.12, 3.13
  • Drop support for Python 3.8

Release 1.9.0

Choose a tag to compare

@tung-vu-td tung-vu-td released this 22 Mar 04:43
018c8df
  • Add show_progress flag to BulkImportWriter
  • Enable Multithreading on msgpack Chunking in BulkImportWriter

Release 1.7.0

Choose a tag to compare

@tung-vu-td tung-vu-td released this 20 Sep 05:09
6490412

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

Choose a tag to compare

@tung-vu-td tung-vu-td released this 27 Aug 05:28
cfaf362

Changelog:

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

Release 1.5.2

Choose a tag to compare

@tung-vu-td tung-vu-td released this 05 Jun 07:06
a9fe301

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/