Releases: JeanKossaifi/configmypy
Releases · JeanKossaifi/configmypy
0.2.0
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!