Skip to content

Commit

Permalink
Release 1.7.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td authored Sep 20, 2024
1 parent d5a3aba commit 6490412
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6490412

Please sign in to comment.