File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
13
9.0.0 (2025-04-15)
6
14
------------------
7
15
Original file line number Diff line number Diff line change 18
18
__title__ = "eland"
19
19
__description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch"
20
20
__url__ = "https://github.com/elastic/eland"
21
- __version__ = "9.0.0 "
21
+ __version__ = "9.0.1 "
22
22
__author__ = "Steve Dodson"
23
23
__author_email__ = "steve.dodson@elastic.co"
24
24
__maintainer__ = "Elastic Client Library Maintainers"
You can’t perform that action at this time.
0 commit comments