Skip to content

Releases: JeanKossaifi/configmypy

0.2.0

09 Jun 17:15
6f57d64
Compare
Choose a tag to compare

Auto type inference

configmypy now has an option to automatically infer the type from argparse, instead of rigidly using the type specified in the yaml or upstream config.

For instance, if you use an int in your yaml config but override it with a float, argparse would fail while we now automatically cast to float.

Thanks @dhpitt for the great changes!

@dhpitt @JeanKossaifi