What's Changed
- Added type stubs in #110
- Improve type handling in rich comparisons in #111
- Fix: croaring does not allow in-place operations with self in #115
- Drop support for Python 3.7 in #117
- Add support for Python 3.13 in #119
- Add support for 64-bit bitmaps in #106
- This adds new classes:
BitMap64
andFrozenBitMap64
that can handle much larger integers.
- This adds new classes:
Full Changelog: 0.4.5...1.0.0