Skip to content

v0.6.0

Compare
Choose a tag to compare
@SupImDos SupImDos released this 21 Oct 13:58
· 86 commits to master since this release

Changes

  • No longer explicitly sets default values for arguments not provided by the user
  • Uses argparse.SUPPRESS to ignore missing values, and missing values are set by the pydantic model
  • This allows the correct usage of model.__fields_set__ and model.json(exclude_unset=True), etc.

Closes

  • Closes (#18 ): Do not set values for arguments not provided by the user