Skip to content

Releases: RoaringBitmap/CRoaring

Version 4.2.1

04 Oct 22:16
Compare
Choose a tag to compare

What's Changed

  • Removed leftover printf.

Full Changelog: v4.2.0...v4.2.1

Version 4.2.0

30 Sep 21:46
e00fe6b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.7...v4.2.0

Version 4.1.7

21 Sep 13:19
Compare
Choose a tag to compare

What's Changed

  • Deserialization/validation unit tests and a small fix by @Dr-Emann in #665

Full Changelog: v4.1.6...v4.1.7

Version 4.1.6

20 Sep 14:22
Compare
Choose a tag to compare

What's Changed

  • fix: another segfault in 64 bit deserialize_safe by @Dr-Emann in #664

Full Changelog: v4.1.5...v4.1.6

Version 4.1.5

19 Sep 23:53
032450e
Compare
Choose a tag to compare

What's Changed

  • fix: possible segfault in 64 bit deserialize_safe by @Dr-Emann in #663

Full Changelog: v4.1.4...v4.1.5

Version 4.1.4

19 Sep 15:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.3...v4.1.4

Version 4.1.3

19 Sep 00:49
Compare
Choose a tag to compare

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

Full Changelog: v4.1.2...v4.1.3

Version 4.1.2

04 Sep 03:09
Compare
Choose a tag to compare

What's Changed

  • Add roaring64_bitmap_move_from_roaring32 function by @Dr-Emann in #649
  • Remove -Wmodule-import-in-extern-c warnings by @rockwotj in #654

New Contributors

Full Changelog: v4.1.1...v4.1.2

v4.1.1

30 Jul 13:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

Version 4.1.0

03 Jul 21:32
9526ecf
Compare
Choose a tag to compare

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