Skip to content

Releases: AnswerDotAI/fastcore

v1.13.2

17 May 06:02

Choose a tag to compare

New Features

  • Set co_qualname in patch (#821)
  • Convert camelCase tag names to kebab-case in xml.__getattr__ (#820)

v1.13.0

13 May 02:11

Choose a tag to compare

Breaking Changes

  • Change parallel_async default return exceptions

New Features

  • Add return_exceptions parameter to parallel et al (#819)
  • Add load_mod (#818)
  • Add import_no_init (#814)

Bugs Squashed

v1.12.46

10 May 01:35

Choose a tag to compare

New Features

v1.12.45

08 May 03:36

Choose a tag to compare

New Features

  • Add daemon parameter to startthread and startproc (#813)

v1.12.44

01 May 20:33

Choose a tag to compare

New Features

v1.12.43

26 Apr 03:18

Choose a tag to compare

New Features

  • Add render_text and mk_result/mk_display/mk_error helpers; use render_text in cell2xml (#810)
  • Add extend_enum and static_method support to patch/patch_to (#809)

v1.12.42

23 Apr 08:41

Choose a tag to compare

New Features

  • Support async functions in call_parse (#808)

v1.12.41

23 Apr 02:16

Choose a tag to compare

New Features

  • Add maxdepth to walk/globtastic, walk_join helper, set support in is_listy (#807)

v1.12.40

21 Apr 06:09

Choose a tag to compare

New Features

  • Save original method in patch_to for all attr types, not just plain methods (#806)
  • Add output rendering functions (preferred_out, apply_controls, render_output/s, concat_streams) to nbio (#805)

v1.12.39

13 Apr 22:33

Choose a tag to compare

New Features

  • Minor perf improvements for to_xml (#804)