mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Release 7.9.1a1
This commit is contained in:
parent
b206b851bf
commit
225a23a59a
@ -2,6 +2,44 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
7.9.1a1 (2020-09-29)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
Added
|
||||||
|
^^^^^
|
||||||
|
|
||||||
|
* Added the ``predict()`` method and ``model_type``,
|
||||||
|
``feature_names``, and ``results_field`` properties
|
||||||
|
to ``MLModel`` (`#266`_)
|
||||||
|
|
||||||
|
|
||||||
|
Deprecated
|
||||||
|
^^^^^^^^^^
|
||||||
|
|
||||||
|
* Deprecated ``ImportedMLModel`` in favor of
|
||||||
|
``MLModel.import_model(...)`` (`#266`_)
|
||||||
|
|
||||||
|
|
||||||
|
Changed
|
||||||
|
^^^^^^^
|
||||||
|
|
||||||
|
* Changed DataFrame aggregations to use ``numeric_only=None``
|
||||||
|
instead of ``numeric_only=True`` by default. This is the same
|
||||||
|
behavior as Pandas (`#270`_, contributed by `@V1NAY8`_)
|
||||||
|
|
||||||
|
Fixed
|
||||||
|
^^^^^
|
||||||
|
|
||||||
|
* Fixed ``DataFrame.agg()`` when given a string instead of a list of
|
||||||
|
aggregations will now properly return a ``Series`` instead of
|
||||||
|
a ``DataFrame`` (`#263`_, contributed by `@V1NAY8`_)
|
||||||
|
|
||||||
|
|
||||||
|
.. _#263: https://github.com/elastic/eland/pull/263
|
||||||
|
.. _#266: https://github.com/elastic/eland/pull/266
|
||||||
|
.. _#270: https://github.com/elastic/eland/pull/270
|
||||||
|
|
||||||
|
|
||||||
7.9.0a1 (2020-08-18)
|
7.9.0a1 (2020-08-18)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -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__ = "7.9.0a1"
|
__version__ = "7.9.1a1"
|
||||||
__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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user