Skip to content

Commit

Permalink
Merge pull request #90 from treasure-data/v130
Browse files Browse the repository at this point in the history
Bump version to v1.3.0
  • Loading branch information
takuti committed May 11, 2020
2 parents 1862dc5 + 6c792ff commit 320ce60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

v1.3.0 (2020-05-11)
-------------------

- Enable passing extra keyword arguments (e.g., ``fmt="msgpack"``) to ``pandas_td.to_td``. (`#80 <https://github.com/treasure-data/pytd/pull/80>`__)
- Support ``engine_version`` option in query APIs. (`#81 <https://github.com/treasure-data/pytd/pull/81>`__)
- Add ``force_tdclient`` option to Presto query interfaces for deterministically using ``tdclient`` rather than ``prestodb``. (`#85 <https://github.com/treasure-data/pytd/pull/85>`__)
- Add a precondition check to ``Writer#write_dataframe`` for making sure the type of ``table`` argument. (`#86 <https://github.com/treasure-data/pytd/pull/86>`__)
- Documentation updates. (`#82 <https://github.com/treasure-data/pytd/pull/82>`__, `#89 <https://github.com/treasure-data/pytd/pull/89>`__)


v1.2.0 (2020-03-18)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pytd/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit 320ce60

Please sign in to comment.