-
Notifications
You must be signed in to change notification settings - Fork 9
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.36.1 to 0.38.3 #294
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.36.1 to 0.38.3. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](pyvista/pyvista@v0.36.1...v0.38.3) --- updated-dependencies: - dependency-name: pyvista dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Related to package requirements
maintenance
Repository structure maintenance
labels
Feb 24, 2023
Codecov Report
@@ Coverage Diff @@
## master #294 +/- ##
=======================================
Coverage 83.64% 83.64%
=======================================
Files 25 25
Lines 1351 1351
=======================================
Hits 1130 1130
Misses 221 221 |
germa89
approved these changes
Mar 2, 2023
cbellot000
added a commit
that referenced
this pull request
Mar 3, 2023
* Add Mesh.node_ids * Fix if evaluations in MechanicalSimulation._build_selection * Return first principal component by default if None is asked (combination of all three is not possible yet) * Add animation on deformed mesh * Add Mesh._core_object and DataObject._core_object * Add typehinting to Simulation.time_freq_support * Add Simulation.set_ids * Add Simulation.release_streams() * Add DataFrame._core_object and Mesh._core_object * Add Mesh.__str__ * Rename DataObject to DataFrame * Add DataFrame.__str__ and remove DataFrame.to_pandas and to_numpy * Allow import DataFrame from post * Add display_width logic to the Dataframe string representation * Finish renaming to DataFrame * Add testing to DataFrame * Update Mesh.__str__ * Update DataFrame signature * Finish testing Mesh methods * Fix Mesh.available_named_selections docstring * Remove useless tests for Simulation.boundary_conditions and Simulation.loads as these properties are not implemented yet. * Fix Codacy * Add Index and MultiIndex * Add ResultsIndex * Update Index and MultiIndex APIs and update DataFrame API * Update DataFrame._update_str * Add DataFrame.select * Update DataFrame.plot() to accept selection arguments. * Add DataFrame.iselect * Update Index classes and DataFrame creation. Refactor components treatment and DataFrame creation in result APIs * Add component selection to DataFrame.select * Add component selection to DataFrame.iselect * Working DataFrame.__str__ * Working DataFrame.__str__ * first fixes * First fix for harmonic * examples and tests * stringify * Bump ansys-sphinx-theme from 0.8.2 to 0.9.5 (#299) Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.8.2 to 0.9.5. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v0.8.2...v0.9.5) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump imageio from 2.25.0 to 2.26.0 (#298) Bumps [imageio](https://github.com/imageio/imageio) from 2.25.0 to 2.26.0. - [Release notes](https://github.com/imageio/imageio/releases) - [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md) - [Commits](imageio/imageio@v2.25.0...v2.26.0) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyvista from 0.36.1 to 0.38.3 (#294) Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.36.1 to 0.38.3. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](pyvista/pyvista@v0.36.1...v0.38.3) --- updated-dependencies: - dependency-name: pyvista dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump sphinx-autodoc-typehints from 1.21.7 to 1.22 (#276) Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.21.7 to 1.22. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](tox-dev/sphinx-autodoc-typehints@1.21.7...1.22) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fixes * new example * bugs * bugs * revert * Update src/ansys/dpf/post/examples/__init__.py * DataFrame.plot handles shell_layers * Fix bug for 01-static-simulation.py * Remove debug plot * Add truncation to print * Fix truncation detection logic * Fix scale_factor default value for DataFrame.animate * Remove rogue Stringify * animation * examples * new examples * Improve examples * Invariants examples --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: paul.profizi <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PProfizi
added a commit
that referenced
this pull request
Mar 8, 2023
* Add Mesh.node_ids * Fix if evaluations in MechanicalSimulation._build_selection * Return first principal component by default if None is asked (combination of all three is not possible yet) * Add animation on deformed mesh * Add Mesh._core_object and DataObject._core_object * Add typehinting to Simulation.time_freq_support * Add Simulation.set_ids * Add Simulation.release_streams() * Add DataFrame._core_object and Mesh._core_object * Add Mesh.__str__ * Rename DataObject to DataFrame * Add DataFrame.__str__ and remove DataFrame.to_pandas and to_numpy * Allow import DataFrame from post * Add display_width logic to the Dataframe string representation * Finish renaming to DataFrame * Add testing to DataFrame * Update Mesh.__str__ * Update DataFrame signature * Finish testing Mesh methods * Fix Mesh.available_named_selections docstring * Remove useless tests for Simulation.boundary_conditions and Simulation.loads as these properties are not implemented yet. * Fix Codacy * Add Index and MultiIndex * Add ResultsIndex * Update Index and MultiIndex APIs and update DataFrame API * Update DataFrame._update_str * Add DataFrame.select * Update DataFrame.plot() to accept selection arguments. * Add DataFrame.iselect * Update Index classes and DataFrame creation. Refactor components treatment and DataFrame creation in result APIs * Add component selection to DataFrame.select * Add component selection to DataFrame.iselect * Working DataFrame.__str__ * Working DataFrame.__str__ * first fixes * First fix for harmonic * examples and tests * stringify * Bump ansys-sphinx-theme from 0.8.2 to 0.9.5 (#299) Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.8.2 to 0.9.5. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v0.8.2...v0.9.5) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump imageio from 2.25.0 to 2.26.0 (#298) Bumps [imageio](https://github.com/imageio/imageio) from 2.25.0 to 2.26.0. - [Release notes](https://github.com/imageio/imageio/releases) - [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md) - [Commits](imageio/imageio@v2.25.0...v2.26.0) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyvista from 0.36.1 to 0.38.3 (#294) Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.36.1 to 0.38.3. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](pyvista/pyvista@v0.36.1...v0.38.3) --- updated-dependencies: - dependency-name: pyvista dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump sphinx-autodoc-typehints from 1.21.7 to 1.22 (#276) Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.21.7 to 1.22. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](tox-dev/sphinx-autodoc-typehints@1.21.7...1.22) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fixes * new example * bugs * bugs * revert * Update src/ansys/dpf/post/examples/__init__.py * DataFrame.plot handles shell_layers * Fix bug for 01-static-simulation.py * Remove debug plot * Add truncation to print * Fix truncation detection logic * Fix scale_factor default value for DataFrame.animate * Remove rogue Stringify * animation * examples * new examples * Improve examples * Invariants examples --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: paul.profizi <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PProfizi
added a commit
that referenced
this pull request
Mar 8, 2023
* Add Mesh.node_ids * Fix if evaluations in MechanicalSimulation._build_selection * Return first principal component by default if None is asked (combination of all three is not possible yet) * Add animation on deformed mesh * Add Mesh._core_object and DataObject._core_object * Add typehinting to Simulation.time_freq_support * Add Simulation.set_ids * Add Simulation.release_streams() * Add DataFrame._core_object and Mesh._core_object * Add Mesh.__str__ * Rename DataObject to DataFrame * Add DataFrame.__str__ and remove DataFrame.to_pandas and to_numpy * Allow import DataFrame from post * Add display_width logic to the Dataframe string representation * Finish renaming to DataFrame * Add testing to DataFrame * Update Mesh.__str__ * Update DataFrame signature * Finish testing Mesh methods * Fix Mesh.available_named_selections docstring * Remove useless tests for Simulation.boundary_conditions and Simulation.loads as these properties are not implemented yet. * Fix Codacy * Add Index and MultiIndex * Add ResultsIndex * Update Index and MultiIndex APIs and update DataFrame API * Update DataFrame._update_str * Add DataFrame.select * Update DataFrame.plot() to accept selection arguments. * Add DataFrame.iselect * Update Index classes and DataFrame creation. Refactor components treatment and DataFrame creation in result APIs * Add component selection to DataFrame.select * Add component selection to DataFrame.iselect * Working DataFrame.__str__ * Working DataFrame.__str__ * first fixes * First fix for harmonic * examples and tests * stringify * Bump ansys-sphinx-theme from 0.8.2 to 0.9.5 (#299) Bumps [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) from 0.8.2 to 0.9.5. - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](ansys/ansys-sphinx-theme@v0.8.2...v0.9.5) --- updated-dependencies: - dependency-name: ansys-sphinx-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump imageio from 2.25.0 to 2.26.0 (#298) Bumps [imageio](https://github.com/imageio/imageio) from 2.25.0 to 2.26.0. - [Release notes](https://github.com/imageio/imageio/releases) - [Changelog](https://github.com/imageio/imageio/blob/master/CHANGELOG.md) - [Commits](imageio/imageio@v2.25.0...v2.26.0) --- updated-dependencies: - dependency-name: imageio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pyvista from 0.36.1 to 0.38.3 (#294) Bumps [pyvista](https://github.com/pyvista/pyvista) from 0.36.1 to 0.38.3. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](pyvista/pyvista@v0.36.1...v0.38.3) --- updated-dependencies: - dependency-name: pyvista dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump sphinx-autodoc-typehints from 1.21.7 to 1.22 (#276) Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.21.7 to 1.22. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](tox-dev/sphinx-autodoc-typehints@1.21.7...1.22) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fixes * new example * bugs * bugs * revert * Update src/ansys/dpf/post/examples/__init__.py * DataFrame.plot handles shell_layers * Fix bug for 01-static-simulation.py * Remove debug plot * Add truncation to print * Fix truncation detection logic * Fix scale_factor default value for DataFrame.animate * Remove rogue Stringify * animation * examples * new examples * Improve examples * Invariants examples --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: paul.profizi <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pyvista from 0.36.1 to 0.38.3.
Release notes
Sourced from pyvista's releases.
... (truncated)
Commits
532d9ed
Bump version1f9115d
vtkFiltersParallelDIY2 ModuleNotFoundError -> ImportError (#4054)2d9711f
Fix update_scalar_bar_range (#4035)942be98
Fix bug of get_data_range method in Table class. (#4052)2b90529
Bump version4f3c67c
Fix a small typo (#4003)21f004a
Typo's (#4004)45ccfc3
🎉 Add NumFOCUS affiliation status (#3999)98d5922
Improve trame server launching (#4000)5859a26
Improve UI state defaults (#3993)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)