Skip to content

Commit a861ef3

Browse files
committed
Release 1.7.0
1 parent d5a3aba commit a861ef3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
v1.7.0 (2024-09-20)
5+
-------------------
6+
7+
- 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
8+
- Support for pandas 2
9+
- Increase supported numpy versions to between 1.17.3 and less than 2.0.0
10+
411
v1.6.0 (2024-08-26)
512
-------------------
613

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pytd
3-
version = 1.6.0
3+
version = 1.7.0
44
summary = Treasure Data Driver for Python
55
author = Treasure Data
66
author_email = support@treasure-data.com

0 commit comments

Comments
 (0)