Skip to content

v0.0.21 - Literals, Defaults from Config files

Compare
Choose a tag to compare
@lebrice lebrice released this 19 Oct 22:17
· 73 commits to master since this release
0f1db02

What's Changed

  • Fields with default value of None are treated as optional (even if type annotation is wrong) by @lebrice in #151
  • Drop support for Python 3.6 by @lebrice in #153
  • Add support for simple Literal fields by @lebrice in #152
  • Export enums in main package init by @lebrice in #155
  • Add pre-commit and run on all files by @lebrice in #154
  • Add better support for setting defaults from Config files by @lebrice in #158
  • Fix bug in docstring parsing, docstrings inherit from bases by @lebrice in #164
  • Add parse to all for simple_parsing.parse by @lebrice in #170

Full Changelog: v0.0.20...v0.0.21