Skip to content

Commit

Permalink
Release 8.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Mar 27, 2024
1 parent c16e36c commit 1921792
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
Changelog
=========

8.13.0 (2024-03-27)
-------------------

Added
^^^^^

* Added support for Python 3.11 (`#681`_)
* Added ``eland.DataFrame.to_json`` function (`#661`_, contributed by `@bartbroere`_)
* Added override option to specify the model's max input size (`#674`_)

Changed
^^^^^^^

* Upgraded torch to 2.1.2 (`#671`_)
* Mirrored pandas' ``lineterminator`` instead of ``line_terminator`` in ``to_csv`` (`#595`_, contributed by `@bartbroere`_)

.. _#595: https://github.com/elastic/eland/pull/595
.. _#661: https://github.com/elastic/eland/pull/661
.. _#671: https://github.com/elastic/eland/pull/671
.. _#674: https://github.com/elastic/eland/pull/674
.. _#681: https://github.com/elastic/eland/pull/681


8.12.1 (2024-01-30)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion eland/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__title__ = "eland"
__description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch"
__url__ = "https://github.com/elastic/eland"
__version__ = "8.12.1"
__version__ = "8.13.0"
__author__ = "Steve Dodson"
__author_email__ = "[email protected]"
__maintainer__ = "Elastic Client Library Maintainers"
Expand Down

0 comments on commit 1921792

Please sign in to comment.