Release 8.2.0

This commit is contained in:
Seth Michael Larson 2022-05-05 17:25:31 -05:00 committed by Seth Michael Larson
parent 650e02d16e
commit 5bbb8e484a
2 changed files with 18 additions and 1 deletions

View File

@ -2,6 +2,23 @@
Changelog Changelog
========= =========
8.2.0 (2022-05-09)
------------------
Added
^^^^^
* Added support for passing Cloud ID via ``--cloud-id`` to ``eland_import_hub_model`` CLI tool (`#462`_)
* Added support for authenticating via ``--es-username``, ``--es-password``, and ``--es-api-key`` to the ``eland_import_hub_model`` CLI tool (`#461`_)
* Added support for XGBoost 1.6 (`#458`_)
* Added support for ``question_answering`` NLP tasks (`#457`_)
.. _#457: https://github.com/elastic/eland/pull/457
.. _#458: https://github.com/elastic/eland/pull/458
.. _#461: https://github.com/elastic/eland/pull/461
.. _#462: https://github.com/elastic/eland/pull/462
8.1.0 (2022-03-31) 8.1.0 (2022-03-31)
------------------ ------------------

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.1.0" __version__ = "8.2.0"
__author__ = "Steve Dodson" __author__ = "Steve Dodson"
__author_email__ = "steve.dodson@elastic.co" __author_email__ = "steve.dodson@elastic.co"
__maintainer__ = "Seth Michael Larson" __maintainer__ = "Seth Michael Larson"