Skip to content

Commit

Permalink
Release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson authored Mar 31, 2022
1 parent 76a52b7 commit cb839a9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
=========

8.1.0 (2022-03-31)
------------------

Added
^^^^^

* Added support for ``eland.Series.unique()`` (`#448`_, contributed by `@V1NAY8`_)
* Added ``--ca-certs`` and ``--insecure`` options to ``eland_import_hub_model`` for configuring TLS (`#441`_)

.. _#448: https://github.com/elastic/eland/pull/448
.. _#441: https://github.com/elastic/eland/pull/441


8.0.0 (2022-02-10)
------------------

Expand Down
4 changes: 3 additions & 1 deletion docs/sphinx/reference/supported_apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,8 @@ script instead of being modified manually.
+---------------------------------------+------------+
| ``ed.Series.infer_objects()`` | No |
+---------------------------------------+------------+
| ``ed.Series.info()`` | No |
+---------------------------------------+------------+
| ``ed.Series.interpolate()`` | No |
+---------------------------------------+------------+
| ``ed.Series.is_monotonic`` | No |
Expand Down Expand Up @@ -1013,7 +1015,7 @@ script instead of being modified manually.
+---------------------------------------+------------+
| ``ed.Series.tz_localize()`` | No |
+---------------------------------------+------------+
| ``ed.Series.unique()`` | No |
| ``ed.Series.unique()`` | **Yes** |
+---------------------------------------+------------+
| ``ed.Series.unstack()`` | No |
+---------------------------------------+------------+
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.0.0"
__version__ = "8.1.0"
__author__ = "Steve Dodson"
__author_email__ = "steve.dodson@elastic.co"
__maintainer__ = "Seth Michael Larson"
Expand Down

0 comments on commit cb839a9

Please sign in to comment.