mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Release 8.11.1
This commit is contained in:
parent
081250cdec
commit
6ef418f465
@ -2,6 +2,28 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
8.11.1 (2023-11-22)
|
||||
-------------------
|
||||
Added
|
||||
^^^^^
|
||||
|
||||
* Make demo notebook runnable in Colab (`#630`_)
|
||||
|
||||
Changed
|
||||
^^^^^^^
|
||||
|
||||
* Bump Shap version to 0.43 (`#636`_)
|
||||
|
||||
Fixed
|
||||
^^^^^
|
||||
|
||||
* Fix failed import of Sentence Transformer RoBERTa models (`#637`_)
|
||||
|
||||
|
||||
.. _#630: https://github.com/elastic/eland/pull/630
|
||||
.. _#636: https://github.com/elastic/eland/pull/636
|
||||
.. _#637: https://github.com/elastic/eland/pull/637
|
||||
|
||||
8.11.0 (2023-11-08)
|
||||
-------------------
|
||||
|
||||
|
@ -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.11.0"
|
||||
__version__ = "8.11.1"
|
||||
__author__ = "Steve Dodson"
|
||||
__author_email__ = "steve.dodson@elastic.co"
|
||||
__maintainer__ = "Elastic Client Library Maintainers"
|
||||
|
Loading…
x
Reference in New Issue
Block a user