Skip to content

Releases: RoaringBitmap/roaring-rs

Version 0.5.2

08 Apr 21:08
0.5.2
Compare
Choose a tag to compare
 * Add RoaringBitmap::remove_range and RoaringTreemap::remove_range
   (thanks again to @arthurprs)

Version 0.5.1

07 Apr 16:55
0.5.1
Compare
Choose a tag to compare
 * Add RoaringBitmap::serialized_size, RoaringTreemap::bitmaps and
   RoaringTreemap::from_bitmaps (thanks to @arthurprs)

Version 0.5.0

12 Mar 11:24
0.5.0
Compare
Choose a tag to compare
 * 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

19 Dec 20:43
0.4.2
Compare
Choose a tag to compare
 - Fixed dependency on num for new crates.io constraints, see 0.4.1 for real
   changes.

Version 0.4.1

19 Dec 20:32
0.4.1
Compare
Choose a tag to compare
 - 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

08 Jan 12:24
Compare
Choose a tag to compare

0.3.2

29 Apr 13:29
Compare
Choose a tag to compare
Bump version to 0.3.2

0.3.1

29 Apr 12:56
Compare
Choose a tag to compare
Bump version to 0.3.1

0.2.2

22 Feb 06:13
Compare
Choose a tag to compare
Bump version

0.2.1

22 Feb 05:59
Compare
Choose a tag to compare
Bump version