Skip to content

Releases: AnswerDotAI/fastcore

v1.5.18

18 Aug 01:20

Choose a tag to compare

New Features

  • exclude passed to {func} from docments by passing verbose=False to delegates (#464), thanks to @seeM
  • enable meta.delegates to enforce KEYWORD_ONLY for kwargs from (#459), thanks to @EmbraceLife

Bugs Squashed

  • fix fastcore.style format resets and auto-complete (#462), thanks to @seeM

v1.5.17

11 Aug 01:59

Choose a tag to compare

New Features

  • Add fastcore.style: fast styling for friendly CLIs (#460), thanks to @seeM
  • add skip_folder to xtras.walk (#458)

Bugs Squashed

v1.5.15

07 Aug 01:55

Choose a tag to compare

New Features

  • layered Config with extra_files; Config repr (#456), thanks to @seeM
  • in-memory Config by passing save=False (#455), thanks to @seeM
  • use == for non iterable args to all_equal (#453)
  • New method: AttrDict.copy, to return AttrDict instead of plain python dict (#451), thanks to @Salehbigdeli
  • add xdg module (#450)
  • add console_help (#448)
  • add module info to basic_repr (#447)
  • add only and nested_setdefault collection functions (#446), thanks to @seeM
  • include annotations and qualname in copy_func (#425), thanks to @seeM

Bugs Squashed

  • Fix scripts not executing (#449), thanks to @renato145
  • urllib opener can conflict with fork parallel on macos (#444)

v1.5.11

27 Jul 22:19

Choose a tag to compare

New Features

  • move str2bool to fastcore.basics (#441)

v1.5.9

25 Jul 18:20

Choose a tag to compare

New Features

  • start mode option for parallel (#440)

v1.5.8

25 Jul 04:40

Choose a tag to compare

New Features

  • port to nbdev2 (#438)
  • add signature_ex

v1.5.7

24 Jul 22:08

Choose a tag to compare

New Features

  • always set __wrapped__ in call_parse (#435)

v1.5.6

17 Jul 21:13

Choose a tag to compare

Bugs Squashed

  • Fix missing import

v1.5.5

16 Jul 01:40

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

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)