Skip to content

Commit 9e8f164

Browse files
authored
Release 9.0.1
1 parent 3c3ffd7 commit 9e8f164

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
=========
44

5+
9.0.1 (2025-04-30)
6+
------------------
7+
8+
* Forbid Elasticsearch 8 client or server (`#780 <https://github.com/elastic/eland/pull/780>`_)
9+
* Fix DeBERTa tokenization (`#769 <https://github.com/elastic/eland/pull/769>`_)
10+
* Upgrade PyTorch to 2.5.1 (`#785 <https://github.com/elastic/eland/pull/785>`_)
11+
* Upgrade LightGBM to 4.6.0 (`#782 <https://github.com/elastic/eland/pull/782>`_)
12+
513
9.0.0 (2025-04-15)
614
------------------
715

eland/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
__title__ = "eland"
1919
__description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch"
2020
__url__ = "https://github.com/elastic/eland"
21-
__version__ = "9.0.0"
21+
__version__ = "9.0.1"
2222
__author__ = "Steve Dodson"
2323
__author_email__ = "steve.dodson@elastic.co"
2424
__maintainer__ = "Elastic Client Library Maintainers"

0 commit comments

Comments
 (0)