Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Checks for duplicates and completeness
- Support for polars
- Support for PySpark
Changed
- Class structure (users are not impacted by change)
Removed
- Type checking when creating checks for pandera schema (checking column type is unaffected)
Fixed
- Issue with type when loading schema from file
- Issue where string checks would not be added to pandera schema when loaded from file
[1.0.1] - 2026-03-13
Added
- Publishing package to PyPI
[1.0.0] - 2026-01-09
Added
- Initial release.