Skip to content

Releases: elastic/eland

8.15.0

13 Aug 09:15
0ce3db2
Compare
Choose a tag to compare
  • Added a default truncation of second for text similarity (#713)
  • Added note about using text_similarity for rerank in the CLI (#716)
  • Added support for lists in result hits (#707)
  • Removed input fields from exported LTR models (#708)

8.14.0

10 Jun 12:02
v8.14.0
0ddc21b
Compare
Choose a tag to compare

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

03 May 05:38
v8.13.1
e76b32e
Compare
Choose a tag to compare

Added

  • Added support for HTTP proxies in eland_import_hub_model (#688)

8.13.0

27 Mar 14:27
v8.13.0
1921792
Compare
Choose a tag to compare

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 of line_terminator in to_csv (#595, contributed by @bartbroere)

8.12.1

01 Feb 06:51
v8.12.1
9d492b0
Compare
Choose a tag to compare

Fixed

  • Fix missing value support for XGBRanker (#654)

8.12.0

19 Jan 08:44
v8.12.0
1190364
Compare
Choose a tag to compare

Added

  • Supported XGBRanker model (#649)
  • Accepted LTR (Learning to rank) model config when importing model (#645, #651)
  • Added LTR feature logger (#648)
  • Added prefix_string config option to the import model hub script (#642)
  • Made online retail analysis notebook runnable in Colab (#641)
  • Added new movie dataset to the tests (#646)

8.11.1

22 Nov 10:57
v8.11.1
6ef418f
Compare
Choose a tag to compare

Added

  • Make demo notebook runnable in Colab (#630)

Changed

  • Bump Shap version to 0.43 (#636)

Fixed

  • Fix failed import of Sentence Transformer RoBERTa models (#637)

8.11.0

08 Nov 10:52
v8.11.0
41db372
Compare
Choose a tag to compare

Added

  • Support E5 small multilingual model (#625)

Changed

  • Stream writes in ed.DataFrame.to_csv() (#579)
  • Improve memory estimation for NLP models (#568)

Fixed

  • Fixed deprecations in preparation of Pandas 2.0 support (#602, #603, contributed by @bartbroere)

8.10.1

11 Oct 10:57
v8.10.1
6a4fd51
Compare
Choose a tag to compare

Fixed

  • Fixed direct usage of TransformerModel (#619)

8.10.0

09 Oct 09:55
v8.10.0
bb0c111
Compare
Choose a tag to compare

Added

  • Published pre-built Docker images to docker.elastic.co/eland/eland (#613)
  • Allowed importing private HuggingFace models (#608)
  • Added Apple Silicon (arm64) support to Docker image (#615)
  • Allowed importing some DPR models like ance-dpr-context-multi (#573)
  • Allowed using the Pandas API without monitoring/main permissions (#581)

Changed

  • Updated Docker image to Debian 12 Bookworm (#613)
  • Reduced Docker image size by not installing unused PyTorch GPU support on amd64 (#615)
  • Reduced model chunk size to 1MB (#605)

Fixed

  • Fixed deprecations in preparation of Pandas 2.0 support (#593, #596)