All Versions
23
Latest Version
Avg Release Cycle
185 days
Latest Release
54 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.11.4 Changes
April 24, 2026What's Changed
- ๐ fix: overflow on 32-bit builds by @lucascool12 in #345
- ๐ฏ feat: impl Clone on tree_map Iter by @lucascool12 in #344
- Implement Eq trait by @cormacrelf in #341
- โ Remove SIMD LaneCount, SupportedLaneCount with upstream changes by @xangelix in #347
- โ Add
RoaringTreemap::optimizeby @0xdeafbeef in #350 - Add RoaringTreemap::contains_range and range_cardinality by @dchristle in #351
- ๐ Fix interval store iterator off by one error by @Kerollmops in #353
๐ New Contributors
- @cormacrelf made their first contribution in #341
- @xangelix made their first contribution in #347
- @0xdeafbeef made their first contribution in #350
- @dchristle made their first contribution in #351
Full Changelog : v0.11.3...v0.11.4
-
v0.11.3 Changes
December 15, 2025What's Changed
- fix: bitmap advance_back_to could violate invariants by @Dr-Emann in #339
- Introduce Iter::next_range and next_range_back by @Dr-Emann in #338
- โฌ๏ธ Bump version to v0.11.3 and MSRV to 1.82 by @Kerollmops in #342
Full Changelog : v0.11.2...v0.11.3
-
v0.11.2 Changes
July 26, 2025What's Changed
- ๐ fix: change
package.rust-versioninroaring/Cargo.tomlby @lucascool12 in #333 - ๐ fix: clippy findings from updated msrv by @Dr-Emann in #336
- Fuzz iterators and fix bugs by @Dr-Emann in #335
- โฌ๏ธ Bump roaring to v0.11.2 by @Kerollmops in #337
Full Changelog : v0.11.1...v0.11.2
- ๐ fix: change
-
v0.11.1 Changes
July 16, 2025What's Changed
- โฌ๏ธ Bump the MSRV to 1.80.1 by @Kerollmops in #329
- โ Add a function for internal validation, and use it in the fuzzer by @Dr-Emann in #328
- ๐ fix: do not accidently remove zeros in vector sub by @Dr-Emann in #330
- use a dynamic bytes swizzle for
swizzle_to_frontby @Dr-Emann in #331 - โฌ๏ธ Bump version to 0.11.1 by @Kerollmops in #332
Full Changelog : v0.11.0...v0.11.1
-
v0.11.0 Changes
June 17, 2025What's Changed
- โ Add fuzzing to compare against croaring-rs by @Dr-Emann in #321
- Include license files in published crate by @ankane in #323
- โ Run containers part 2 by @Kerollmops in #66
- โ Run containers attempt 3 by @lucascool12 in #320
- ๐ Change the API of the push method to return a result by @Kerollmops in #325
๐ New Contributors
- @ankane made their first contribution in #323
- @lucascool12 made their first contribution in #320
Full Changelog : v0.10.12...v0.11.0
-
v0.10.12 Changes
April 05, 2025What's Changed
- chore(deps): replace
bincodewithpostcardby @GZTimeWalker in #311 - ๐ Deny Unnameable Types and Remove useless implementations by @Kerollmops in #316
- Add
advance_toandadvance_back_totoTreemap'sIterby @sdd in #314 - โ Remove
todo!Implementations for TreemapIter'sfoldandrfoldby @sdd in #319
๐ New Contributors
Full Changelog : v0.10.10...v0.10.12
- chore(deps): replace
-
v0.10.10 Changes
January 09, 2025What's Changed
- ๐ Improve the
Extend::extendimplementation for performances by @Kerollmops in #306 - โฌ๏ธ Upgrade Dependencies by @Kerollmops in #308
Full Changelog : v0.10.9...v0.10.10
- ๐ Improve the
-
v0.10.9 Changes
December 13, 2024What's Changed
- fix(no_std): use
core::sliceinbitmap_store.rsby @GZTimeWalker in #305
Full Changelog : v0.10.8...v0.10.9
- fix(no_std): use
-
v0.10.8 Changes
December 06, 2024What's Changed
- Feature Request:
RoaringBitmap::from_lsb0_bytesby @lemolatoon in #288
๐ New Contributors
- @lemolatoon made their first contribution in #288
Full Changelog : v0.10.7...v0.10.8
- Feature Request:
-
v0.10.7 Changes
November 27, 2024What's Changed
- Introduce cargo workspaces by @christianschleifer in #285
- ๐ Fix warnings when testing with nightly by @Dr-Emann in #293
- ๐ fix(typos): fix some typos with
typosby @GZTimeWalker in #291 - โก๏ธ Optimize BitmapIter::next by @Dr-Emann in #292
- Lazily compute Iterator len by @Dr-Emann in #295
- feat: implement advance_to and advance_back_to for Iter by @Dr-Emann in #296
- ๐ฏ Implement Clone on the bitmap::Iter type by @Kerollmops in #289
- implement range-based iteration by @Dr-Emann in #297
๐ New Contributors
- @christianschleifer made their first contribution in #285