From a861ef3d66f5c3e649b581d644d4eb5c9cd6173a Mon Sep 17 00:00:00 2001 From: Vu Tung Date: Thu, 19 Sep 2024 21:26:54 +0700 Subject: [PATCH] Release 1.7.0 --- CHANGELOG.rst | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index df01cb3..e3d35d1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +v1.7.0 (2024-09-20) +------------------- + +- 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 + v1.6.0 (2024-08-26) ------------------- diff --git a/setup.cfg b/setup.cfg index f98b565..7caab83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytd -version = 1.6.0 +version = 1.7.0 summary = Treasure Data Driver for Python author = Treasure Data author_email = support@treasure-data.com