Skip to content

v0.1.1

Compare
Choose a tag to compare
@dbieber dbieber released this 21 May 06:55
· 269 commits to master since this release

New Features

  • The Python Fire Guide is available
  • Support for annotations in functions
  • Support for keyword-only arguments in functions
  • Faster loading via lazy imports

Bug Fixes

  • Serialize empty dictionaries
  • Serialize dictionaries with circular dependencies
  • Support non-comparable objects, numpy arrays, etc
  • Help for objects without source files
  • Completion scripts for top-level functions