Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyvista from 0.35.1 to 0.35.2 #313

Merged
merged 5 commits into from
Jul 26, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2022

Bumps pyvista from 0.35.1 to 0.35.2.

Release notes

Sourced from pyvista's releases.

Release Notes v0.35.2

This patch release was needed for urgent fixes for MNE as described in mne-tools/mne-python#10913

This patch release also includes several bug fixes and new examples from the Scipy2022 sprint. Thanks all who participated with their first PRs!

New contributors

What's Changed

Bugs

  • #2967 Fix pyvista.plot kwargs bug
  • #2976 [BUG] Fix clearing point and cell data
  • #2980 Fix active plotting scalars for multi-plots bug
  • #2991 Clear charts when clearing plotters
  • #2999 Fix Plotter.export_obj bug documentation

Documentation

  • #2969 add more mount damavand examples
  • #2981 Add movie glyphs example
  • #2996 Fix texture docstring bug
  • #2997 Fixed docstring explanation for curvature function
  • #3005 Add example remove_scalar_bar( )
  • #3011 Resolve issues with scalars in cell_data_to_point_data API docs
  • #3013 Add background_color example
  • #3014 Fix the flying edges example
  • #3016 Added link_views example
  • #3019 Add camera position example documentation

Full Changelog: pyvista/pyvista@v0.35.1...v0.35.2

Commits

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Related to package requirements maintenance Repository structure maintenance labels Jul 19, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/pyvista-0.35.2 branch from e99a433 to 1aacb0b Compare July 19, 2022 09:56
Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.35.1 to 0.35.2.
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.35.1...v0.35.2)

---
updated-dependencies:
- dependency-name: pyvista
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyvista-0.35.2 branch from 1aacb0b to 65b069c Compare July 25, 2022 17:26
@codecov
Copy link

codecov bot commented Jul 25, 2022

Codecov Report

Merging #313 (b08a27d) into master (1786615) will increase coverage by 0.05%.
The diff coverage is 87.50%.

@@            Coverage Diff             @@
##           master     #313      +/-   ##
==========================================
+ Coverage   86.48%   86.53%   +0.05%     
==========================================
  Files          52       52              
  Lines        5756     5763       +7     
==========================================
+ Hits         4978     4987       +9     
+ Misses        778      776       -2     

@anslpa
Copy link
Contributor

anslpa commented Jul 26, 2022

@PProfizi Comment (already discussed): it would be great to check if the version in setup.py (0.32.0 is still working). We would need to think on a way to check when we need to update there versions in the setup.py.

@PProfizi
Copy link
Contributor

@PProfizi Comment (already discussed): it would be great to check if the version in setup.py (0.32.0 is still working). We would need to think on a way to check when we need to update there versions in the setup.py.

Good catch, a test on the version is needed, or a better fix. I think it will be something we have to test manually for now when we make fixes to these kinds of PRs.

@PProfizi PProfizi merged commit 7f4a402 into master Jul 26, 2022
@PProfizi PProfizi deleted the dependabot/pip/pyvista-0.35.2 branch July 26, 2022 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to package requirements maintenance Repository structure maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants