Skip to content

Version 0.4.0

Choose a tag to compare

@Labbeti Labbeti released this 18 Jul 21:03
· 21 commits to main since this release
2a05bd5

[0.4.0] 2025-07-18

Added

  • duplicate_list function to duplicate elements in a list.
  • loads, save, read functions for CSV, JSON and PICKLE.
  • JSONL file format support.
  • str_to_type and parse_to functions to convert any argparse argument to builtin value.
  • requires_packages decorator to avoid calling a function that requires an optional dependency.

Modified

  • deprecated_function decorator can be used without parenthesis.

Fixed

  • disk_cache_decorator typing.
  • priority argument in register method of _FunctionRegistry class.
  • get_argnames returns when function contains local variables.