mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Release 9.0.0
Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
This commit is contained in:
parent
9ca76d7888
commit
87380ef716
@ -45,7 +45,5 @@ steps:
|
||||
- '3.10'
|
||||
- '3.9'
|
||||
stack:
|
||||
- '8.16.0-SNAPSHOT'
|
||||
- '8.15.2'
|
||||
- '8.14.1'
|
||||
- '9.0.0-SNAPSHOT'
|
||||
command: ./.buildkite/run-tests
|
||||
|
@ -2,6 +2,16 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
9.0.0 (2025-04-15)
|
||||
------------------
|
||||
|
||||
* Drop Python 3.8, Support Python 3.12 (`#743 <https://github.com/elastic/eland/pull/743>`_)
|
||||
* Support Pandas 2 (`#742 <https://github.com/elastic/eland/pull/742>`_)
|
||||
* Upgrade transformers to 4.47 (`#752 <https://github.com/elastic/eland/pull/752>`_)
|
||||
* Remove ML model export as sklearn Pipeline (`#744 <https://github.com/elastic/eland/pull/744>`_)
|
||||
* Allow scikit-learn 1.5 (`#729 <https://github.com/elastic/eland/pull/729>`_)
|
||||
* Migrate docs from AsciiDoc to Markdown (`#762 <https://github.com/elastic/eland/pull/762>`_)
|
||||
|
||||
8.17.0 (2025-01-07)
|
||||
-------------------
|
||||
|
||||
|
@ -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.17.0"
|
||||
__version__ = "9.0.0"
|
||||
__author__ = "Steve Dodson"
|
||||
__author_email__ = "steve.dodson@elastic.co"
|
||||
__maintainer__ = "Elastic Client Library Maintainers"
|
||||
|
Loading…
x
Reference in New Issue
Block a user