From 04102f2a4ebf13a2fa46738f99a5772122834dc8 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 14 Nov 2024 09:07:39 +0400 Subject: [PATCH] Release 8.16.0 --- CHANGELOG.rst | 5 +++++ eland/_version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f49edf..c929bed 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog ========= +8.16.0 (2024-11-13) +------------------- + +* Add deprecation warning for ESGradientBoostingModel subclasses (`#738 `_) + 8.15.4 (2024-10-17) ------------------- diff --git a/eland/_version.py b/eland/_version.py index bd3b2ea..5873737 100644 --- a/eland/_version.py +++ b/eland/_version.py @@ -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__ = "steve.dodson@elastic.co" __maintainer__ = "Elastic Client Library Maintainers"