Skip to content

1.0.0

Compare
Choose a tag to compare
@saulius saulius released this 10 Sep 18:39
· 100 commits to master since this release
  • Breaking changes in 1.0.0
    • Bitmap#create is now Bitmap#new, Treemap#create is now Treemap#new
    • Bitmap#create_with_capacity is now Bitmap#with_container_capacity
    • Bitmap and Treemap serialization was reworked to use trait based implementations. Support for Portable, Native, Frozen and JvmLegacy formats available. See documentation for short descriptions.
  • Other changes in 1.0.0:
    • Added Treemap has many new functions added including is_subset, from_bitmap, add_checked, add_range and many others
    • Added Bitmap#from from [u32] slice as well as array of values
    • Performance improvements for Bitmap#from_iter
    • croaring-rs moved under RoaringBitmap organisation

Many thanks to @Dr-Emann for driving forward this release.