Releases: RoaringBitmap/CRoaring
Releases · RoaringBitmap/CRoaring
Version 4.6.1
Patch release: we are removing all __restrict__ calls in our array util functions.
Full Changelog: v4.6.0...v4.6.1
Version 4.6.0
What's Changed
- feat: implement
roaring64_bitmap_remove_run_compressionby @Dr-Emann in #786 - feat: implement
roaring64_bitmap_add_offset(androaring64_bitmap_sub_offsetandroaring64_bitmap_add_offset_signed) by @Dr-Emann in #787 - feat: implement
roaring64_bitmap_overwriteby @Dr-Emann in #789 - removing restrict on outputs for some functions by @lemire in #791
Full Changelog: v4.5.1...v4.6.0
Version 4.5.1
What's Changed
- chore: Replace deprecated equalorlarger with move_equalorlarger by @SylvesterKwon in #770
- Run CI against illumos and make the tests pass (restrict). by @jmcarp in #771
New Contributors
- @SylvesterKwon made their first contribution in #770
- @jmcarp made their first contribution in #771
Full Changelog: v4.5.0...v4.5.1
Version 4.5.0
What's Changed
- fix comment by @boroknagyz in #769
- Better inlining by @lemire in #766
New Contributors
- @boroknagyz made their first contribution in #769
Full Changelog: v4.4.3...v4.5.0
v4.4.3
What's Changed
art_node_printf: Use unsigned counter values by @madscientist in #753- better documentation for 64-bit frozen. by @lemire in #758
- Fixed build on e2k (Elbrus-2000) arch by @r-a-sattarov in #765
New Contributors
- @r-a-sattarov made their first contribution in #765
Full Changelog: v4.4.2...v4.4.3
Version 4.4.2
What's Changed
- Replacing CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR by @lemire in #752 credit to @16bit-ykiko
Full Changelog: v4.4.1...v4.4.2
Version 4.4.1
What's Changed
- run_container_cardinality + AVX-512 does not seem useful. by @lemire in #746
- This verifies issue 742 by @lemire in #744
- Fix roaring64_bitmap_remove_many when removing a container by @SLieve in #751
- fix: use BUILD_INTERFACE to prevent header target dependency propagation by @nullccxsy in #738
- Fix build on windows by @16bit-ykiko in #750
New Contributors
- @nullccxsy made their first contribution in #738
- @16bit-ykiko made their first contribution in #750
Full Changelog: v4.4.0...v4.4.1
Version 4.4.0
What's Changed
- Change BUILD_TESTING in the build example to ENABLE_ROARING_TESTS by @zhjwpku in #740
- missing array include by @lemire in #745
- Add functions to skip forward/backward with an iterator, and use it to simplify roaring_bitmap_range_uint32_array by @Dr-Emann in #741
New Contributors
Full Changelog: v4.3.12...v4.4.0
Version 4.3.12
Version 4.3.11
What's Changed
- Fixed an issue: missed replacing "free" with "roaring_free" by @ChenHuajun in #734
- remove an unneded allocation in roaring_bitmap_portable_serialize by @Dr-Emann in #735
New Contributors
- @ChenHuajun made their first contribution in #734
Full Changelog: v4.3.10...v4.3.11