Skip to content

1.3.5

Compare
Choose a tag to compare
@jph00 jph00 released this 13 Nov 17:49
· 914 commits to main since this release

1.3.5

Breaking Changes

  • remove log_args (#176)

New Features

  • Stateful base class/mixin for objects that should not serialize all their state (#196)
  • new frame param to argnames (#195)
  • add urlopen and untar_dir (#192)
  • SCRIPT_INFO.func to let functions know what CLI name was called in fastcore.script (#185)
  • add annotations and argnames functions (#179)
  • allow but param in store_attr to be either list or str (#174)
  • add urlvalid (#173)

Bugs Squashed

  • @typed doesn't work with classes (#183) (reported by @krishnap)