Skip to content

Commit

Permalink
version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Jan 8, 2022
1 parent 65e654b commit 0008386
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# PyProbables Changelog

### Future Version
### Version 0.5.4
* All Probablistic Data Structures:
* Added ability to load each `frombytes()`
* Updated underlying data structures of number based lists to be more space and time efficient; see [Issue #60](https://github.com/barrust/pyprobables/issues/60)
* Cuckoo Filters:
* Added `fingerprint_size_bits` property
* Added `error_rate` property
Expand Down
2 changes: 1 addition & 1 deletion probables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__maintainer__ = "Tyler Barrus"
__email__ = "[email protected]"
__license__ = "MIT"
__version__ = "0.5.3"
__version__ = "0.5.4"
__credits__ = [] # type: ignore
__url__ = "https://github.com/barrust/pyprobables"
__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"
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 = "pyprobables"
version = "0.5.3"
version = "0.5.4"
description = "Probabilistic data structures in Python"
authors = ["Tyler Barrus <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0008386

Please sign in to comment.