Releases: RoaringBitmap/CRoaring
Releases · RoaringBitmap/CRoaring
Version 4.2.1
Version 4.2.0
Version 4.1.7
What's Changed
Full Changelog: v4.1.6...v4.1.7
Version 4.1.6
What's Changed
Full Changelog: v4.1.5...v4.1.6
Version 4.1.5
What's Changed
Full Changelog: v4.1.4...v4.1.5
Version 4.1.4
Version 4.1.3
What's Changed
- import roaring.h from the right place by @Dr-Emann in #658
- clarify bitset_extract_setbits scalar code (BLSI -> BLSR) by @goldsteinn in #659
New Contributors
- @goldsteinn made their first contribution in #659
Full Changelog: v4.1.2...v4.1.3
Version 4.1.2
v4.1.1
What's Changed
- Only ignore amalgamation files at the root by @Dr-Emann in #641
- support AVX2 for run_container_to_uint32_array by @stdpain in #642
- reenabling AVX under VS by @lemire in #644
- fix: remove null checks before free. Reverses commit eb5395b by @lemire in #643
New Contributors
Full Changelog: v4.1.0...v4.2.0
Version 4.1.0
What's Changed
- Add some missing roaring64 functions by @Dr-Emann in #628
- roaring64: Don't crash on roaring64_bitmap_free(NULL) by @madscientist in #632
- fix: introduce macro to initialize to zero structs portably by @lemire in #634
- Mark
sum_value
in roaring_statistics_t as deprecated by @Dr-Emann in #639 - Fix segfault with roaring64 intersect_with_range and empty bitmap by @Dr-Emann in #636
Full Changelog: v4.0.0...v4.0.1