Skip to content

Releases: RoaringBitmap/CRoaring

Version 4.6.1

09 Mar 15:01

Choose a tag to compare

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

04 Mar 23:01

Choose a tag to compare

What's Changed

  • feat: implement roaring64_bitmap_remove_run_compression by @Dr-Emann in #786
  • feat: implement roaring64_bitmap_add_offset (and roaring64_bitmap_sub_offset and roaring64_bitmap_add_offset_signed) by @Dr-Emann in #787
  • feat: implement roaring64_bitmap_overwrite by @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

30 Dec 22:58

Choose a tag to compare

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

Full Changelog: v4.5.0...v4.5.1

Version 4.5.0

05 Dec 04:43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.3...v4.5.0

v4.4.3

25 Nov 22:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.2...v4.4.3

Version 4.4.2

06 Oct 13:59

Choose a tag to compare

What's Changed

Full Changelog: v4.4.1...v4.4.2

Version 4.4.1

05 Oct 17:59

Choose a tag to compare

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

Full Changelog: v4.4.0...v4.4.1

Version 4.4.0

01 Oct 12:07

Choose a tag to compare

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

18 Sep 02:05

Choose a tag to compare

What's Changed

  • Support version constraints when finding CRoaring with CMake by @vyasr in #739

New Contributors

Full Changelog: v4.3.11...v4.3.12

Version 4.3.11

08 Sep 13:52

Choose a tag to compare

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

Full Changelog: v4.3.10...v4.3.11