Skip to content

Version 0.6.0

Choose a tag to compare

@Labbeti Labbeti released this 24 Jul 12:32
· 7 commits to main since this release
f61c460

[0.6.0] 2026-07-24

Added

  • Add _fill_all_arguments option to filter_and_call.
  • Add parse_args_using_dataclass function to parse program arguments using dataclass.

Modified

  • Move CSV, JSON, JSONL and PICKLE functions to new serialization module.
  • Default value for key_mode in dict_list_to_list_dict is now "same" to match list_dict_to_dict_list.

Fixed

  • Ticker class in global context.
  • is_special_form and is_parametrized now supports objects with custom __contains__, like ndarray or DataFrames.