Releases: RoaringBitmap/roaring-rs
Releases · RoaringBitmap/roaring-rs
Version 0.5.2
* Add RoaringBitmap::remove_range and RoaringTreemap::remove_range (thanks again to @arthurprs)
Version 0.5.1
* Add RoaringBitmap::serialized_size, RoaringTreemap::bitmaps and RoaringTreemap::from_bitmaps (thanks to @arthurprs)
Version 0.5.0
* No more genericness, only the 32 bit implementation really makes sense. * Standard serialization and deserialization support as specified in https://github.com/RoaringBitmap/RoaringFormatSpec * Massive internal reorganisation, including some visible improvements to the docs. * Explicit minimal compatible version of Rust 1.11.0. * New 64 bit RoaringTreemap added, wraps 32 bit RoaringBitmaps into a BTreeMap. See http://r-libre.teluq.ca/930/1/Roaring64bits.pdf for a description (in French) of the likely performance tradeoffs. Contributed by @bvinc.
Version 0.4.2
- Fixed dependency on num for new crates.io constraints, see 0.4.1 for real changes.
Version 0.4.1
- Now supports RoaringBitmap<usize> (thanks to @jiangyang) - Fixed bug when intersecting bitmaps fully emptied out a container (reported by @aeickhoff)
0.4.0: Merge pull request #15 from Nemo157/relicense
Relicense under MIT/Apache-2.0