Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

58 lines (32 loc) · 2.55 KB

Changelog

0.2.3 - 2024-07-18

Added

  • ✨ Add keyword arguments to schema's validate() method (#73)

Fixed

  • 🐛 Fix not validating output factory datasets (#80)

0.2.2 - 2024-06-03

Added

  • ✨ Validate output datasets (#20, #69)

Fixed

  • 🐛 Fix AttributeError in datasets with missing metadata parameter (#67)

0.2.1 - 2024-05-06

Fixed

  • 🐛 Fix dataset reference in hook for kedro >= 0.19.0

0.2.0 - 2024-04-19

Changed

  • 💥 ✨ ⬆️ Drop support for kedro==0.18.x and add support for kedro==0.19.x (#46)

0.1.0 - 2023-09-02

Added

  • ✨ Add a CLI command to infer the schema of a dataset and persist it to a file (#4)
  • ✨ Automatically register customer resolvers pa.dict, pa.yaml to make schema declaration easier in the catalog (#13)
  • ✨ Automatically register customer resolver pa.python to enable schema declaration in the catalog from a DataframeModel class (#32)
  • ✨ Add runtime validation : before running each node, data is validated against the schema declared in the catalog (#13)
  • 🔊 kedro-pandera logs defaults is set to INFO so it is visible by default in the kedro logs (#13)
  • 📝 Add a tutorial for using kedro-pandera (#5)