Release 8.15.0 (#715)

* Release 8.15.0

* update release notes
This commit is contained in:
Miguel Grinberg 2024-08-13 09:47:48 +01:00 committed by GitHub
parent 5a76f826df
commit 0ce3db26e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,14 @@
Changelog Changelog
========= =========
8.15.0 (2024-08-12)
-------------------
* Added a default truncation of ``second`` for text similarity (`#713 <https://github.com/elastic/eland/pull/713>`_)
* Added note about using text_similarity for rerank in the CLI (`#716 <https://github.com/elastic/eland/pull/716>`_)
* Added support for lists in result hits (`#707 <https://github.com/elastic/eland/pull/707>`_)
* Removed input fields from exported LTR models (`#708 <https://github.com/elastic/eland/pull/708>`_)
8.14.0 (2024-06-10) 8.14.0 (2024-06-10)
------------------- -------------------

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.14.0" __version__ = "8.15.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"