Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@JeanKossaifi JeanKossaifi released this 09 Jun 17:15
6f57d64

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