Python Fire v0.1.1 Release Notes

Release Date: 2017-05-21 // almost 7 years ago
  • ๐Ÿ†• 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