Releases: RoaringBitmap/roaring
Releases · RoaringBitmap/roaring
Version 0.9.1
fix deserialization when size=0xFFFF
credit: @pforemski
Version 0.9.0
Introducing support for the frozen format.
credit: @Oppen
Version 0.8.0
Merge pull request #321 from RoaringBitmap/issue-320-feature Added MinMax() function.
Version 0.7.4
Fixed an issue with ParOr in roaring64 and fixing support for negative values in BSI.
Credit @guymolinari
Version 0.7.3
Fix issue with AddOffset
credit: @Oppen
Version 0.7.2
Performance improvments with run containers.
credit: @jacksonrnewhouse
Version 0.7.1
Patch release to fix a go.sum issue.
Version 0.7.0
- updated bitset to new location
- removed cached cardinality from run containers to make data races less likely
Version 0.6.1
Merge pull request #304 from RoaringBitmap/dlemire/issue_303 Minimal fix for 303.
Version 0.6.0
The run containers have been trimmed. They should be safer and use less memory.