Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: pyvista/pyvista

v0.46.3

26 Aug 13:37
Compare
Choose a tag to compare

PyVista 0.46.0 introduced a breaking change by requiring the use of pyvista.set_new_attribute for setting new attributes (#7716). This patch release 0.46.3 relaxes this requirement by only requiring this for setting new public attributes. Private attributes (with a _ prefix) can be set without the need to use pyvista.set_new_attribute.

Full Changelog: v0.46.2...v0.46.3

v0.46.2

21 Aug 18:46
Compare
Choose a tag to compare

Full Changelog: v0.46.1...v0.46.2

v0.46.1

11 Aug 10:05
Compare
Choose a tag to compare

Full Changelog: v0.46.0...v0.46.1

v0.46.0

05 Aug 14:20
Compare
Choose a tag to compare

What's Changed

Breaking Changes

New Features

Bug fixes or behavior changes

Documentation

Read more

v0.45.3

16 Jul 21:05
Compare
Choose a tag to compare

Full Changelog: v0.45.2...v0.45.3

v0.45.2

12 May 23:39
Compare
Choose a tag to compare

What's Changed

Bug fixes or behavior changes

Full Changelog: v0.45.1...v0.45.2

v0.45.1

10 May 03:16
Compare
Choose a tag to compare

See #7508

Full Changelog: v0.45.0...v0.45.1

v0.45.0

19 Apr 04:54
Compare
Choose a tag to compare

Highlights

  • VTK 9.4.2 is now supported
  • Python 3.13 now supported
  • Support for Python 3.8 has been dropped

New Filters

Improved Transformations

New MultiBlock Methods and Properties

New ImageData Properties

New Utilities

Documentation Improvements

  • New overall look: PyVista now uses the Sphinx Book Theme
  • New vector graphics and high-resolution versions of the PyVista logo
  • Add cell descriptions and examples to CellType
  • New Named Colors page with new colors from vtkNamedColors; similar colors are also now grouped together
  • New tags added to examples in the Sphinx Gallery

Plotting Features

File IO

  • New readers for Exodus II, Nek5000, and Grid Eclipse (GRDECL) formats
  • Support read and save with pickled meshes (.pkl).

New Sphinx Gallery Examples

New Downloadable Datasets

What's Changed

Breaking Changes

  • Simplify code for fit_plane_to_points, fix crash with many points, fix returned center by @user27182 in #6517
  • Add return info to set_default_active_scalars and set_default_active_vectors by @user27182 in #6919
  • Make check_contains API easier to use and understand by @user27182 in #6939
  • Return ImageData when transforming ImageData by @user27182 in #6616
  • Fix empty input behavior for extract_values and remove redundant scalar validation by @user27182 in #7001
  • Use 'static_cell' as default for sample filter by @MatthewFlamm in #7121
  • Load decimated versions of large downloaded datasets by default by @user27182 in #7146
  • Use downsampled versions of whole body ct datasets by @user27182 in #7131
  • Add parameters to Polydata.triangulate filter by @beroda in #7317
  • Prepend pyvista to plot directive configuration options by @akaszynski in #7365

New Features

  • Add Prop3D.rotation_from method to support arbitrary rotations by @user27182 in #6318
  • Add set_actor_prop and get_actor_prop to AxesAssembly for setting/getting part properties by @user27182 in #6342
  • Add extra coordinate specifications in PlaneSource by @tkoyama010 in #6372
  • Add relative_position and Prop3D-like features to Label class by @user27182 in #6373
  • Add Prop3DMixin to AxesAssembly class by @user27182 in #6389
  • Add OrthogonalPlanesSource for generating orthogonal planes by @user27182 in #6366
  • Add PlanesAssembly class adding orthogonal planes to a scene by @user27182 in #6379
  • Add categorical parameter to point_data_to_cell_data() by @nicolascedilnik in #6407
  • Replace type alias BoundsLike with named tuple BoundsTuple by @user27182 in h...
Read more

v0.44.2

27 Nov 01:15
Compare
Choose a tag to compare

Limit VTK<9.4.0

Full Changelog: v0.44.1...v0.44.2

v0.44.1

22 Jul 04:26
Compare
Choose a tag to compare

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: v0.44.0...v0.44.1