- Fix test cases for `snowpark` - Bump versions from dependabot
0.15.0
- New `Check.ok()` method to return `true|false` when all rules in the `check` ended up with `PASS` status - Upgraded to support `duckdb==1.1.1` - Better error handling for `duckdb.DuckDbPyRelation` object, instructing user to `register` their relation first - Introduction to `pre-commit` on the repository as guardrails for `dev` work
0.14.1
- Bump to python `>=3.10`. Thanks runkelcorey - Lightweight verification of compute engines
0.14.0
- Refactor for less `is_instance` validation - Reduce `-32%` code complexity - Suggested fix `is_custom` for `pyspark-connect`
0.13.2
- Fixes on `pyspark` validation dataframe. Thanks runkelcorey - Bumped versions of tooling and added `pre-commit` as aid to development and standards
0.13.1
- Formatting of `is_custom` validation. Thanks marrov for the pointers in the discussions.