Skip to content

Releases: AnswerDotAI/fastcore

v1.5.33

01 May 02:29

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

Choose a tag to compare

Bugs Squashed

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

v1.5.30

26 Apr 17:45

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

Choose a tag to compare

New Features

v1.5.28

01 Feb 22:39

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

v1.5.27

15 Sep 19:46

Choose a tag to compare

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)

v1.5.26

09 Sep 08:49

Choose a tag to compare

Bugs Squashed

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

v1.5.25

07 Sep 18:45

Choose a tag to compare

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)

v1.5.23

01 Sep 00:52

Choose a tag to compare

New Features

  • Optional types for Config (#472)
  • Add ret_false()

Bugs Squashed

  • docments using nested delegates comments incorrectly (#475)
  • true() defined twice; replace 2nd with ret_true() (#471)
  • 'method-wrapper' object has no attribute 'annotations' (#470)

v1.5.22

26 Aug 01:46

Choose a tag to compare

New Features

  • Recursively search for docments (#468)
  • delegates() now works with annotations too (#467)