MatthewFlamm / pyransame

PYthon RAndom SAmpling for MEshes
https://matthewflamm.github.io/pyransame/
MIT License
11 stars 0 forks source link

Bump pyvista from 0.43.1 to 0.43.3 #172

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps pyvista from 0.43.1 to 0.43.3.

Release notes

Sourced from pyvista's releases.

v0.43.3

Full Changelog: https://github.com/pyvista/pyvista/compare/v0.43.2...v0.43.3

v0.43.2

Patch release with the following fixes/quality of life changes. This being a patch fix, there are no API changes.

What's Changed

Full Changelog: https://github.com/pyvista/pyvista/compare/v0.43.1...v0.43.2

Commits
  • 29a6c87 🚀 Patch Release 0.43.3
  • 631acea Fix ImageData error when using spacing and extent (#5569)
  • 3e69efd Fix the small error of type in geometric source (#5561)
  • 53b2391 Fix plotting of ambiguous cell data: set preference based on actual field ass...
  • 456a8fe 🚀 Patch Release 0.43.2
  • 8a4285f vtkRedistributeDataSetFilter ImportError (#5467)
  • cdc12f0 Pin CARTOPY_FEATURE to stable release. (#5452)
  • d7d2725 Fix create_axes_orientation_box unused argument (#5382)
  • c2a725e Fix edge_opacity is not used in add_mesh (#5380)
  • 34a9d7d Fix incorrect PolyData.ray_trace result if intersection is the origin (#5373)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3561482) 99.13% compared to head (3740962) 99.13%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #172 +/- ## ======================================= Coverage 99.13% 99.13% ======================================= Files 5 5 Lines 345 345 ======================================= Hits 342 342 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.