Skip to content

0.6.3: Bugfixes, update docs

Compare
Choose a tag to compare
@cosmicBboy cosmicBboy released this 28 Mar 02:28

New Features

  • add new method SchemaModel.to_yaml to serialize SchemaModels to yaml #428

Bugfixes

  • preserve pandas extension types during validation (#443)
  • Fix to_yaml serialization dropping global checks (#428) 🎉 first contribution @antonl 🎉
  • fix empty data type not supported for serialization (#435)
  • fix empty SchemaModel (#434)
  • add doc about attributes excluded by SchemaModel (#436) @jeffzi
  • fix DataFrameSchema comparison with non-DataFrameSchema (#431) @jeffzi
  • schema serialization handles non-PandasDtype (#424)
  • pa.Object coerce should preserve object type (#423)

Documentation