Releases: Callidon/bloom-filters
Releases · Callidon/bloom-filters
v3.0.4
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
v3.0.2
Bugfixes - v3.0.1
What's Changed
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #61
- [Bugfix] bad seed import in cuckoo filter by @folkvir in #65
Full Changelog: v3.0.0...v3.0.1
Scalable Bloom Filters, Optimize Partitioned BF and bug fixes
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
What's Changed
- BitSet-backed Bloom filter by @dleppik in #44
- XOR filters + reworked hashing + import/export backward compatibility by @folkvir in #52
- Bump shelljs from 0.8.3 to 0.8.5 by @dependabot in #50
- Bump pathval from 1.1.0 to 1.1.1 by @dependabot in #51
New Contributors
Full Changelog: v1.3.9...v2.0.0
Fix duplicated items counted in filter length
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
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
A series of bugfixes from May 2021 to June 2021
What's Changed
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #30
- Add support for count parameter in TopK add method. by @jonahharris in #25
- Fix import of inner count min for TopK import by @JustroX in #35
New Contributors
Full Changelog: 1.3.4...v1.3.6
Fix to off-by-one for TopK
What's Changed
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #23
- Fix to off-by-one for TopK and related test cases by @jonahharris in #24
Full Changelog: 1.3.3...1.3.4