Pandera Versions Save

A light-weight, flexible, and expressive statistical data testing library

v0.19.0b3

2 weeks ago

v0.19.0b2

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/unionai-oss/pandera/compare/v0.19.0b1...v0.19.0b2

v0.19.0b1

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/unionai-oss/pandera/compare/v0.18.3...v0.19.0b1

v0.19.0b0

1 month ago

What's Changed

Full Changelog: https://github.com/unionai-oss/pandera/compare/v0.18.3...v0.19.0b0

v0.18.3

1 month ago

What's Changed

Full Changelog: https://github.com/unionai-oss/pandera/compare/v0.18.2...v0.18.3

v0.18.2

1 month ago

v0.18.1

1 month ago

✨ Highlights ✨

Granular control of pandas validation https://github.com/unionai-oss/pandera/pull/1490

There is now support for granular control of schema-level or data-level validations. This can be done via the PANDERA_VALIDATION_DEPTH environment variable. Schema-level (or metadata) validation includes things like column name checks and column data types, while data-level validation involves checks that operate on actual data values.

export PANDERA_VALIDATION_DEPTH= SCHEMA_AND_DATA  # check schema- and data-level checks (default)
export PANDERA_VALIDATION_DEPTH=SCHEMA_ONLY  # only do schema-level checks
export PANDERA_VALIDATION_DEPTH=DATA_ONLY  # only do data-level checks

Efficient Hypothesis strategies https://github.com/unionai-oss/pandera/pull/1503

Pandas data synthesis strategies now uses comparison operator functions for more efficient data synthesis. It also updates the minimum hypothesis version to 6.92.7.

What's Changed

New Contributors

Full Changelog: https://github.com/unionai-oss/pandera/compare/v0.18.0...v0.18.1

v0.18.0

4 months ago

✨ Highlight ✨

Pandera now supports the configuration environment variable PANDERA_VALIDATION_ENABLED. export PANDERA_VALIDATION_ENABLED=False now globally deactivates validation.

What's Changed

New Contributors

Full Changelog: https://github.com/unionai-oss/pandera/compare/v0.17.2...v0.18.0

v0.18.0b0

4 months ago

v0.17.2

7 months ago

What's Changed

Full Changelog: https://github.com/unionai-oss/pandera/compare/v0.17.1...v0.17.2