From ec8179228d01d91342826f5443c2f0f54182dd71 Mon Sep 17 00:00:00 2001 From: Daniel Obraczka Date: Thu, 11 Jan 2024 17:38:55 +0100 Subject: [PATCH] Adapted Changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a11d86d..f3f7c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.5.0] - 2024-01-11 + +### Added + +- Support for torch, when using Faiss +- More metrics for Faiss + +### Changed + +- Simplified kneighbors API, i.e. no queries can be supplied anymore, since they need to come from the source anyway + +### Removed + +- Autofaiss support was removed + +### Fixed + +- Several efficiency problems when not using Hubness Reduction were addressed + ## [0.4.4] - 2023-10-18 ### Changed