V0.0.21.post1 - Decorators, InitVar, Bugfixes
What's Changed
- Update the readme to feature the
parse
api, add tests by @lebrice in #165 - Add argument prefix to simple_parsing.parse by @JesseFarebro in #175
- support
dataclasses.InitVar
for python>=3.8 by @mixilchenko in #171 - Add
main
decorator for simple parsing of entry functions by @JesseFarebro in #176 - Fix typing for sp.main decorator by @JesseFarebro in #177
- Apply pre-commit hooks to all files by @lebrice in #178
- Also parse field help string from class docstring by @lebrice in #179
- Modify forward_refs_to_types to fix issue #181 by @zhiruiluo in #182
New Contributors
- @JesseFarebro made their first contribution in #175
- @zhiruiluo made their first contribution in #182
Full Changelog: v0.0.21...v0.0.21.post1