Skip to content

Releases: Callidon/bloom-filters

v3.0.4

21 Nov 20:11
eb43a77
Compare
Choose a tag to compare

What's Changed

  • v3.x fix: remove deprecated lodash per-method packages for vulnerability fixes by @EmilianoSanchez in #80

Full Changelog: v3.0.3...v3.0.4

v3.0.3

13 Nov 09:52
2e2dfa7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

11 Jun 21:22
e841a7f
Compare
Choose a tag to compare

What's Changed

  • [v3.0.2] Fix hyperloglog + seedrandom typings by @folkvir in #73

Full Changelog: v3.0.1...v3.0.2

Bugfixes - v3.0.1

03 Oct 08:58
ae96027
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

Scalable Bloom Filters, Optimize Partitioned BF and bug fixes

30 Mar 09:01
a795cdb
Compare
Choose a tag to compare

What's Changed

  • Fix MinHash + Add Scalable Bloom Filter + Optimize Partitioned BF by @folkvir in #53
    • Fix MinHash, comparison was wrong due to a unique lodash filter.
    • Optimize the Partitioned Bloom Filter with a list of BitSet, import is still doable with the old structure to the new one.
    • Remove the length function of Partitioned Bloom Filter
    • Add Scalable Bloom Filter #28
  • Update release job with npm environment by @Callidon in #54

Full Changelog: v2.0.0...v3.0.0

XOR filters, BitSet-backed Bloom filters, and import/export backward compatibility

18 Feb 09:39
f580c3c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.9...v2.0.0

Fix duplicated items counted in filter length

27 Oct 08:37
5c81fa4
Compare
Choose a tag to compare

What's Changed

  • Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #40
  • Use filter's length as the number of bits currently set for better rate calculation by @Zergity in #41
  • Bump handlebars from 4.7.3 to 4.7.7 by @dependabot in #27
  • Bump underscore from 1.9.2 to 1.13.1 by @dependabot in #26

New Contributors

Full Changelog: 1.3.8...v1.3.9

Fix endless recursion in getDistinctIndices with certain parameters

18 Jul 08:19
d562ed1
Compare
Choose a tag to compare

Fix issue #34 which causes endless recursion in getDistinctIndices with certain parameters

Note: this is a re-release of the previous version, due to a packaging issue with yarn that omitted almost all distribution files.

What's Changed

Full Changelog: v1.3.7...1.3.8

May-June 2021 Bugfixes

07 Jul 05:23
bd3ed71
Compare
Choose a tag to compare

A series of bugfixes from May 2021 to June 2021

What's Changed

New Contributors

Full Changelog: 1.3.4...v1.3.6

Fix to off-by-one for TopK

19 Apr 18:35
b267f92
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.3.4