Release 8.15.1

This commit is contained in:
Quentin Pradet 2024-10-01 15:31:24 +04:00 committed by GitHub
parent 03af8a6319
commit a83ce20fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
Changelog
=========
8.15.1 (2024-10-01)
-------------------
* Upgrade PyTorch to version 2.3.1, which is compatible with Elasticsearch 8.15.2 or above
* Migrate to distroless Wolfi base Docker image
8.15.0 (2024-08-12)
-------------------

View File

@ -18,7 +18,7 @@
__title__ = "eland"
__description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch"
__url__ = "https://github.com/elastic/eland"
__version__ = "8.15.0"
__version__ = "8.15.1"
__author__ = "Steve Dodson"
__author_email__ = "steve.dodson@elastic.co"
__maintainer__ = "Elastic Client Library Maintainers"