v0.0.20 - Subgroups, Fix Serialization / Annotation bugs
What's Changed
- force_full_path option to use always full paths to fields as option string by @ivanprado in #117
- Include requirements.txt by @thewchan in #128
- Fix a bug introduced in #117. It affects the DASH option in the nested mode by @ivanprado in #129
- Add support for multiple nested argument subgroups by @lebrice in #136
- [subgroups] Fix bugs and save chosen subgroup name in namespace by @lebrice in #140
- Fix ser/deserialization for enums and Path by @ivanprado in #137
- Fix issue with old-style annotation and postponed types by @lebrice in #146
- Fix issue 107 (decoding of 'False' -> True) by @lebrice in #147
- argparse.SUPPRESS-like functionality for advanced uses by @idoby in #124
- Use the globals of the dataclass module when evaluating forward type annotations by @lebrice in #148
New Contributors
Full Changelog: v0.0.19.post1...v0.0.19.post2