Skip to content

Releases: AnswerDotAI/fastcore

v1.5.43

02 Jun 03:27

Choose a tag to compare

New Features

  • Add parse_env to provide similar functionality to dotenv pypi lib (#568)
  • Add partition (#567)
  • Add return value to result attr in threaded functions (#563)

v1.5.42

30 May 04:09

Choose a tag to compare

New Features

  • Add HTTP functions: tobytes, http_response, and recv_once (#562)
  • Convenience props for XT (#561)
  • annotations for get_class / mk_class (#560)

v1.5.41

28 May 15:06

Choose a tag to compare

New Features

  • Add type2str and dataclass_src to xtras (#559)

v1.5.40

28 May 04:19

Choose a tag to compare

New Features

  • Save orig method in patch and patch_to (#558)

v1.5.39

27 May 18:25

Choose a tag to compare

New Features

  • add hl_md() (#557)
  • bool value handling for xt (#556)
  • Add py2pyi (#555)
  • Add attr support to nested_idx (#554)

v1.5.38

20 May 01:08

Choose a tag to compare

New Features

  • add fastcore.xml.highlight() (#553)

v1.5.37

16 May 23:38

Choose a tag to compare

New Features

  • Do not add closing tags for void tag types (#551)
  • Add tuple support to to_xml
  • Add start_proc()

v1.5.36

15 May 05:58

Choose a tag to compare

New Features

  • Add tuple support to to_xml
  • Add start_proc()

v1.5.35

11 May 06:09

Choose a tag to compare

New Features

  • Add process param to threaded (#550)
  • Check for __xt__ in to_xml

v1.5.34

09 May 19:18

Choose a tag to compare

New Features

  • Add xml module for XML and HTML generation (#549)
  • Add NotStr, which behaves like a str, but is not an instance of one (#548)
  • Add NS, a SimpleNamespace subclass that also adds iter and dict support (#547)