Releases: RoaringBitmap/roaring
Releases · RoaringBitmap/roaring
Version 0.9.4
Bug fix release.
- In some instances, the Or function could produce erroneous results, see #330 (credit @Crash129)
- Our implementation failed to abide by the roaring specification: if one used the FastOr function, one could get good performance, at the expense of memory usage, by producing bitmap containers containing fewer than 4096 entries (see PR #107). We reverted this anomalous behaviour which should result in memory usage in line with the roaring format.
Version 0.9.2
Fix a potential overflow with respect to the frozen format support.
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