Revert "Release 8.18.0" (#774)

This reverts commit ced3cdfe32bd04e3d127b18f66f9b143b2956564.
This commit is contained in:
Quentin Pradet 2025-04-16 14:53:51 +04:00 committed by GitHub
parent ced3cdfe32
commit 9ca76d7888
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 8 deletions

View File

@ -2,13 +2,6 @@
Changelog Changelog
========= =========
8.18.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>`_)
8.17.0 (2025-01-07) 8.17.0 (2025-01-07)
------------------- -------------------

View File

@ -18,7 +18,7 @@
__title__ = "eland" __title__ = "eland"
__description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch" __description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch"
__url__ = "https://github.com/elastic/eland" __url__ = "https://github.com/elastic/eland"
__version__ = "8.18.0" __version__ = "8.17.0"
__author__ = "Steve Dodson" __author__ = "Steve Dodson"
__author_email__ = "steve.dodson@elastic.co" __author_email__ = "steve.dodson@elastic.co"
__maintainer__ = "Elastic Client Library Maintainers" __maintainer__ = "Elastic Client Library Maintainers"