Features
- Incorporate the use of Narwhals selectors to select multiple columns for validation by @rich-iannone in #45
- View a report for a single validation step with the new
get_step_report()
method by @rich-iannone (#31, #42, #43, #44, #47, #48)
Fixes and Documentation
- When collecting target table schema, avoid conversion to Narwhals (use native DF schemas) by @rich-iannone in #40
- Corrected installation instructions in the contributing guide by @malcolmbarrett in #41
- Fix issues with
n_failing()
correctness (when Null values present) by @rich-iannone in #46 - Added the Examples page on the project website by @rich-iannone (#32, #33)
New Contributors
- @malcolmbarrett made their first contribution in #41
Full Changelog: v0.4.0...v0.5.0