Pyvista Versions Save

3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)

v0.42.2

8 months ago

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.42.1...v0.42.2

v0.42.1

8 months ago

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.42.0...v0.42.1

v0.42.0

8 months ago

What's Changed

New Features

Bug fixes or behavior changes

Documentation

Maintenance

New Contributors

Full Changelog: https://github.com/pyvista/pyvista/compare/v0.41.0...v0.42.0

v0.41.0

8 months ago

What's Changed

Breaking Changes

Bug fixes or behavior changes

New Contributors

Full Changelog: https://github.com/pyvista/pyvista/compare/v0.40.2...v0.41.0

v0.40.0

10 months ago

This release is marked by dramatic improvements to PyVista's Trame-powered Jupyter backend, default theming, picking capabilities, and significant maintenance to improve PyVista's long-term sustainability.

What's Changed

Breaking Changes

New Features

Bug fixes or behavior changes

Documentation

Maintenance

New Contributors

Full Changelog: https://github.com/pyvista/pyvista/compare/v0.39.1...v0.40.0

v0.39.0

1 year ago

This release brings numerous new features, bug fixes, and documentation improvements to PyVista. Key new features include adding tolerance to UnstructuredGrid.merge, introducing pyvista.XdmfReader, adding texture features, implementing fast merge PolyData, and adding several new examples such as Hertzian contact, CFD, electronics cooling, and a pump bracket. Additionally, important bug fixes and behavior changes include resolving Trame import issues, fixing renderer scaling, improving UI state defaults, and enhancing the performance of Trame camera sync.

We would like to extend our gratitude to all volunteers and contributors for their continuous support in developing and maintaining PyVista. A special thank you goes out to the new contributors who joined us in this release!

What's Changed

Breaking Changes

New Features

Bug fixes or behavior changes

Documentation

Maintenance

New Contributors

Full Changelog: https://github.com/pyvista/pyvista/compare/v0.38.6...v0.39.0

v0.38.4

1 year ago

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

  • BUG: Fix bug with check #4078
  • Fix a small typo #4084
  • Remove unused argument categories #4012
  • Add "Sponsored by NumFOCUS" badge #4049
  • MAINT: Avoid infinite recusion #4099
  • Stop plotter from reopening #4102
  • Speed up PVDReader for files with many time points #3946
  • Change source links to github #4113
  • Fix Plotter docs #3968

v0.38.1

1 year ago

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

Documentation

Maintenance

New Contributors

Full Changelog: https://github.com/pyvista/pyvista/compare/v0.37.0...v0.38.0

v0.37.0

1 year ago

This is a minor release of PyVista with many new features, bug fixes, and improvements to our documentation.

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

What's Changed

Breaking Changes

New Features

Bug fixes or behavior changes

Documentation

Maintenance PRs

New Contributors

v0.36.1

1 year ago

Patch release removing vtk version requirement to support Python 3.10 and conda installs. See #3117.