Releases: elastic/eland
Releases · elastic/eland
8.16.0
8.15.4
8.15.3
8.15.2
8.15.1
8.15.0
8.14.0
Added
- Added Elasticsearch Serverless support in DataFrames (#690, contributed by @AshokChoudhary11) and
eland_import_hub_model
(#698)
Fixed
- Fixed Python 3.8 support (#695, contributed by @bartbroere)
- Fixed non
_source
fields missing from the results hits (#693, contributed by @bartbroere)
8.13.1
8.13.0
Added
- Added support for Python 3.11 (#681)
- Added
eland.DataFrame.to_json
function (#661, contributed by @bartbroere) - Added override option to specify the model's max input size (#674)
Changed
- Upgraded torch to 2.1.2 (#671)
- Mirrored pandas'
lineterminator
instead ofline_terminator
into_csv
(#595, contributed by @bartbroere)