Release v7.6.0a4

This commit is contained in:
Seth Michael Larson 2020-03-23 08:43:59 -05:00 committed by GitHub
parent e9a5180dac
commit 2e74a56c0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

13
CHANGELOG.rst Normal file
View File

@ -0,0 +1,13 @@
Changelog
=========
7.6.0a4 (2020-03-23)
--------------------
* Fixed issue in ``DataFrame.info()`` when called on an empty frame (`#135`_)
* Fixed issues where many ``_source`` fields would generate
a ``too_long_frame`` error (`#135`_, `#137`_)
* Changed requirement for ``xgboost`` from ``>=0.90`` to ``==0.90``
.. _#135: https://github.com/elastic/eland/pull/135
.. _#137: https://github.com/elastic/eland/pull/137

View File

@ -15,6 +15,6 @@
__title__ = 'eland' __title__ = 'eland'
__description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.' __description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.'
__url__ = 'https://github.com/elastic/eland' __url__ = 'https://github.com/elastic/eland'
__version__ = '7.6.0a3' __version__ = '7.6.0a4'
__maintainer__ = 'Elasticsearch B.V.' __maintainer__ = 'Elasticsearch B.V.'
__maintainer_email__ = 'steve.dodson@elastic.co' __maintainer_email__ = 'steve.dodson@elastic.co'