Skip to content

Commit

Permalink
Release v7.6.0a4
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Mar 23, 2020
1 parent e9a5180 commit 2e74a56
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion eland/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
__title__ = 'eland'
__description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.'
__url__ = 'https://github.com/elastic/eland'
__version__ = '7.6.0a3'
__version__ = '7.6.0a4'
__maintainer__ = 'Elasticsearch B.V.'
__maintainer_email__ = '[email protected]'

0 comments on commit 2e74a56

Please sign in to comment.