Skip to content

Releases: AnswerDotAI/fastcore

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)

v1.4.0

26 Mar 23:02
Compare
Choose a tag to compare

New Features

  • Support union types with | in typedispatch and @patch (#397)
  • Support py3.10 annotations (#396)

Bugs Squashed

  • fix missing import for get_source_link (#392), thanks to @hamelsmu

v1.3.29

24 Feb 05:05
Compare
Choose a tag to compare

Bugs Squashed

v1.3.28

24 Feb 04:48
Compare
Choose a tag to compare

New Features

v1.3.27

01 Nov 23:08
Compare
Choose a tag to compare

New Features

  • add loop functions, thanks to @willmcgugan (#363)
  • add walk function (#355)
  • add globtastic and compile_re (#354)
  • add exec_new (#350)
  • add PythonKernel (#348)
  • add flatten

Bugs Squashed

  • avoid expansion of % format strings in fastcore.script (#349)