Skip to content

Releases: AnswerDotAI/fastcore

v1.3.25

31 Jul 23:33

Choose a tag to compare

Bugs Squashed

  • untar_dir always extracts archive even if already exists (#337)

v1.3.23

30 Jul 03:46

Choose a tag to compare

New Features

  • Support py36 in untar_dir

v1.3.22

29 Jul 19:43

Choose a tag to compare

New Features

  • New method: Path.delete() to remove a file or directory (#336)
  • Add urlretrieve, which as same as urllib.request.urlretrieve but also works with Request objects (#335)

v1.3.21

25 Jul 22:26

Choose a tag to compare

New Features

  • remove fastai-specific pieces from Config (#334)
  • in untar_dir create a directory if there is more than one item in root of archive (#333)
  • allow directory dest in urlsave (#327)

v1.3.20

04 May 05:47

Choose a tag to compare

New Features

  • make patch more compatible with classmethods (#309), thanks to @tezike
  • Added order and list support for Pipeline.add (#297), thanks to @marii-moe
  • support windows: only add lock if it runs parallelly (#283), thanks to @mszhanyi

Bugs Squashed

  • fix #304 UnicodeDecodeError while downloading git archive (#308), thanks to @pradeepbbl
  • Fix saving str as bytes in urlsave (#278), thanks to @jochym

v1.3.19

16 Jan 18:16

Choose a tag to compare

Bugs Squashed

  • urlsave using str instead of bytes (#280)
  • sparkline errors when a value is given that exceeds mx (#277)

v1.3.17

08 Jan 20:21

Choose a tag to compare

New Features

  • add strcat and mapt (#273)

v1.3.14

02 Jan 23:42

Choose a tag to compare

New Features

  • add loads_multi (#271)

Bugs Squashed

  • ignored empty str names in store_attr (#267)
  • returns_none not returning non-none type (#266)
  • Transform return type ignored (#265)
  • test_eq incorrect for pandas DataFrame (#188), thanks to @kessido

v1.3.13

21 Dec 22:46

Choose a tag to compare

New Features

  • add EventTimer (#263)
  • Store kwargs in `store_attr (#262)
  • add truncstr (#261)
  • add sparkline (#260)
  • add autostart for generators (#249)
  • dynamic fastcore.script help width (#247)
  • optional override to risinstance to support both types and str in the same function (#191), thanks to @kessido

Bugs Squashed

  • delegates doesn't pull the __init__ of a class (#217)
  • test_eq incorrect for pandas DataFrame (#188), thanks to @kessido

v1.3.12

12 Dec 14:41

Choose a tag to compare

New Features

  • enum support for call_parse (#245)
  • Added obj2dict (#244)
  • return_headers param for urlsend and urlread (#242)
  • add common Chrome headers (#241)
  • add utc2local and local2utc (#239)
  • add Path.read_json (#238)

Bugs Squashed

  • *args not handled correctly in process/thread pools (#246)