Fastcore Versions Save

Python supercharged for the fastai library

1.5.35

5 days ago

New Features

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

1.5.34

6 days ago

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)

1.5.33

2 weeks ago

New Features

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

1.5.32

2 weeks ago

Bugs Squashed

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

1.5.30

2 weeks ago

New Features

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

Bugs Squashed

  • patch classmethod not supporting subclasses correctly

1.5.29

1 year ago

New Features

1.5.28

1 year ago

Bugs Squashed

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

1.5.27

1 year ago

Bugs Squashed

  • fix: error in IPython while handling HTTP4xxClientError (#486), thanks to @seeM
  • fix: Config.get returns False instead of None for missing bool keys (#482), thanks to @seeM
  • params overriding delegates ignored in call_parse (#473)

1.5.26

1 year ago

Bugs Squashed

  • Delegatee docments not appearing (#485)
  • UnicodeDecodeError occurs when reading settings.ini file containing CJK characters on Windows (#483)

1.5.25

1 year ago

New Features

  • Add more information upon HTTP request failures (#479)

Bugs Squashed

  • fix: Config.get returns False instead of None for missing bool keys (#482), thanks to @seeM
  • but in delegates ignored in docments (#478)