Releases: RoaringBitmap/roaring
Releases · RoaringBitmap/roaring
Version 2.2.0
go.mod update
Full Changelog: v2.1.0...v2.2.0
Version 2.1.0
What's Changed
- fix bis.compareValue by @wlxwlxwlx in #430
New Contributors
- @wlxwlxwlx made their first contribution in #430
Full Changelog: v2.0.0...v2.1.0
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