Skip to content

Version 0.4.3

Choose a tag to compare

@Labbeti Labbeti released this 13 Dec 11:13
· 18 commits to main since this release
193fd52

[0.4.3] 2025-12-13

Added

  • as_builtin now supports datetime.date instances.
  • check_only_first argument in isinstance_generic function.
  • filter_with_patterns function.
  • skipfiles, include and sort to tree_iter function.
  • SupportsGetitem protocols now has T_Index typevar set to Any instead of int by default.
  • SupportsGetitem2, SupportsGetitemLen2 and SupportsGetitemIterLen2 protocols with generic parameters in reversed order to match Mapping[key, value] order.
  • ThreadPoolExecutorHelper class.
  • SupportsMatmul typing class.
  • reduce_matmul function.