Skip to content

Releases: AnswerDotAI/fastcore

v1.3.26

09 Aug 03:09
Compare
Choose a tag to compare

New Features

  • add class init support to docments (#347)
  • add timeout param to url functions (#346)
  • add L.argfirst (#345)
  • add Path.relpath (#344)
  • add full and returns to docments, and derive type from default in fastcore.script (#342)
  • allow use of docments in fastcore.script.call_parse (#341)
  • add docments (#340)

v1.3.25

31 Jul 23:33
Compare
Choose a tag to compare

Bugs Squashed

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

v1.3.23

30 Jul 03:46
Compare
Choose a tag to compare

New Features

  • Support py36 in untar_dir

v1.3.22

29 Jul 19:43
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

New Features

  • add strcat and mapt (#273)

v1.3.14

02 Jan 23:42
Compare
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
Compare
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