diff --git a/CHANGELOG.md b/CHANGELOG.md index a00ef5c..b79fe52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Version 0.3.0 + +### Misc + +- Updates `floc_simulator` with the latest commit from Go project +- Adds `k_max_numbers_of_bits_in_floc` parameter to `sim_hash_string` function +- Adds `k_max_numbers_of_bits_in_floc` and `check_sensiveness` parameters to `simulate` function +- Adds `k_max_numbers_of_bits_in_floc` and `check_sensiveness` parameters to `apply_sorting_lsh` function + ## Version 0.2.0 ### Bugfixes diff --git a/pyproject.toml b/pyproject.toml index ceff6c1..1e6ae1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "floc" -version = "0.2.0" +version = "0.3.0" description = "A floc simulator wrapper for Python over a Go implementation" license = "MIT" authors = ["Pablo Aguilar "]