From f996aadf47ce9b36835c91c758488abbd73b1d3c Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 30 Apr 2025 18:10:04 +0400 Subject: [PATCH] Release 8.18.2 --- CHANGELOG.rst | 6 ++++++ eland/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9c6a114..b5bc87b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ========= +8.18.2 (2025-04-30) +------------------- + +* Fix DeBERTa tokenization (`#778 `_) +* Upgrade PyTorch to 2.5.1 (`#791 `_) + 8.18.1 (2025-04-16) ------------------- diff --git a/eland/_version.py b/eland/_version.py index 15a233c..879ff89 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.18.1" +__version__ = "8.18.2" __author__ = "Steve Dodson" __author_email__ = "steve.dodson@elastic.co" __maintainer__ = "Elastic Client Library Maintainers"