Skip to content

1.0.0: typing and support for 64-bit bitmaps

Latest
Compare
Choose a tag to compare
@Ezibenroc Ezibenroc released this 27 Aug 05:36

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 and FrozenBitMap64 that can handle much larger integers.

Full Changelog: 0.4.5...1.0.0