Skip to content

Commit

Permalink
Release 8.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Nov 14, 2024
1 parent 9aec8fc commit 04102f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

8.16.0 (2024-11-13)
-------------------

* Add deprecation warning for ESGradientBoostingModel subclasses (`#738 <https://github.com/elastic/eland/pull/738>`_)

8.15.4 (2024-10-17)
-------------------

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.15.4"
__version__ = "8.16.0"
__author__ = "Steve Dodson"
__author_email__ = "[email protected]"
__maintainer__ = "Elastic Client Library Maintainers"
Expand Down

0 comments on commit 04102f2

Please sign in to comment.