Skip to content

Commit 32577bc

Browse files
Releases 0.3.0
1 parent fec1429 commit 32577bc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## Version 0.2.0
413

514
### Bugfixes

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "floc"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "A floc simulator wrapper for Python over a Go implementation"
55
license = "MIT"
66
authors = ["Pablo Aguilar <[email protected]>"]

0 commit comments

Comments
 (0)