Release 8.18.2

This commit is contained in:
Quentin Pradet 2025-04-30 18:10:04 +04:00 committed by GitHub
parent 55712a7dff
commit f996aadf47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
Changelog
=========
8.18.2 (2025-04-30)
-------------------
* Fix DeBERTa tokenization (`#778 <https://github.com/elastic/eland/pull/778>`_)
* Upgrade PyTorch to 2.5.1 (`#791 <https://github.com/elastic/eland/pull/791>`_)
8.18.1 (2025-04-16)
-------------------

View File

@ -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"