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.36.1 to 0.38.3 #294

Merged
merged 1 commit into from
Mar 2, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2023

Bumps pyvista from 0.36.1 to 0.38.3.

Release notes

Sourced from pyvista's releases.

v0.38.1

Many new features, bug fixes, and improvements to our documentation. Most notable new features include:

  • A new Jupyter rendering backend powered by Trame
  • Improved volume rendering with support for any 3D data types
  • Custom, user-defined themes
  • vtkAlgorithm support for dynamic plotting
  • Wrappings of vtkCell

Thank you to all volunteers and contributors that make it possible to continue to develop and support PyVista. A big shout-out to the 5 new contributors to this release!

What's Changed

Breaking Changes

New Features

Bug fixes or behavior changes

... (truncated)

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)

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 dependabot bot added dependencies Related to package requirements maintenance Repository structure maintenance labels Feb 24, 2023
@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Merging #294 (fdb54f3) into master (3f89cfe) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #294   +/-   ##
=======================================
  Coverage   83.64%   83.64%           
=======================================
  Files          25       25           
  Lines        1351     1351           
=======================================
  Hits         1130     1130           
  Misses        221      221           

@germa89 germa89 merged commit 425b28c into master Mar 2, 2023
@germa89 germa89 deleted the dependabot/pip/pyvista-0.38.3 branch March 2, 2023 11:16
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
dependencies Related to package requirements maintenance Repository structure maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant