Skip to content

Releases: AnswerDotAI/fastcore

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)

v1.12.38

10 Apr 22:28

Choose a tag to compare

New Features

  • Add to_aiter as public async generator and simplify maybe_aiter to use it (#803)
  • Add async mapping utilities: mapa and maybe_aiter (#802), thanks to @ncoop57

v1.12.37

10 Apr 21:27

Choose a tag to compare

New Features

  • Add to_aiter as public async generator and simplify maybe_aiter to use it (#803)
  • Add async mapping utilities: mapa and maybe_aiter (#802), thanks to @ncoop57

v1.12.36

10 Apr 05:14

Choose a tag to compare

New Features

  • Add Notebook API (#801)

v1.12.35

10 Apr 00:52

Choose a tag to compare

New Features

  • Add fastcore.nbio (#800)

v1.12.34

01 Apr 09:43

Choose a tag to compare

New Features

  • Add can_render helper (#797)