Releases: RoaringBitmap/croaring-rs
Releases · RoaringBitmap/croaring-rs
0.6.3
CRoaring
updated to 0.8.0
- Fixes for
Treemap#run_optimize
and Treemap#remove_run_compression
#92
0.6.2
CRoaring
updated to 0.6.0
bindgen
updated to 0.61
roaring
updated to 0.10
0.6.1
- CRoaring updated to 0.5.0
- Adds Bitmap#add_offset - compute a new bitmap, which contains all values from this bitmap, but shifted by
offset
- Many
Bitmap
functions now require &self
instead of needlessly requiring &mut self
Thanks @Dr-Emann!
0.6.0
- BREAKING: Allows passing RangeBounds to range accepting functions #79
- Faster performance by direct embed of
roaring_bitmap_t
#83
Many thanks to @Dr-Emann.
0.5.2
- CRoaring updated to 0.3.4
- Build improvements to
croaring-sys
(#77, #84)
- Adds
Bitmap#next_many
efficient bitmap iteration in chunks (#81)
- Implements Extend for
Bitmap
and Treemap
(#82)
croaring-rs
now uses Rust 2021 (#75)
Many thanks @Dr-Emann and @vorot93 for contributions!
0.5.1
- CRoaring updated to 0.3.3
0.5.0
- CRoaring updated to 0.3.1
-march=native
is not a default for croaring-sys
anymore
- Impl Default for
Bitmap
and Treemap
0.4.6
- Better
Debug
for large Bitmap
s
- Update bindgen to v0.56.0, Apple Silicon support
0.4.5
- Allow to specify CPU architecture when building CRoaring (#62)
- Update CRoaring to 0.2.66