Skip to content

Commit

Permalink
Release 8.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkyle committed Nov 22, 2023
1 parent 081250c commit 6ef418f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion eland/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = "[email protected]"
__maintainer__ = "Elastic Client Library Maintainers"
Expand Down

0 comments on commit 6ef418f

Please sign in to comment.