Skip to content

Releases: google/python-fire

v0.1.1

21 May 06:55
Compare
Choose a tag to compare

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