Skip to content

Version 0.4.1

Choose a tag to compare

@Labbeti Labbeti released this 11 Sep 14:40
· 20 commits to main since this release
e99e740

[0.4.1] 2025-09-11

Added

  • SupportsGetitem protocol.
  • All SupportGetitem-based protocols now accept a second generic to specify idx type.
  • seed option to randstr function.

Modified

  • checksum_any computation with set and frozenset objects no longer require to sort elements.

Fixed

  • Default value for T_Index typevar for protocol that specify __getitem__ method.
  • reload_editable_submodules when no editable submodule is imported.