Releases: RoaringBitmap/croaring-rs
Releases · RoaringBitmap/croaring-rs
croaring-v2.1.0
What's Changed
- Bump cc from 1.1.5 to 1.1.7 by @dependabot in #146
- Update bindings to 4.1.4 by @Dr-Emann in #155
- Add From for Bitmap64 by @Dr-Emann in #157
Full Changelog: v2.0.3...croaring-v2.1.0
v2.0.3
What's Changed
- Use new croaring funcs by @Dr-Emann in #141
- Bump cc from 1.0.104 to 1.1.5 by @dependabot in #144
- Bump roaring from 0.10.5 to 0.10.6 by @dependabot in #142
- Bump to croaring 4.1.1 by @Dr-Emann in #147
- Fix #148 by @Dr-Emann in #149
- missed update to Cargo.lock for croaring 2.0.3 by @Dr-Emann in #150
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.0
YANKED
This release was yanked to incorporate CRoaring 4.0.0 upstream break, and waiting for fix on RoaringBitmap/CRoaring#635
What's Changed
Full Changelog: 1.1.0...v2.0.0
1.1.0
1.0.1
CRoaring
updated to 2.0.2 featuring important bugfix, see https://github.com/RoaringBitmap/CRoaring/releases/tag/v2.0.2- Added bitmap validation when deserializing and
Bitmap#try_deserialize_unchecked
for faster unchecked version buildtime_bindgen
is now a noop. We always ship pre-generated bindings.
1.0.0
- Breaking changes in
1.0.0
Bitmap#create
is nowBitmap#new
,Treemap#create
is nowTreemap#new
Bitmap#create_with_capacity
is nowBitmap#with_container_capacity
Bitmap
andTreemap
serialization was reworked to use trait based implementations. Support forPortable
,Native
,Frozen
andJvmLegacy
formats available. See documentation for short descriptions.
- Other changes in
1.0.0
:- Added
Treemap
has many new functions added includingis_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 underRoaringBitmap
organisation
- Added
Many thanks to @Dr-Emann for driving forward this release.