mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
14 lines
425 B
ReStructuredText
14 lines
425 B
ReStructuredText
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
|