Skip to content

Releases: AnswerDotAI/fastcore

v1.5.8

25 Jul 04:40
Compare
Choose a tag to compare

New Features

  • port to nbdev2 (#438)
  • add signature_ex

v1.5.7

24 Jul 22:08
Compare
Choose a tag to compare

New Features

  • always set __wrapped__ in call_parse (#435)

v1.5.6

17 Jul 21:13
Compare
Choose a tag to compare

Bugs Squashed

  • Fix missing import

v1.5.5

16 Jul 01:40
Compare
Choose a tag to compare

New Features

  • use ujson if available (#432)
  • new func param for globtastic (#429)
  • add nested parser support to fastcore.script (#428), thanks to @seeM

v1.5.0

07 Jul 19:30
Compare
Choose a tag to compare

Breaking Changes

  • Importing fastcore.utils now longer imports fastcore.net

New Features

  • Move imports into functions to make import faster (#426)
  • use py310 style union annotations (#421), thanks to @seeM

Bugs Squashed

  • repr patching broken by pep 563 (#270)

v1.4.5

17 Jun 20:16
Compare
Choose a tag to compare

New Features

Bugs Squashed

  • test_sig returns NameError: name test_eq is not defined (#372), thanks to @ababino

v1.4.4

05 Jun 18:48
Compare
Choose a tag to compare

New Features

  • backport shutil pathlib compat (#416)
  • handle plain files in untar_dir (#412)

v1.4.3

16 May 05:33
Compare
Choose a tag to compare

New Features

Bugs Squashed

  • Bugfix handle edge case when we have string in list and want to flatten (#410), thanks to @Salehbigdeli

v1.4.2

12 Apr 01:35
Compare
Choose a tag to compare

New Features

  • numpy-style docstring support for docments (#405)

v1.4.1

31 Mar 03:45
Compare
Choose a tag to compare

New Features

  • py310 annotation support (#402)
  • add set_nested_idx (#401)