We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.3.0
1 parent fec1429 commit 32577bcCopy full SHA for 32577bc
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## Version 0.3.0
4
+
5
+### Misc
6
7
+- Updates `floc_simulator` with the latest commit from Go project
8
+- Adds `k_max_numbers_of_bits_in_floc` parameter to `sim_hash_string` function
9
+- Adds `k_max_numbers_of_bits_in_floc` and `check_sensiveness` parameters to `simulate` function
10
+- Adds `k_max_numbers_of_bits_in_floc` and `check_sensiveness` parameters to `apply_sorting_lsh` function
11
12
## Version 0.2.0
13
14
### Bugfixes
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 <[email protected]>"]
0 commit comments