Releases: google/python-fire
Releases · google/python-fire
v0.1.1
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