Enhancements
- improve failure case reporting more intuitive #232
- rename internal decorator for setting check statistics #235 thanks @Aditya1001001
- from_yaml supports all column properties #240 thanks @d33bs
- support for nullable integer string aliases and dtypes #244
- add
check_output
to theCheckResult
namedtuple #251 - built-in python scalar types are supported: int, float, str, bool #263
- Use Check.name in Check.repr #265 thanks @JacobHayes
- add comparison operator aliases to built-in checks #269
- add support for
SeriesSchema
index specification #270
Bugfixes
- io serialization can handle Index.name = None #248
- pandas_dtype can be correctly set in
Column
object #256 - fix
check_input
decorator when df passed in kwargs #257 thanks @vshulyak