diff --git a/Changelog.md b/Changelog.md index fbb4286..c343aa7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [Version 1.17.0] * Create a new, meta Codebook class which can be used to create both EuclideanCodebook and CosineSimCodebook. Allows for further types of Codebooks. * Replace the "distance" function by similarity function, defined through the 'use_cosine_sim' boolean. May be replaced by an Enum later on. diff --git a/pyproject.toml b/pyproject.toml index 3c41fa0..30131d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vector-quantization-by-ml" -version = "1.16.3" +version = "1.17.0" description = "Fork of the Vector Quantization - Pytorch Project" authors = [ { name = "Baptiste Morisse", email = "bmorisse.pro@proton.me"} diff --git a/uv.lock b/uv.lock index 9c5991b..5d0c87d 100644 --- a/uv.lock +++ b/uv.lock @@ -1973,7 +1973,7 @@ wheels = [ [[package]] name = "vector-quantization-by-ml" -version = "1.16.3" +version = "1.17.0" source = { editable = "." } dependencies = [ { name = "einops" },