Skip to content

Commit

Permalink
Releases 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thepabloaguilar committed Oct 27, 2021
1 parent fec1429 commit 32577bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <pablo.aguilar@fatec.sp.gov.br>"]
Expand Down

0 comments on commit 32577bc

Please sign in to comment.