softboiler / boilercv

Computer vision routines suitable for nucleate pool boiling bubble analysis
https://softboiler.org/boilercv/
MIT License
0 stars 2 forks source link

Update dependency pandera to v0.16.0 #93

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pandera ==0.15.2 -> ==0.16.0 age adoption passing confidence

Release Notes

pandera-dev/pandera (pandera) ### [`v0.16.0`](https://togithub.com/unionai-oss/pandera/releases/tag/v0.16.0): : Support Pyspark SQL dataframes [Compare Source](https://togithub.com/pandera-dev/pandera/compare/v0.15.2...v0.16.0) #### What's Changed - Use custom check strategies by [@​honno](https://togithub.com/honno) in [https://github.com/unionai-oss/pandera/pull/1203](https://togithub.com/unionai-oss/pandera/pull/1203) - Bugfix: check for presence of default attribute before calling by [@​kykyi](https://togithub.com/kykyi) in [https://github.com/unionai-oss/pandera/pull/1191](https://togithub.com/unionai-oss/pandera/pull/1191) - Remove outdated warning by [@​tpvasconcelos](https://togithub.com/tpvasconcelos) in [https://github.com/unionai-oss/pandera/pull/1190](https://togithub.com/unionai-oss/pandera/pull/1190) - Static type hint error on class pandera DataFrame by [@​manel-ab](https://togithub.com/manel-ab) in [https://github.com/unionai-oss/pandera/pull/1207](https://togithub.com/unionai-oss/pandera/pull/1207) - Relax python_requires constraint by [@​danhje](https://togithub.com/danhje) in [https://github.com/unionai-oss/pandera/pull/1209](https://togithub.com/unionai-oss/pandera/pull/1209) - fix typo in docs by [@​lindenwells](https://togithub.com/lindenwells) in [https://github.com/unionai-oss/pandera/pull/1201](https://togithub.com/unionai-oss/pandera/pull/1201) - Make hypothesis dependency optional ([#​1215](https://togithub.com/pandera-dev/pandera/issues/1215)) by [@​leifwar](https://togithub.com/leifwar) in [https://github.com/unionai-oss/pandera/pull/1216](https://togithub.com/unionai-oss/pandera/pull/1216) - Update extensions.rst by [@​nathanjmcdougall](https://togithub.com/nathanjmcdougall) in [https://github.com/unionai-oss/pandera/pull/1219](https://togithub.com/unionai-oss/pandera/pull/1219) - Test col-level checks in `test_definied_check_strategy` by [@​honno](https://togithub.com/honno) in [https://github.com/unionai-oss/pandera/pull/1224](https://togithub.com/unionai-oss/pandera/pull/1224) - Add `unique_values_eq` argument to `pa.Field` by [@​karajan1001](https://togithub.com/karajan1001) in [https://github.com/unionai-oss/pandera/pull/1230](https://togithub.com/unionai-oss/pandera/pull/1230) - Add a Dependabot config to update GitHub workflow actions by [@​kurtmckee](https://togithub.com/kurtmckee) in [https://github.com/unionai-oss/pandera/pull/1223](https://togithub.com/unionai-oss/pandera/pull/1223) - Bump actions/checkout from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/unionai-oss/pandera/pull/1234](https://togithub.com/unionai-oss/pandera/pull/1234) - Enhancement: drop invalid rows on validate with new param by [@​kykyi](https://togithub.com/kykyi) in [https://github.com/unionai-oss/pandera/pull/1189](https://togithub.com/unionai-oss/pandera/pull/1189) - Bump actions/cache from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/unionai-oss/pandera/pull/1233](https://togithub.com/unionai-oss/pandera/pull/1233) - Bump actions/setup-python from 1 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/unionai-oss/pandera/pull/1232](https://togithub.com/unionai-oss/pandera/pull/1232) - Bugfix: Ensure defaults are correctly applied by [@​kykyi](https://togithub.com/kykyi) in [https://github.com/unionai-oss/pandera/pull/1240](https://togithub.com/unionai-oss/pandera/pull/1240) - Bug fix while ordering optional keys from schema in static method from_records from pandera df by [@​manel-ab](https://togithub.com/manel-ab) in [https://github.com/unionai-oss/pandera/pull/1238](https://togithub.com/unionai-oss/pandera/pull/1238) - Add add_missing_columns DataFrame schema config per enhancement [#​687](https://togithub.com/pandera-dev/pandera/issues/687) by [@​derinwalters](https://togithub.com/derinwalters) in [https://github.com/unionai-oss/pandera/pull/1186](https://togithub.com/unionai-oss/pandera/pull/1186) - Support pyspark sql dataframe validation by [@​cosmicBboy](https://togithub.com/cosmicBboy) in [https://github.com/unionai-oss/pandera/pull/1243](https://togithub.com/unionai-oss/pandera/pull/1243) - fix issue with non-required regex-matched columns by [@​cosmicBboy](https://togithub.com/cosmicBboy) in [https://github.com/unionai-oss/pandera/pull/1251](https://togithub.com/unionai-oss/pandera/pull/1251) - Pin pydantic < v2 by [@​cosmicBboy](https://togithub.com/cosmicBboy) in [https://github.com/unionai-oss/pandera/pull/1256](https://togithub.com/unionai-oss/pandera/pull/1256) #### New Contributors - [@​honno](https://togithub.com/honno) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1203](https://togithub.com/unionai-oss/pandera/pull/1203) - [@​manel-ab](https://togithub.com/manel-ab) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1207](https://togithub.com/unionai-oss/pandera/pull/1207) - [@​danhje](https://togithub.com/danhje) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1209](https://togithub.com/unionai-oss/pandera/pull/1209) - [@​lindenwells](https://togithub.com/lindenwells) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1201](https://togithub.com/unionai-oss/pandera/pull/1201) - [@​leifwar](https://togithub.com/leifwar) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1216](https://togithub.com/unionai-oss/pandera/pull/1216) - [@​nathanjmcdougall](https://togithub.com/nathanjmcdougall) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1219](https://togithub.com/unionai-oss/pandera/pull/1219) - [@​karajan1001](https://togithub.com/karajan1001) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1230](https://togithub.com/unionai-oss/pandera/pull/1230) - [@​kurtmckee](https://togithub.com/kurtmckee) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1223](https://togithub.com/unionai-oss/pandera/pull/1223) - [@​dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1234](https://togithub.com/unionai-oss/pandera/pull/1234) - [@​derinwalters](https://togithub.com/derinwalters) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1186](https://togithub.com/unionai-oss/pandera/pull/1186) - [@​NeerajMalhotra-QB](https://togithub.com/NeerajMalhotra-QB) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1243](https://togithub.com/unionai-oss/pandera/pull/1243) - [@​jaskaransinghsidana](https://togithub.com/jaskaransinghsidana) made their first contribution in [https://github.com/unionai-oss/pandera/pull/1243](https://togithub.com/unionai-oss/pandera/pull/1243) **Full Changelog**: https://github.com/unionai-oss/pandera/compare/v0.15.2...v0.16.0

Configuration

📅 Schedule: Branch creation - "on the 16th day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (acf7741) 42.34% compared to head (2f5b67e) 42.34%.

:exclamation: Current head 2f5b67e differs from pull request most recent head 450d73f. Consider uploading reports for the commit 450d73f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #93 +/- ## ======================================= Coverage 42.34% 42.34% ======================================= Files 69 69 Lines 1516 1516 Branches 165 165 ======================================= Hits 642 642 Misses 856 856 Partials 18 18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.