Releases: RoaringBitmap/roaring
Releases · RoaringBitmap/roaring
v2.0.0
Version 1.9.4
Updated documented regarding BSI. Users are encouraged to specify the full range, otherwise the query results could be incorrect.
Issue: #426
Full Changelog: v1.9.3...v1.9.4
Version 1.9.3
What's Changed
Full Changelog: v1.9.2...v1.9.3
Version 1.9.2
What's Changed
Full Changelog: v1.9.1...v1.9.2
Version 1.9.1
What's Changed
- Faster faster iandnot by @lemire in #417
- improve performance of AndNot between array and run containers by @neena in #416
New Contributors
- @metalmatze made their first contribution in #414
- @neena made their first contribution in #416
Full Changelog: v1.9.0...v1.9.1
Version 1.9.0
What's Changed
- Use io.ReadFull in roaring64.Bitmap.ReadFrom by @wjohnson-aurora in #412
New Contributors
- @wjohnson-aurora made their first contribution in #412
Full Changelog: v1.8.0...v1.9.0
Version 1.8.0
Version 1.7.0
What's Changed
- Minor fixes, changes to
FrozenBitmap
API (renaming) by @lemire in #406 - roaring: implement ToDense and FromDense by @tsenart in #408
- We added FromBitSet and ToBitSet methods so you can go back and forth with https://github.com/bits-and-blooms/bitset instances
mybitset := roaringbitmap.ToBitSet()
newroaringbitmap := roaring.FromBitSet(mybitset)
New Contributors
Full Changelog: v1.6.0...v1.7.0
Version 1.6.0
Version 1.5.0
What's Changed
- Remove unnecessary allocations in 64 bit BSI by @anacrolix in #394
- Verifying and fixing issue 396 :
UnmarshalBinary
orFromBase64
should not have their containers marked as needing copy-on-write by @lemire in #397
Full Changelog: v1.4.0...v1.5.0