Releases: RoaringBitmap/CRoaring
Releases · RoaringBitmap/CRoaring
Version 2.0.3
Version 2.0.2
What's Changed
- Create dependabot.yml by @gabibguti in #511
- Caught a bug in roaring_bitmap_internal_validate by @lemire in #516
Full Changelog: v2.0.1...v2.0.2
Version 2.0.1
What's Changed
- Improves the documentation of roaring_bitmap_internal_validate by @lemire in #510 Credit to @Dr-Emann
Full Changelog: v2.0.0...v2.0.1
Version 2.0.0
What's Changed
- C++ Wrapper for Roaring32
*Bulkby @mapleFU in #492 - Simplify roaring64map rank by @Dr-Emann in #494
- Removing a static qualifier by @lemire in #496
- Add a function to do internal validations of the bitmap, intended for testing by @Dr-Emann in #493
- Define EXTENSIONS on illumos by @jasonbking in #498
- Keep capacity sane when creating a bitmap with a capacity by @Dr-Emann in #499
- Add more docs to
roaring_bitmap_overwriteby @Dr-Emann in #500 - Fixing issue 501 by @lemire in #502
- Reverting PR 452 by @lemire to fix bug with Intel compilers in #509
New Contributors
- @mapleFU made their first contribution in #492
- @jasonbking made their first contribution in #498
Full Changelog: v1.3.0...v2.0.0
Version 1.3.0
What's Changed
Full Changelog: v1.2.0...v1.3.0
Version 1.2.0
What's Changed
- Add roaring_bitmap_deserialize_safe by @SalvatorePreviti in #486
- Adding a few missing extern declaration by @lemire in #488
Full Changelog: v1.1.5...v1.2.0
Version 1.1.5
What's Changed
- amalgamation.sh: Sort the C files in the output by @madscientist in #482
- Fixing issue 484 by @lemire in #485
New Contributors
- @kangkaisen made their first contribution in #483
Full Changelog: v1.1.4...v1.1.5
Version 1.1.4
What's Changed
- Additional tests related to issue 476 by @lemire in #479
- Correct macro ROARING_DISABLE_X64. by @CharlesChen888 in #478
- Fix a handful of compilation issues with older C standards by @ttaylorr in #480
- portability.h: add an build flag to suppress warnings by @ttaylorr in #481
New Contributors
Full Changelog: v1.1.3...v1.1.4
Version 1.1.3
What's Changed
- add get_index and it will return the index of the element by @bryceustc in #470
- Checking OS support for AVX-512 by @lemire in #477
- Using atomic counters on shared containers by @lemire in #473
New Contributors
- @pmixer made their first contribution in #466
- @bryceustc made their first contribution in #470
Full Changelog: v1.1.2...v1.1.3
Version 1.1.2
What's Changed
- fix the order of #endif for non X64 and compiling in cpp by @SalvatorePreviti in #464
Full Changelog: v1.1.1...v1.1.2