Skip to content

Releases: AnswerDotAI/fastcore

v1.5.38

20 May 01:08
Compare
Choose a tag to compare

New Features

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

v1.5.37

16 May 23:38
Compare
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
Compare
Choose a tag to compare

New Features

  • Add tuple support to to_xml
  • Add start_proc()

v1.5.35

11 May 06:09
Compare
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
Compare
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)

v1.5.33

01 May 02:29
Compare
Choose a tag to compare

New Features

  • Add deprecated python stdlib imghdr to fastcore, and add additional jpeg header (#546)
  • Add additional numpydoc sections (#545), thanks to @dsm-72

v1.5.32

26 Apr 18:18
Compare
Choose a tag to compare

Bugs Squashed

  • Revert "Python 3.12 Deprecation of pkg_resources" (#544)

v1.5.30

26 Apr 17:45
Compare
Choose a tag to compare

New Features

  • allow docments to parse async function definitions
  • expose timeout in urlsend

Bugs Squashed

  • patch classmethod not supporting subclasses correctly

v1.5.29

28 Mar 20:05
Compare
Choose a tag to compare

New Features

v1.5.28

01 Feb 22:39
Compare
Choose a tag to compare

Bugs Squashed

  • fix: console_help excludes entrypoints from the root module (#495), thanks to @seeM
  • Improvements to test messages (#508), thanks to @ddobrinskiy