Skip to content

Version 0.2.0

Choose a tag to compare

@Labbeti Labbeti released this 25 Jun 15:34
· 23 commits to main since this release

[0.2.0] 2025-06-25

Added

  • Python 3.8 support.
  • T_BuiltinNumber and T_BuiltinScalar are covariant by default.
  • SupportsLen protocol.
  • randstr now support a range of sizes.
  • as_builtin function to convert object to built-in equivalent recursively.

Modified

  • disk_cache_decorator now supports custom saving backend fns.