Skip to content

Releases: piskvorky/bounter

1.2.0

20 Nov 08:19
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @jponf made their first contribution in #53

Full Changelog: 1.1.1...1.2.0

1.1.1

18 Feb 13:23
Compare
Choose a tag to compare
updated README.rst from README.md

1.1.0

17 Jan 09:38
Compare
Choose a tag to compare

1.1.0, 2019-01-17

Public Release v1.0.1

18 Oct 10:25
Compare
Choose a tag to compare

1.0.1, 2017-10-17

🌟 Release version:

  • single unified bounter API for easy initialization, including the new "layered" functionality approach
  • simple CardinalityCounter to support Layer 1
  • selecting iteration
  • iteration methods for HashTable (keys, values, etc.)
  • many small fixes and api tweaks
  • README

0.2.0, 2017-09-01

  • Added a fast HashTable counter implemented in C that removes low-count entries when it is running out of memory.
  • Count-Min Sketch (CMS) implemented in C with no external library dependencies
  • Removed weak CMS algorithms, remaining 3 are all versions with conservative update
  • embedded HLL inside the project
  • added merge of 2 CMS structures
  • added update() to CMS
  • added increment(key, x) to CMS to increase by x with one call

0.1.1, 2017-09-01

  • Fix manifest so that bounter can be installed through pip install
  • Fix a bug with determining depth based on size_MB

0.1.0, 2017-09-01

🌟 Initial Release:

  • Count-min Sketch with 5 algorithms (unoptimized)

Public Release v1.0.1rc1

17 Oct 15:46
Compare
Choose a tag to compare
Pre-release

1.0.1, 2017-10-17

🌟 Release version:

  • single unified bounter API for easy initialization, including the new "layered" functionality approach
  • simple CardinalityCounter to support Layer 1
  • selecting iteration
  • iteration methods for HashTable (keys, values, etc.)
  • many small fixes and api tweaks
  • README

0.2.0, 2017-09-01

  • Added a fast HashTable counter implemented in C that removes low-count entries when it is running out of memory.
  • Count-Min Sketch (CMS) implemented in C with no external library dependencies
  • Removed weak CMS algorithms, remaining 3 are all versions with conservative update
  • embedded HLL inside the project
  • added merge of 2 CMS structures
  • added update() to CMS
  • added increment(key, x) to CMS to increase by x with one call

0.1.1, 2017-09-01

  • Fix manifest so that bounter can be installed through pip install
  • Fix a bug with determining depth based on size_MB

0.1.0, 2017-09-01

🌟 Initial Release:

  • Count-min Sketch with 5 algorithms (unoptimized)