mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
parent
5a76f826df
commit
0ce3db26e8
@ -2,6 +2,14 @@
|
||||
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)
|
||||
-------------------
|
||||
|
||||
|
@ -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.14.0"
|
||||
__version__ = "8.15.0"
|
||||
__author__ = "Steve Dodson"
|
||||
__author_email__ = "steve.dodson@elastic.co"
|
||||
__maintainer__ = "Elastic Client Library Maintainers"
|
||||
|
Loading…
x
Reference in New Issue
Block a user