Pyvista

Latest version: v0.43.8

Safety actively analyzes 629959 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 11

0.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](https://kitware.github.io/trame/index.html)
- 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!


<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Breaking Changes
* Remove progressbar from pooch fetch and downloads API by adeak in https://github.com/pyvista/pyvista/pull/3693
* Don't raise on missing iren key events to clear by default by adeak in https://github.com/pyvista/pyvista/pull/3648
* Fix Circle to remove singular edge by GlennWSo in https://github.com/pyvista/pyvista/pull/3710
* Fix two other closed geometric objects. by dcbr in https://github.com/pyvista/pyvista/pull/3723
* Deprecate and remove PlotterITK by banesullivan in https://github.com/pyvista/pyvista/pull/3737
* Improve and correct vtkThreshold usage by banesullivan in https://github.com/pyvista/pyvista/pull/3750
* Define type alias for length-6 tuple of numbers for mesh bounds, rename color_like type by adeak in https://github.com/pyvista/pyvista/pull/3777
New Features
* Expose BandedPolyDataContourFilter by akaszynski in https://github.com/pyvista/pyvista/pull/3606
* Add use_scalar_weights argument by tkoyama010 in https://github.com/pyvista/pyvista/pull/3189
* Add BohemianDome parameters by tkoyama010 in https://github.com/pyvista/pyvista/pull/3677
* Add classmethod to read pvcc paraview by beroda in https://github.com/pyvista/pyvista/pull/3662
* Wrapping vtkCell by beroda in https://github.com/pyvista/pyvista/pull/3715
* Add color cyclers for `add_mesh(..., color=True)` by banesullivan in https://github.com/pyvista/pyvista/pull/3739
* Adds volume wrapper by AlejandroFernandezLuces in https://github.com/pyvista/pyvista/pull/3675
* Redraw ChartMPL on Plotter render by dcbr in https://github.com/pyvista/pyvista/pull/3731
* Add vtkAlgorithm support to `add_mesh` for pipelining by banesullivan in https://github.com/pyvista/pyvista/pull/3318
* Add volume clipper by akaszynski in https://github.com/pyvista/pyvista/pull/3834
* Add a `recompute_normals` parameter to `PolyData.save` by lverret in https://github.com/pyvista/pyvista/pull/3845
* add in rgba volume plotting by akaszynski in https://github.com/pyvista/pyvista/pull/3830
* Improve Charts compatibility with older and upcoming VTK versions. by dcbr in https://github.com/pyvista/pyvista/pull/2868
* Support Actor-based picking by banesullivan in https://github.com/pyvista/pyvista/pull/3863
* Track Actor names better and improve add_actor by banesullivan in https://github.com/pyvista/pyvista/pull/3864
* Trame support and new Jupyter backend by banesullivan in https://github.com/pyvista/pyvista/pull/3385
* Scaled screenshots by banesullivan in https://github.com/pyvista/pyvista/pull/3897
* Support vtkLegendScaleActor with add_legend_scale by banesullivan in https://github.com/pyvista/pyvista/pull/3716
* Use plotter window_size for trame viewer if set by banesullivan in https://github.com/pyvista/pyvista/pull/3909
* Support axes customization by AlejandroFernandezLuces in https://github.com/pyvista/pyvista/pull/3656
* Add hydrogen orbitals example by akaszynski in https://github.com/pyvista/pyvista/pull/3825
* Custom themes and more theme options by banesullivan in https://github.com/pyvista/pyvista/pull/3870
* Fix and improve chart interaction by dcbr in https://github.com/pyvista/pyvista/pull/3756
* UnstructuredGrid volume rendering by akaszynski in https://github.com/pyvista/pyvista/pull/3930
Bug fixes or behavior changes
* change default points_gaussian representation by akaszynski in https://github.com/pyvista/pyvista/pull/3559
* Do not set scalars as active when adding by banesullivan in https://github.com/pyvista/pyvista/pull/3535
* add version check for mpl by akaszynski in https://github.com/pyvista/pyvista/pull/3583
* UnicodeDecodeError by beroda in https://github.com/pyvista/pyvista/pull/3577
* Hotfix: resolve broken deprecated methods by banesullivan in https://github.com/pyvista/pyvista/pull/3601
* Universalize `cast_to_pointset` and add `cast_to_poly_points` by banesullivan in https://github.com/pyvista/pyvista/pull/3243
* Fix nan_opacity issues and above/below annotations by banesullivan in https://github.com/pyvista/pyvista/pull/3556
* Fix the number error of segment in add_lines by tkoyama010 in https://github.com/pyvista/pyvista/pull/3687
* Fix interactive updates by dcbr in https://github.com/pyvista/pyvista/pull/3617
* handle verts in pythreejs by akaszynski in https://github.com/pyvista/pyvista/pull/3102
* Re-reset key events in Plotter.__init__() by adeak in https://github.com/pyvista/pyvista/pull/3622
* Fix builds by akaszynski in https://github.com/pyvista/pyvista/pull/3740
* Resolves return_img for Plotter.show() by beroda in https://github.com/pyvista/pyvista/pull/3761
* Fix link_views() default camera position by banesullivan in https://github.com/pyvista/pyvista/pull/3743
* Ensure bounds properties are immutable by banesullivan in https://github.com/pyvista/pyvista/pull/3747
* Fix PVD reader, allow no part by beroda in https://github.com/pyvista/pyvista/pull/3760
* Fix dataobject repr by akaszynski in https://github.com/pyvista/pyvista/pull/3786
* Improve `add_volume` and support RectilinearGrid by akaszynski in https://github.com/pyvista/pyvista/pull/3794
* Fix doc build encoding issue by dcbr in https://github.com/pyvista/pyvista/pull/3814
* Fix mypy bug on python 3.11 by akaszynski in https://github.com/pyvista/pyvista/pull/3837
* Skip MathText test for VTK and Matplotlib version incompatibilities by akaszynski in https://github.com/pyvista/pyvista/pull/3838
* Fix issues with `contour_banded()` and improve examples by banesullivan in https://github.com/pyvista/pyvista/pull/3842
* Fix inplace filters usage of copy_from by banesullivan in https://github.com/pyvista/pyvista/pull/3865
* Use `interaction_event` instead of `event_type` in two examples. by dcbr in https://github.com/pyvista/pyvista/pull/3878
* Fix show vertices for algorithms by banesullivan in https://github.com/pyvista/pyvista/pull/3890
* Fix a few issues with Plotter.show by banesullivan in https://github.com/pyvista/pyvista/pull/3889
* fix add_silhouette docstring by akaszynski in https://github.com/pyvista/pyvista/pull/3912
* Use 3d text actors by default by akaszynski in https://github.com/pyvista/pyvista/pull/3910
* [HOTFIX] Verify int64 support with trame by banesullivan in https://github.com/pyvista/pyvista/pull/3924
* Ignore BLK100 for flake8-black by akaszynski in https://github.com/pyvista/pyvista/pull/3928
* [HOTFIX] Track is_set on Camera rather than Renderer by banesullivan in https://github.com/pyvista/pyvista/pull/3927
* Add intersection edge case test by akaszynski in https://github.com/pyvista/pyvista/pull/3929
Documentation
* Update install dependencies in installation docs by adeak in https://github.com/pyvista/pyvista/pull/3543
* Add a badge for the supported Python version. by MaxJPRey in https://github.com/pyvista/pyvista/pull/3552
* minor contributing fix by akaszynski in https://github.com/pyvista/pyvista/pull/3561
* Add geovista to external examples by akaszynski in https://github.com/pyvista/pyvista/pull/3558
* Add blog post of IvanNik17 by tkoyama010 in https://github.com/pyvista/pyvista/pull/3553
* Clarify that interpolate only maps point data to point data by adeak in https://github.com/pyvista/pyvista/pull/3621
* Move google_analytics_id to analytics in pydata-sphinx-theme by tkoyama010 in https://github.com/pyvista/pyvista/pull/3634
* Python 3 style using pyupgrade by mwtoews in https://github.com/pyvista/pyvista/pull/3638
* Add support to modulate the tube filter's radius in absolute units by jmargeta in https://github.com/pyvista/pyvista/pull/3649
* Change unresolved BasePlotter intersphinx refs to Plotter by adeak in https://github.com/pyvista/pyvista/pull/3642
* πŸŽ‰ HAPPY NEW YEAR 2023 πŸŽ‰ by tkoyama010 in https://github.com/pyvista/pyvista/pull/3765
* Add `show_vertices` for vertex rendering by banesullivan in https://github.com/pyvista/pyvista/pull/3745
* Fix doc builds for main branch by beroda in https://github.com/pyvista/pyvista/pull/3792
* Fix documentation build main by beroda in https://github.com/pyvista/pyvista/pull/3799
* Add volume mapper choice notes by banesullivan in https://github.com/pyvista/pyvista/pull/3824
* Quick fix for docstring of add_volume_clip_plane by akaszynski in https://github.com/pyvista/pyvista/pull/3846
* Add a Magpylib example to external gallery by tkoyama010 in https://github.com/pyvista/pyvista/pull/3848
* HOTFIX: `render_window` docstring notes by banesullivan in https://github.com/pyvista/pyvista/pull/3885
* Fix a small typo by tkoyama010 in https://github.com/pyvista/pyvista/pull/3917
* Ignore inherited members and attributes and switch to the full doc build by akaszynski in https://github.com/pyvista/pyvista/pull/3919
* Force redeploy of docs by banesullivan in https://github.com/pyvista/pyvista/pull/3933
* Document BasePlotter by banesullivan in https://github.com/pyvista/pyvista/pull/3934
Maintenance
* Add requirements-txt-fixer to .pre-commit-config.yaml by tkoyama010 in https://github.com/pyvista/pyvista/pull/3541
* fix startsWith by akaszynski in https://github.com/pyvista/pyvista/pull/3542
* Migrate config files into pyproject.toml by banesullivan in https://github.com/pyvista/pyvista/pull/3328
* Finalize v0.37 deprecations by banesullivan in https://github.com/pyvista/pyvista/pull/3602
* Standardize warnings by banesullivan in https://github.com/pyvista/pyvista/pull/3232
* Move project metadata to pyproject.toml; avoid calling setup.py by mwtoews in https://github.com/pyvista/pyvista/pull/3619
* Rename downlad_download to download by tkoyama010 in https://github.com/pyvista/pyvista/pull/3631
* Remove legacy numpy aliases removed in 1.24.0 by adeak in https://github.com/pyvista/pyvista/pull/3659
* Adapt project to pytest-pyvista plugin by AlejandroFernandezLuces in https://github.com/pyvista/pyvista/pull/3579
* Fix the docstring of composite.py by tkoyama010 in https://github.com/pyvista/pyvista/pull/3694
* Fix the docstring of the parametric object. by tkoyama010 in https://github.com/pyvista/pyvista/pull/3678
* Add pytest-pyvista to Report by banesullivan in https://github.com/pyvista/pyvista/pull/3713
* Fix a test of KochanekSpline. by tkoyama010 in https://github.com/pyvista/pyvista/pull/3657
* Fix the docstring of camera.py by tkoyama010 in https://github.com/pyvista/pyvista/pull/3688
* Fix the docstring of demos.py by tkoyama010 in https://github.com/pyvista/pyvista/pull/3683
* [HOTFIX] VTK 9.0.3 + NumPy<1.24 CI by banesullivan in https://github.com/pyvista/pyvista/pull/3729
* [hotfix] Use latest VTK version for conda tests by banesullivan in https://github.com/pyvista/pyvista/pull/3736
* Bump pytest-pyvista and fix image regression testing by banesullivan in https://github.com/pyvista/pyvista/pull/3748
* Use --fail_extra_image_cache on CI by banesullivan in https://github.com/pyvista/pyvista/pull/3776
* [HOTFIX] Fix docs for copy_meta_from by banesullivan in https://github.com/pyvista/pyvista/pull/3788
* Add LaTeX symbol test by banesullivan in https://github.com/pyvista/pyvista/pull/3781
* Allow building full docs in PR, opt-in by MatthewFlamm in https://github.com/pyvista/pyvista/pull/3800
* pydocstyle using tomli by beroda in https://github.com/pyvista/pyvista/pull/3803
* Test MathText for conda CI by banesullivan in https://github.com/pyvista/pyvista/pull/3795
* Improve silhouette decimate parameter check by banesullivan in https://github.com/pyvista/pyvista/pull/3817
* Update VTK for docs build and limit core requirements by dcbr in https://github.com/pyvista/pyvista/pull/3822
* Fix the docstring of the charts.py by tkoyama010 in https://github.com/pyvista/pyvista/pull/3682
* Make above/below color labels consistent by banesullivan in https://github.com/pyvista/pyvista/pull/3891
* Disable conda CI by banesullivan in https://github.com/pyvista/pyvista/pull/3906
* Improve add_silhouette with kwargs and remove default decimation by banesullivan in https://github.com/pyvista/pyvista/pull/3901
* Deprecate non-Trame Jupyter backends by banesullivan in https://github.com/pyvista/pyvista/pull/3902
* Add BaseVTKReader for custom Reader; Use for PVDReader by MatthewFlamm in https://github.com/pyvista/pyvista/pull/3894

New Contributors
* MaxJPRey made their first contribution in https://github.com/pyvista/pyvista/pull/3552
* beroda made their first contribution in https://github.com/pyvista/pyvista/pull/3577
* mwtoews made their first contribution in https://github.com/pyvista/pyvista/pull/3619
* GlennWSo made their first contribution in https://github.com/pyvista/pyvista/pull/3710
* lverret made their first contribution in https://github.com/pyvista/pyvista/pull/3845

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

0.37.0

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!

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed

Breaking Changes
* Make MultiBlock meshes MutableSequence with some dict-like features for setting and getting. by MatthewFlamm in https://github.com/pyvista/pyvista/pull/3031
* Lessen memory usage for wrapping vtk datasets by MatthewFlamm in https://github.com/pyvista/pyvista/pull/3179
* Pyvista -> PyVista by banesullivan in https://github.com/pyvista/pyvista/pull/3231
* Add area to DataSet and make pointgrid volume exact by MatthewFlamm in https://github.com/pyvista/pyvista/pull/3160

New Features
* Add separate cells feature by akaszynski in https://github.com/pyvista/pyvista/pull/3112
* Add example datasets by akaszynski in https://github.com/pyvista/pyvista/pull/3127
* Support complex64 and save complex data by akaszynski in https://github.com/pyvista/pyvista/pull/3105
* Add various grid filters by akaszynski in https://github.com/pyvista/pyvista/pull/3110
* Add composite dataset mapper by akaszynski in https://github.com/pyvista/pyvista/pull/2941
* Expose triangle strips (polystrips) in API by AlejandroFernandezLuces in https://github.com/pyvista/pyvista/pull/3208
* Expose more options of `MultiBlockPlot3DReader` (`vtkMultiBlockPlot3DReader`) by whophil in https://github.com/pyvista/pyvista/pull/3150
* Improve pass rendering by akaszynski in https://github.com/pyvista/pyvista/pull/2948
* Add CellType enumerate class by tkoyama010 in https://github.com/pyvista/pyvista/pull/3115
* Add linear cells example by akaszynski in https://github.com/pyvista/pyvista/pull/3259
* Pickle DataObjects with XML readers/writers by whophil in https://github.com/pyvista/pyvista/pull/3286
* Add support for NIFTI files with .nii and .nii.gz extensions. by jmargeta in https://github.com/pyvista/pyvista/pull/3284
* Add extent to extract_geometry filter by banesullivan in https://github.com/pyvista/pyvista/pull/3256
* Rename method: overwrite -> copy_from by banesullivan in https://github.com/pyvista/pyvista/pull/3230
* 3D Celestial Bodies (planet3D) by tkoyama010 in https://github.com/pyvista/pyvista/pull/2994
* Wrap the lookup table by akaszynski in https://github.com/pyvista/pyvista/pull/3336
* Add lookup table opacity by akaszynski in https://github.com/pyvista/pyvista/pull/3390
* Use pooch by akaszynski in https://github.com/pyvista/pyvista/pull/3218
* add use all points to the extract edges filter by akaszynski in https://github.com/pyvista/pyvista/pull/3409
* Add new type to add_point_scalar_labels by tkoyama010 in https://github.com/pyvista/pyvista/pull/3408
* Add support for backface properties by adeak in https://github.com/pyvista/pyvista/pull/3135
* Add other views to `Camera.tight` by MatthewFlamm in https://github.com/pyvista/pyvista/pull/3391
* pythreejs: support surface mesh front/back face culling by darikg in https://github.com/pyvista/pyvista/pull/2983
* implement gaussian_points representation style by banesullivan in https://github.com/pyvista/pyvista/pull/2898
* Add simple ellipse to available geometric objects by chadqueen in https://github.com/pyvista/pyvista/pull/3461
* Add slice_implicit filter for slicing with arbitrary implicit functions: spheres, cylinders, etc by banesullivan in https://github.com/pyvista/pyvista/pull/3516

Bug fixes or behavior changes
* Remove vtk requirement by akaszynski in https://github.com/pyvista/pyvista/pull/3117
* warn invalid texture dtype by akaszynski in https://github.com/pyvista/pyvista/pull/3129
* Report number of scalars instead of size in error about scalars shape mismatch by adeak in https://github.com/pyvista/pyvista/pull/3124
* Skip flaky windows test by akaszynski in https://github.com/pyvista/pyvista/pull/3133
* Fix rectilinear X coordinates int edge case by akaszynski in https://github.com/pyvista/pyvista/pull/3109
* Fix filesystem races caused by pyvista.examples.downloads by lukaszmoroz in https://github.com/pyvista/pyvista/pull/3146
* More descriptive error message when no geodesic path exists between vertices on a mesh by p-j-smith in https://github.com/pyvista/pyvista/pull/3155
* fix(add_volume): use memory-efficient rescaling by adam-grant-hendry in https://github.com/pyvista/pyvista/pull/3170
* update for ipywidgets 8.0 by akaszynski in https://github.com/pyvista/pyvista/pull/3183
* hotfix Pyvista --> PyVista by akaszynski in https://github.com/pyvista/pyvista/pull/3247
* BUG: Provide default for renderer.enable_anti_aliasing by larsoner in https://github.com/pyvista/pyvista/pull/3254
* Update vtkThreshold API usage by banesullivan in https://github.com/pyvista/pyvista/pull/2881
* Prevent warning in polystrips example coming from extrude by adeak in https://github.com/pyvista/pyvista/pull/3266
* Fix Plotter garbage collection by akaszynski in https://github.com/pyvista/pyvista/pull/3245
* set active scalars to be visible in collision example by banesullivan in https://github.com/pyvista/pyvista/pull/3287
* fix wireframe color by akaszynski in https://github.com/pyvista/pyvista/pull/3296
* [HOTFIX] Interactive plotter callback errors by rodrigomologni in https://github.com/pyvista/pyvista/pull/3310
* FIX: Wrap vtkPointSet by MatthewFlamm in https://github.com/pyvista/pyvista/pull/3311
* Fix planet download deprecation messages by adeak in https://github.com/pyvista/pyvista/pull/3372
* Fix the error of fmt in add_point_scalar_labels method. by tkoyama010 in https://github.com/pyvista/pyvista/pull/3399
* Minor cleanup of lookup table opacity by adeak in https://github.com/pyvista/pyvista/pull/3402
* Triangulate for voxelization to prevent some artifacts by adeak in https://github.com/pyvista/pyvista/pull/3361
* Pass kwargs to create_axes_marker by Abhijnan-Bajpai in https://github.com/pyvista/pyvista/pull/3421
* Fix error message in `set_active_time_value` by MatthewFlamm in https://github.com/pyvista/pyvista/pull/3449
* remove unused arg by akaszynski in https://github.com/pyvista/pyvista/pull/3456
* Set stereo type before turning on stereo by adeak in https://github.com/pyvista/pyvista/pull/3462
* Patch default scalars plotting edge case by akaszynski in https://github.com/pyvista/pyvista/pull/3512
* Fix issues with cell picking by banesullivan in https://github.com/pyvista/pyvista/pull/3515

Documentation
* Automated PR: Update Local Intersphinx by github-actions in https://github.com/pyvista/pyvista/pull/3111
* Distance along spline example by akaszynski in https://github.com/pyvista/pyvista/pull/3131
* Add tetra to the unstructured grid example by akaszynski in https://github.com/pyvista/pyvista/pull/3101
* Fix small typo by tkoyama010 in https://github.com/pyvista/pyvista/pull/3136
* Correct vtk-data url in _download_file docstring by PuffinDev in https://github.com/pyvista/pyvista/pull/3138
* fix clean example by darikg in https://github.com/pyvista/pyvista/pull/3177
* Speed up documentation build by akaszynski in https://github.com/pyvista/pyvista/pull/3168
* Typo fix by tkoyama010 in https://github.com/pyvista/pyvista/pull/3191
* Typo fix by tkoyama010 in https://github.com/pyvista/pyvista/pull/3204
* Fix the error of pip option by tkoyama010 in https://github.com/pyvista/pyvista/pull/3209
* Add linkcheck periodically by laysauchoa in https://github.com/pyvista/pyvista/pull/3166
* Extend cell-center example with edges by akaszynski in https://github.com/pyvista/pyvista/pull/3199
* Bump pydata-sphinx-theme from 0.9.0 to 0.10.1 and fix warnings by tkoyama010 in https://github.com/pyvista/pyvista/pull/3238
* Automated PR: Update Local Intersphinx by github-actions in https://github.com/pyvista/pyvista/pull/3250
* Add the example of "Add labels to cells" by tkoyama010 in https://github.com/pyvista/pyvista/pull/3264
* Use stable version python for intersphinx links by MatthewFlamm in https://github.com/pyvista/pyvista/pull/3285
* Add PyViewFactor to Connections by banesullivan in https://github.com/pyvista/pyvista/pull/3295
* Move utility methods out of core subpackage by banesullivan in https://github.com/pyvista/pyvista/pull/3321
* Create Mapper and Actor classes by akaszynski in https://github.com/pyvista/pyvista/pull/3332
* Fix typo by tkoyama010 in https://github.com/pyvista/pyvista/pull/3341
* Automated PR: Update Local Intersphinx by github-actions in https://github.com/pyvista/pyvista/pull/3394
* Fix typo by tkoyama010 in https://github.com/pyvista/pyvista/pull/3397
* Delete sidebar-nav-bs.html by akaszynski in https://github.com/pyvista/pyvista/pull/3410
* Fix the format of document by tkoyama010 in https://github.com/pyvista/pyvista/pull/3419
* Add constrained triangulation example by akaszynski in https://github.com/pyvista/pyvista/pull/3448
* fix dataset mapper copy docstring by akaszynski in https://github.com/pyvista/pyvista/pull/3455
* Improve main landing page by akaszynski in https://github.com/pyvista/pyvista/pull/3459
* Fix small typo by tkoyama010 in https://github.com/pyvista/pyvista/pull/3464
* Specify all optional parameters in 3347 by puripant in https://github.com/pyvista/pyvista/pull/3457
* Quick spelling fix by akaszynski in https://github.com/pyvista/pyvista/pull/3507
* Small fix of the docstring by tkoyama010 in https://github.com/pyvista/pyvista/pull/3500\
* Polyhedron examples and unit test by AlejandroFernandezLuces in https://github.com/pyvista/pyvista/pull/3521
* Update CONTRIBUTING.rst with docstring guidelines by akaszynski in https://github.com/pyvista/pyvista/pull/3472

Maintenance PRs

* Render window refactor by akaszynski in https://github.com/pyvista/pyvista/pull/2964
* Use the latest test env by tkoyama010 in https://github.com/pyvista/pyvista/pull/3130
* Add typing_extensions install dependency for Python < 3.8 by adeak in https://github.com/pyvista/pyvista/pull/3156
* Fix issue template typo and code placeholders by adeak in https://github.com/pyvista/pyvista/pull/3140
* disable caching of build directory by akaszynski in https://github.com/pyvista/pyvista/pull/3162
* Use Mamba to speed up the conda build by akaszynski in https://github.com/pyvista/pyvista/pull/3163
* Define pytest markers for skipping tests based on vtk version by adeak in https://github.com/pyvista/pyvista/pull/3167
* Small fix of indent by tkoyama010 in https://github.com/pyvista/pyvista/pull/3182
* MAINT: More descriptive comment about optional import by whophil in https://github.com/pyvista/pyvista/pull/3200
* Update flake8 URL for precommit by tkoyama010 in https://github.com/pyvista/pyvista/pull/3229
* CI: Workflow to test downstream packages starting with MNE by larsoner in https://github.com/pyvista/pyvista/pull/3255
* Clean up CI job conditions to prevent PRs on forks by banesullivan in https://github.com/pyvista/pyvista/pull/3291
* use apt-pkgs v1.1.1 by akaszynski in https://github.com/pyvista/pyvista/pull/3300
* Remove .codeclimate.yml by banesullivan in https://github.com/pyvista/pyvista/pull/3327
* Use PyVista start headless display action by akaszynski in https://github.com/pyvista/pyvista/pull/3393
* Improve PointSet class testing by sgaist in https://github.com/pyvista/pyvista/pull/3395
* Migrating from sphinx-panels to sphinx-design by tkoyama010 in https://github.com/pyvista/pyvista/pull/3159
* Add force_float test (pyvista3333) by sgaist in https://github.com/pyvista/pyvista/pull/3396
* Remove pip cache in docker-package.yml by akaszynski in https://github.com/pyvista/pyvista/pull/3424
* Add fixture for verify_image_cache by MatthewFlamm in https://github.com/pyvista/pyvista/pull/3454
* [maint] update conda environment by banesullivan in https://github.com/pyvista/pyvista/pull/3329

New Contributors
* PuffinDev made their first contribution in https://github.com/pyvista/pyvista/pull/3138
* lukaszmoroz made their first contribution in https://github.com/pyvista/pyvista/pull/3146
* laysauchoa made their first contribution in https://github.com/pyvista/pyvista/pull/3166
* AlejandroFernandezLuces made their first contribution in https://github.com/pyvista/pyvista/pull/3208
* sgaist made their first contribution in https://github.com/pyvista/pyvista/pull/3395
* Abhijnan-Bajpai made their first contribution in https://github.com/pyvista/pyvista/pull/3421
* andrewrgarcia made their first contribution in https://github.com/pyvista/pyvista/pull/3452
* chadqueen made their first contribution in https://github.com/pyvista/pyvista/pull/3461

0.36.1

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

0.36.0

<!-- Release notes generated using configuration in .github/release.yml at v0.36.0 -->

What's Changed
New Features
* add more mount damavand examples by akaszynski in https://github.com/pyvista/pyvista/pull/2969
* Add particles dataset to downloads by akaszynski in https://github.com/pyvista/pyvista/pull/2984
* Use has_module by akaszynski in https://github.com/pyvista/pyvista/pull/3020
* Add GIF reader and implement tight plotting for 2D by akaszynski in https://github.com/pyvista/pyvista/pull/3038
* Add space cubemaps by akaszynski in https://github.com/pyvista/pyvista/pull/3075
* Add the ability to remove environment texture by akaszynski in https://github.com/pyvista/pyvista/pull/3072
* Add park cubemap by akaszynski in https://github.com/pyvista/pyvista/pull/3071
Bug fixes or behavior changes
* [BUG] Fix clearing point and cell data by alexrockhill in https://github.com/pyvista/pyvista/pull/2976
* fix vtk version support by akaszynski in https://github.com/pyvista/pyvista/pull/2961
* Fix texture docstring by jorgepiloto in https://github.com/pyvista/pyvista/pull/2996
* Fixed docstring explanation for curvature function by ENIAC-6 in https://github.com/pyvista/pyvista/pull/2997
* Use Set method insted of On and Off method by RobPasMue in https://github.com/pyvista/pyvista/pull/3001
* Fix active plotting scalars for multi-plots by akaszynski in https://github.com/pyvista/pyvista/pull/2980
* Add example remove_scalar_bar( ) by ENIAC-6 in https://github.com/pyvista/pyvista/pull/3005
* Fix Plotter.export_obj by RobPasMue in https://github.com/pyvista/pyvista/pull/2999
* Clear charts when clearing plotters by adeak in https://github.com/pyvista/pyvista/pull/2991
* Resolve issues with scalars in cell_data_to_point_data API docs by RobPasMue in https://github.com/pyvista/pyvista/pull/3011
* Fix pyvista.plot kwargs by akaszynski in https://github.com/pyvista/pyvista/pull/2967
* Fix the flying edges example by akaszynski in https://github.com/pyvista/pyvista/pull/3014
* Fix docstring default for log_scale in add_mesh by MatthewFlamm in https://github.com/pyvista/pyvista/pull/3028
* Fix command of doctest by tkoyama010 in https://github.com/pyvista/pyvista/pull/3036
* Fix Plotter and children for proper garbage collection by adeak in https://github.com/pyvista/pyvista/pull/3037
* do not reset camera unless plotter has been shown by akaszynski in https://github.com/pyvista/pyvista/pull/3022
* Only support ASCII characters by tkoyama010 in https://github.com/pyvista/pyvista/pull/3055
* Add check if the path exists before removing it. by turejaku in https://github.com/pyvista/pyvista/pull/3048
* Fix for function from_meshio by keurfonluu in https://github.com/pyvista/pyvista/pull/3049
* Add copy_mesh argument to plotter.add_mesh by p-j-smith in https://github.com/pyvista/pyvista/pull/3088
* Fix image-fft example by akaszynski in https://github.com/pyvista/pyvista/pull/3108
Documentation
* Delete whitespaces in rst files under doc directory by GNUSheep in https://github.com/pyvista/pyvista/pull/2966
* Add movie glyphs example by akaszynski in https://github.com/pyvista/pyvista/pull/2981
* remove code of conduct checkbox by akaszynski in https://github.com/pyvista/pyvista/pull/3006
* Specify in CONTRIBUTING.rst use of NumPy docstrings by ENIAC-6 in https://github.com/pyvista/pyvista/pull/3004
* Add background_color example by ENIAC-6 in https://github.com/pyvista/pyvista/pull/3013
* Added link_views example by charithgunasekara in https://github.com/pyvista/pyvista/pull/3016
* Add camera position example by akaszynski in https://github.com/pyvista/pyvista/pull/3019
* Improve make chart tables for docs by akaszynski in https://github.com/pyvista/pyvista/pull/3023
* Add geemap and GmshModel as external examples by tkoyama010 in https://github.com/pyvista/pyvista/pull/3053
* Add 10-second intersphinx timeout to doc build by adeak in https://github.com/pyvista/pyvista/pull/3081
* Add the Grad-Descent-Visualizer package to the external examples. by JacobBumgarner in https://github.com/pyvista/pyvista/pull/3089
Maintenance
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/2963
* Bump sphinx-notfound-page from 0.8 to 0.8.3 by dependabot in https://github.com/pyvista/pyvista/pull/2986
* Bump trimesh from 3.12.7 to 3.12.8 by dependabot in https://github.com/pyvista/pyvista/pull/2987
* Use Python 3.9 for codecov by akaszynski in https://github.com/pyvista/pyvista/pull/2990
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/3008
* Bump trimesh from 3.12.8 to 3.12.9 by dependabot in https://github.com/pyvista/pyvista/pull/3025
* add bool scalars test by akaszynski in https://github.com/pyvista/pyvista/pull/3021
* Use static tuple definition for dataset ActiveArrayInfo by sdransfeld in https://github.com/pyvista/pyvista/pull/3026
* Bump mypy from 0.961 to 0.971 by dependabot in https://github.com/pyvista/pyvista/pull/3035
* Cache apt by akaszynski in https://github.com/pyvista/pyvista/pull/2985
* Bump jupyterlab from 3.4.3 to 3.4.4 by dependabot in https://github.com/pyvista/pyvista/pull/3047
* Add Breaking Changes section to Release Note by tkoyama010 in https://github.com/pyvista/pyvista/pull/3044
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/3059
* Update hypothesis requirement from <6.49.2 to <6.52.5 by dependabot in https://github.com/pyvista/pyvista/pull/3056
* Update hypothesis requirement from <6.52.5 to <6.53.1 by dependabot in https://github.com/pyvista/pyvista/pull/3063
* Update imageio requirement from <2.20.0 to <2.21.0 by dependabot in https://github.com/pyvista/pyvista/pull/3076
* Use f-strings and fix exception types by erfanhamdi in https://github.com/pyvista/pyvista/pull/3077

New Contributors
* GNUSheep made their first contribution in https://github.com/pyvista/pyvista/pull/2966
* alexrockhill made their first contribution in https://github.com/pyvista/pyvista/pull/2976
* jorgepiloto made their first contribution in https://github.com/pyvista/pyvista/pull/2996
* ENIAC-6 made their first contribution in https://github.com/pyvista/pyvista/pull/2997
* RobPasMue made their first contribution in https://github.com/pyvista/pyvista/pull/3001
* charithgunasekara made their first contribution in https://github.com/pyvista/pyvista/pull/3016
* sdransfeld made their first contribution in https://github.com/pyvista/pyvista/pull/3026
* turejaku made their first contribution in https://github.com/pyvista/pyvista/pull/3048
* erfanhamdi made their first contribution in https://github.com/pyvista/pyvista/pull/3077

**Full Changelog**: https://github.com/pyvista/pyvista/compare/v0.35.2...v0.36.0

0.35.2

This patch release was needed for urgent fixes for MNE as described in https://github.com/mne-tools/mne-python/pull/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

- charithgunasekara
- ENIAC-6
- RobPasMue
- jorgepiloto
- alexrockhill

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**: https://github.com/pyvista/pyvista/compare/v0.35.1...v0.35.2

0.35.1

We've added a variety of new features in this release, including wrappers for several VTK filters and widgets. Check out the full release notes below!

This release includes a variety of new features including
- [FFT Filters](https://github.com/pyvista/pyvista/pull/1953) with complex variables.
- Several new readers. in 2460, 2451, 2496, 2676, 2875, and 2676
- [Taubin smoothing](https://github.com/pyvista/pyvista/pull/2829)

Special thanks to the 14 new contributors to the project for this release. Thanks for your hard work!

What's Changed

New Features
* modify uniformgrid filters by njneeteson in https://github.com/pyvista/pyvista/pull/2432
* add disable picking by akaszynski in https://github.com/pyvista/pyvista/pull/2450
* add additional kwargs to open_gif by akaszynski in https://github.com/pyvista/pyvista/pull/2484
* add DICOMReader by adam-grant-hendry in https://github.com/pyvista/pyvista/pull/2460
* Add many Readers by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2496
* Fix glyphs when orienting with cell data by whophil in https://github.com/pyvista/pyvista/pull/2500
* Add add_ruler to BasePlotter by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2531
* Added decompose_polyhedra property in OpenFOAMReader by Failxxx in https://github.com/pyvista/pyvista/pull/2563
* add dynamic flask example by akaszynski in https://github.com/pyvista/pyvista/pull/2552
* Add ".xyz" extension to PointSet.save by tkoyama010 in https://github.com/pyvista/pyvista/pull/2571
* Small change to avoid raising exception by germa89 in https://github.com/pyvista/pyvista/pull/2586
* Add split sharp edges to theme by akaszynski in https://github.com/pyvista/pyvista/pull/2575
* Add import/export VRML by tkoyama010 in https://github.com/pyvista/pyvista/pull/2451
* add in warning for anti-aliasing when vtk is compiled with egl by akaszynski in https://github.com/pyvista/pyvista/pull/2694
* `PolyData.*_normals` properties use existing `Normals` if they exist by whophil in https://github.com/pyvista/pyvista/pull/2737
* Add POpenFOAMReader by Failxxx in https://github.com/pyvista/pyvista/pull/2676
* Add fill arg to Polygon by tkoyama010 in https://github.com/pyvista/pyvista/pull/2767
* Add extrude_trim filter by tkoyama010 in https://github.com/pyvista/pyvista/pull/2600
* implement complex dtype for pyvista_ndarray by akaszynski in https://github.com/pyvista/pyvista/pull/2773
* Add integrate_data filter by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2790
* Add orientation to `add_text` by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2794
* Add rotation_axis arg to extrude_rotate method by tkoyama010 in https://github.com/pyvista/pyvista/pull/2791
* Feat/update bound actor by JacobBumgarner in https://github.com/pyvista/pyvista/pull/2441
* allow missing matplotlib when setting themes by akaszynski in https://github.com/pyvista/pyvista/pull/2824
* Implement taubin smoothing by akaszynski in https://github.com/pyvista/pyvista/pull/2829
* Add skip_zero_time property in OpenFOAMReader by Failxxx in https://github.com/pyvista/pyvista/pull/2847
* Add image_fft and image_rfft by tkoyama010 in https://github.com/pyvista/pyvista/pull/1953
* add some decimate_pro arguments by darikg in https://github.com/pyvista/pyvista/pull/2874
* Plane widget methods support user-defined origin by banesullivan in https://github.com/pyvista/pyvista/pull/2883
* Tecplot ascii data reader by mechajeff in https://github.com/pyvista/pyvista/pull/2875
* Implement fixes for VTK 9.2.0rc by akaszynski in https://github.com/pyvista/pyvista/pull/2863
* Custom widget interaction events by banesullivan in https://github.com/pyvista/pyvista/pull/2882
* Add DataSet.cell_point_ids by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2897
* Add setup and teardown functionality to plot_directive by adeak in https://github.com/pyvista/pyvista/pull/2907
* Add method to check if point is inside cell by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2905

Bug fixes or behavior changes
* Fix CGNSreader import by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2423
* Make colors iterable and indexable by dcbr in https://github.com/pyvista/pyvista/pull/2415
* Replace SetTimeValue with UpdateTimeStep and add tests by piyueh in https://github.com/pyvista/pyvista/pull/2485
* Do not automatically set hidden line removal in document theme by hakostra in https://github.com/pyvista/pyvista/pull/2488
* Fix `download_single_sphere_animation` by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2492
* Fix UniformGrid.x docstring by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2511
* Return actor from add_mesh_threshold by d-chambers in https://github.com/pyvista/pyvista/pull/2516
* Make VTK version error clear when PointSet is still abstract by adeak in https://github.com/pyvista/pyvista/pull/2483
* Update checkbox-widget.py by yungchidanielcho in https://github.com/pyvista/pyvista/pull/2549
* fix widget garbage collection by akaszynski in https://github.com/pyvista/pyvista/pull/2569
* Fix `all_scalars` usage in `threshold` by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2670
* Include MultipleLines in documentation by StefRe in https://github.com/pyvista/pyvista/pull/2683
* Fix typo by StefRe in https://github.com/pyvista/pyvista/pull/2685
* Fix generate_cell_offsets test by StefRe in https://github.com/pyvista/pyvista/pull/2708
* add linked views for pythreejs by akaszynski in https://github.com/pyvista/pyvista/pull/2518
* Clean up documentation build by akaszynski in https://github.com/pyvista/pyvista/pull/2721
* Fix use of a slice tuple for numpy 1.23 by adeak in https://github.com/pyvista/pyvista/pull/2726
* disable spherical harmonics when using cubemap textures by akaszynski in https://github.com/pyvista/pyvista/pull/2722
* fix splitting sharp edges with active cell scalars by akaszynski in https://github.com/pyvista/pyvista/pull/2695
* Fix shared array access on init by banesullivan in https://github.com/pyvista/pyvista/pull/2697
* Add warning tests of integer vectors by tkoyama010 in https://github.com/pyvista/pyvista/pull/2664
* Add gallery building flag to environment variables by adeak in https://github.com/pyvista/pyvista/pull/2745
* Refactor StructuredGrid init by akaszynski in https://github.com/pyvista/pyvista/pull/2740
* Correct reference to time values by mcgoldba in https://github.com/pyvista/pyvista/pull/2741
* Add missing VRML image to cache by akaszynski in https://github.com/pyvista/pyvista/pull/2765
* Return correct scalar type for pyvista_ndarray by akaszynski in https://github.com/pyvista/pyvista/pull/2770
* Improve download zip by akaszynski in https://github.com/pyvista/pyvista/pull/2727
* fix download_zip by akaszynski in https://github.com/pyvista/pyvista/pull/2787
* Fix get_array return type by akaszynski in https://github.com/pyvista/pyvista/pull/2782
* deep/shallow copy metadata by akaszynski in https://github.com/pyvista/pyvista/pull/2779
* Add warning when trying to screenshot while using a jupyter_backend by banesullivan in https://github.com/pyvista/pyvista/pull/2795
* Fix garbage collection by akaszynski in https://github.com/pyvista/pyvista/pull/2754
* Do not add arrays when plotting by akaszynski in https://github.com/pyvista/pyvista/pull/2763
* Change preference strings to singular by adeak in https://github.com/pyvista/pyvista/pull/2818
* Prevent AttributeError when deleting a partially initialized Plotter by adeak in https://github.com/pyvista/pyvista/pull/2819
* Fix matplotlib backend setting for test suite by adeak in https://github.com/pyvista/pyvista/pull/2828
* Do not add scalars when setting scalar bar title by akaszynski in https://github.com/pyvista/pyvista/pull/2822
* fix extent documentation and implementation by akaszynski in https://github.com/pyvista/pyvista/pull/2827
* Add jupyterlab to Scooby Report by banesullivan in https://github.com/pyvista/pyvista/pull/2846
* decrease tol for camera test due to MacOS by akaszynski in https://github.com/pyvista/pyvista/pull/2836
* Ensure same name arrays do not shallow copy by akaszynski in https://github.com/pyvista/pyvista/pull/2872
* Ensure data remains a shallow copy when added to plotter by akaszynski in https://github.com/pyvista/pyvista/pull/2888
* Handle invalid theme on init by akaszynski in https://github.com/pyvista/pyvista/pull/2917
* Fix all-triangles checking for polyfilters by adeak in https://github.com/pyvista/pyvista/pull/2934
* Improve ChartMPL performance by dcbr in https://github.com/pyvista/pyvista/pull/2943
* Enforce scalar output for contour filter by akaszynski in https://github.com/pyvista/pyvista/pull/2952
* Fix a few minor contour()-related issues by adeak in https://github.com/pyvista/pyvista/pull/2951
* Fix add_mesh_slice_orthogonal() when a name is passed by banesullivan in https://github.com/pyvista/pyvista/pull/2950
Documentation
* DOC: Fix citation bibtex entry and spell out two authors by adeak in https://github.com/pyvista/pyvista/pull/1292
* βž• Fix import of example by tkoyama010 in https://github.com/pyvista/pyvista/pull/1424
* βž• Extra import fix of example by tkoyama010 in https://github.com/pyvista/pyvista/pull/1425
* πŸ“ Add VesselVio to external gallery by tkoyama010 in https://github.com/pyvista/pyvista/pull/1444
* πŸ“ Fix typo by tkoyama010 in https://github.com/pyvista/pyvista/pull/1458
* 🎬 Add Create a GIF Movie with updating textures by tkoyama010 in https://github.com/pyvista/pyvista/pull/1544
* Add codetriage badge by tkoyama010 in https://github.com/pyvista/pyvista/pull/1587
* πŸ‘Ύ Add Alien Monsters example by tkoyama010 in https://github.com/pyvista/pyvista/pull/1677
* add truss example by akaszynski in https://github.com/pyvista/pyvista/pull/1683
* Add Plotter.add_volume example by puripant in https://github.com/pyvista/pyvista/pull/1707
* Add examples for view_* functions by puripant in https://github.com/pyvista/pyvista/pull/1714
* Fix resetting `_wrappers` in `sphinx-gallery` by MatthewFlamm in https://github.com/pyvista/pyvista/pull/1721
* Add examples in plotting module by AleenaSA in https://github.com/pyvista/pyvista/pull/1715
* Automated PR: Update Local Intersphinx by github-actions in https://github.com/pyvista/pyvista/pull/1767
* Add plot to glyphs example by tkoyama010 in https://github.com/pyvista/pyvista/pull/1723
* Fix docstring examples with broken rendering by adeak in https://github.com/pyvista/pyvista/pull/1770
* Fix `find_closest_cell` examples doctest by MatthewFlamm in https://github.com/pyvista/pyvista/pull/1809
* ✏️ Fix typo. by tkoyama010 in https://github.com/pyvista/pyvista/pull/1829
* ✏️ Fix typo. by tkoyama010 in https://github.com/pyvista/pyvista/pull/1842
* ✏️ Fix docstring by tkoyama010 in https://github.com/pyvista/pyvista/pull/1843
* Clean up the examples by banesullivan in https://github.com/pyvista/pyvista/pull/1851
* Add glyph's docstring and test by tkoyama010 in https://github.com/pyvista/pyvista/pull/1872
* Fix interpolate example by banesullivan in https://github.com/pyvista/pyvista/pull/1881
* A thank you to MatthewFlamm and darikg by banesullivan in https://github.com/pyvista/pyvista/pull/1901
* Reset theme in sphinx gallery and reset before and after examples by MatthewFlamm in https://github.com/pyvista/pyvista/pull/1915
* πŸ“Update version of CODE_OF_CONDUCT. by tkoyama010 in https://github.com/pyvista/pyvista/pull/1916
* πŸ“Fix [INSERT CONTACT METHOD] by tkoyama010 in https://github.com/pyvista/pyvista/pull/1917
* Use custom VTK with OSMesa wheel to build the docs by akaszynski in https://github.com/pyvista/pyvista/pull/1942
* πŸ“ Add plot to show downloads datasets by tkoyama010 in https://github.com/pyvista/pyvista/pull/1826
* Add make uniform grid class init more explicit by akaszynski in https://github.com/pyvista/pyvista/pull/1783
* πŸŽ‰ HAPPY NEW YEAR 2022 πŸŽ‰ by tkoyama010 in https://github.com/pyvista/pyvista/pull/1989
* πŸ‘· Automate copyright date by tkoyama010 in https://github.com/pyvista/pyvista/pull/1991
* ✏️ Fix typos. by tkoyama010 in https://github.com/pyvista/pyvista/pull/1996
* Disable highlighting for web search results by adeak in https://github.com/pyvista/pyvista/pull/2007
* Fix some links and typos in examples by adeak in https://github.com/pyvista/pyvista/pull/2030
* πŸ“ Add My PyVista artwork to external gallery by tkoyama010 in https://github.com/pyvista/pyvista/pull/2046
* Give due credit and close 2049 by banesullivan in https://github.com/pyvista/pyvista/pull/2086
* Add slim docker image by banesullivan in https://github.com/pyvista/pyvista/pull/2091
* Move Windows CI Tests to GH Actions by banesullivan in https://github.com/pyvista/pyvista/pull/2083
* Add reporting extra examples contributing by tkoyama010 in https://github.com/pyvista/pyvista/pull/2104
* πŸ“ Add PteraSoftware to external gallery by tkoyama010 in https://github.com/pyvista/pyvista/pull/2103
* Add dataset attributes to the docs by akaszynski in https://github.com/pyvista/pyvista/pull/2109
* Improve gif animation examples by akaszynski in https://github.com/pyvista/pyvista/pull/2119
* Automated PR: Update Local Intersphinx by github-actions in https://github.com/pyvista/pyvista/pull/2122
* Hopf torus by stla in https://github.com/pyvista/pyvista/pull/2136
* Minor fix typo by tkoyama010 in https://github.com/pyvista/pyvista/pull/2148
* Update ipyvtklink docs by banesullivan in https://github.com/pyvista/pyvista/pull/2135
* add build instructions for EGL by akaszynski in https://github.com/pyvista/pyvista/pull/2151
* Merge duplicate CONTRIBUTING contents by tkoyama010 in https://github.com/pyvista/pyvista/pull/2110
* Fix broken link to contributing guide in documents by tkoyama010 in https://github.com/pyvista/pyvista/pull/2173
* Improve comparison language by banesullivan in https://github.com/pyvista/pyvista/pull/2177
* Fix link syntax error by tkoyama010 in https://github.com/pyvista/pyvista/pull/2182
* Create CITATION.cff by banesullivan in https://github.com/pyvista/pyvista/pull/2218
* Fix CONTRIBUTING.rst and mention black by adeak in https://github.com/pyvista/pyvista/pull/2241
* Fix CONTRIBUTING.rst some more by adeak in https://github.com/pyvista/pyvista/pull/2244
* Add sphinx extension viewcode by tkoyama010 in https://github.com/pyvista/pyvista/pull/2192
* Automated PR: Update Local Intersphinx by github-actions in https://github.com/pyvista/pyvista/pull/2285
* Fix typo of threshold docstring by tkoyama010 in https://github.com/pyvista/pyvista/pull/2355
* Document that default capping changed for extrude* in 0.32 by adeak in https://github.com/pyvista/pyvista/pull/2339
* Left click to pick points by p-j-smith in https://github.com/pyvista/pyvista/pull/2266
* Update list of connected software by banesullivan in https://github.com/pyvista/pyvista/pull/2131
* Automated PR: Update Local Intersphinx by github-actions in https://github.com/pyvista/pyvista/pull/2406
* Added CGNSReader in Reader Classes by Kirito-Excalibur in https://github.com/pyvista/pyvista/pull/2413
* Fix links in README by tkoyama010 in https://github.com/pyvista/pyvista/pull/2430
* Fix small typo by tkoyama010 in https://github.com/pyvista/pyvista/pull/2431
* Fix typos by luzpaz in https://github.com/pyvista/pyvista/pull/2443
* DOC: Updated wheel building instructions by larsoner in https://github.com/pyvista/pyvista/pull/2439
* Update Docker documentation by banesullivan in https://github.com/pyvista/pyvista/pull/2444
* Fix small typo by tkoyama010 in https://github.com/pyvista/pyvista/pull/2449
* fix example for reading exodus file by j-bowhay in https://github.com/pyvista/pyvista/pull/2495
* add polyhedral example by akaszynski in https://github.com/pyvista/pyvista/pull/2505
* Use imageio intersphinx links by adeak in https://github.com/pyvista/pyvista/pull/2489
* Update OpenFOAM example to reuse Reader by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2530
* Make intersphinx update script more robust by adeak in https://github.com/pyvista/pyvista/pull/2534
* added documentation for getting started with wsl2 on windows by danielgrzenda in https://github.com/pyvista/pyvista/pull/2553
* add checkbox widget example by yungchidanielcho in https://github.com/pyvista/pyvista/pull/2550
* Added example for show_axes_all by mbebic in https://github.com/pyvista/pyvista/pull/2551
* add example for Plotter.bounds by akaszynski in https://github.com/pyvista/pyvista/pull/2546
* Clean up numpydoc validation regexen by adeak in https://github.com/pyvista/pyvista/pull/2525
* add clip box example to docstring by yungchidanielcho in https://github.com/pyvista/pyvista/pull/2547
* Add warning to threshold that it's a cell filter by adeak in https://github.com/pyvista/pyvista/pull/2597
* Remove documentation for widget helper by akaszynski in https://github.com/pyvista/pyvista/pull/2570
* Add a note in regards to issues when installing pre-commit by akaszynski in https://github.com/pyvista/pyvista/pull/2709
* Automated PR: Update Local Intersphinx by github-actions in https://github.com/pyvista/pyvista/pull/2723
* Switch to using sphinx keep-going flag by akaszynski in https://github.com/pyvista/pyvista/pull/2719
* Update information on the translation project by tkoyama010 in https://github.com/pyvista/pyvista/pull/2743
* skip or avoid creating files in doc build by akaszynski in https://github.com/pyvista/pyvista/pull/2748
* Small typo fix by tkoyama010 in https://github.com/pyvista/pyvista/pull/2793
* Small typo fix by tkoyama010 in https://github.com/pyvista/pyvista/pull/2802
* Add notes regarding optional dependencies by akaszynski in https://github.com/pyvista/pyvista/pull/2826
* Small typo fix by tkoyama010 in https://github.com/pyvista/pyvista/pull/2848
* Fix _version.py file reference in CONTRIBUTING.rst by adeak in https://github.com/pyvista/pyvista/pull/2861
* Fix small typo by tkoyama010 in https://github.com/pyvista/pyvista/pull/2866
* Fix docs on ipyvtklink usage by banesullivan in https://github.com/pyvista/pyvista/pull/2887
* Rotate teapot for flip_z() doctest example by adeak in https://github.com/pyvista/pyvista/pull/2885
* Fix the URL link of discretize by tkoyama010 in https://github.com/pyvista/pyvista/pull/2914
* Add tags with python commands to avoid misnumbering by tkoyama010 in https://github.com/pyvista/pyvista/pull/2416
* Automated PR: Update Local Intersphinx by github-actions in https://github.com/pyvista/pyvista/pull/2926
* Update information on the release by tkoyama010 in https://github.com/pyvista/pyvista/pull/2911

Maintenance
* Update hypothesis requirement from <6.31.6 to <6.37.3 by dependabot in https://github.com/pyvista/pyvista/pull/2258
* Bump trimesh from 3.10.1 to 3.10.2 by dependabot in https://github.com/pyvista/pyvista/pull/2265
* Bump meshio from 5.3.0 to 5.3.2 by dependabot in https://github.com/pyvista/pyvista/pull/2269
* Update hypothesis requirement from <6.37.3 to <6.38.1 by dependabot in https://github.com/pyvista/pyvista/pull/2281
* Update tqdm requirement from <4.63.0 to <4.64.0 by dependabot in https://github.com/pyvista/pyvista/pull/2283
* Bump flake8-black from 0.2.4 to 0.3.2 by dependabot in https://github.com/pyvista/pyvista/pull/2282
* Update hypothesis requirement from <6.38.1 to <6.39.1 by dependabot in https://github.com/pyvista/pyvista/pull/2287
* Bump jupyterlab from 3.2.9 to 3.3.0 by dependabot in https://github.com/pyvista/pyvista/pull/2293
* Update hypothesis requirement from <6.39.1 to <6.39.2 by dependabot in https://github.com/pyvista/pyvista/pull/2296
* Update hypothesis requirement from <6.39.2 to <6.39.4 by dependabot in https://github.com/pyvista/pyvista/pull/2310
* Exclude deprecated plotting/theme.py from coverage by adeak in https://github.com/pyvista/pyvista/pull/2261
* Bump jupyterlab from 3.3.0 to 3.3.1 by dependabot in https://github.com/pyvista/pyvista/pull/2317
* Bump meshio from 5.3.2 to 5.3.3 by dependabot in https://github.com/pyvista/pyvista/pull/2328
* Bump mypy from 0.931 to 0.940 by dependabot in https://github.com/pyvista/pyvista/pull/2342
* Bump meshio from 5.3.3 to 5.3.4 by dependabot in https://github.com/pyvista/pyvista/pull/2343
* Update pytest requirement from <7.1.0 to <7.2.0 by dependabot in https://github.com/pyvista/pyvista/pull/2344
* Bump mypy from 0.940 to 0.941 by dependabot in https://github.com/pyvista/pyvista/pull/2351
* Bump jupyterlab from 3.3.1 to 3.3.2 by dependabot in https://github.com/pyvista/pyvista/pull/2350
* Bump pypandoc from 1.7.2 to 1.7.4 by dependabot in https://github.com/pyvista/pyvista/pull/2357
* Bump trimesh from 3.10.2 to 3.10.3 by dependabot in https://github.com/pyvista/pyvista/pull/2358
* Update hypothesis requirement from <6.39.4 to <6.39.5 by dependabot in https://github.com/pyvista/pyvista/pull/2356
* Bump trimesh from 3.10.3 to 3.10.5 by dependabot in https://github.com/pyvista/pyvista/pull/2362
* Update incorrectly raised errors to VTKVersionError by not-so-rabh in https://github.com/pyvista/pyvista/pull/2199
* Attempt remove flaky windows test skips by banesullivan in https://github.com/pyvista/pyvista/pull/2321
* Update ipython requirement from <8.0.0 to <9.0.0 by dependabot in https://github.com/pyvista/pyvista/pull/2056
* Replaced pyvista.wrap(alg.GetOutput()) with _get_output(alg). by harshi1122 in https://github.com/pyvista/pyvista/pull/2228
* Create PyvistaFutureWarning, use it to warn about extrude capping changes by adeak in https://github.com/pyvista/pyvista/pull/2364
* Add auto labeling in releases by tkoyama010 in https://github.com/pyvista/pyvista/pull/2368
* fix Jinja requirements by akaszynski in https://github.com/pyvista/pyvista/pull/2374
* Bump mypy from 0.941 to 0.942 by dependabot in https://github.com/pyvista/pyvista/pull/2377
* Bump trimesh from 3.10.5 to 3.10.7 by dependabot in https://github.com/pyvista/pyvista/pull/2376
* Bump panel from 0.12.6 to 0.12.7 by dependabot in https://github.com/pyvista/pyvista/pull/2382
* Bump sphinx from 4.4.0 to 4.5.0 by dependabot in https://github.com/pyvista/pyvista/pull/2385
* Bump pydata-sphinx-theme from 0.8.0 to 0.8.1 by dependabot in https://github.com/pyvista/pyvista/pull/2384
* Update hypothesis requirement from <6.39.5 to <6.39.7 by dependabot in https://github.com/pyvista/pyvista/pull/2383
* Bump jinja2 from 3.0.3 to 3.1.1 by dependabot in https://github.com/pyvista/pyvista/pull/2386
* Bump black from 22.1.0 to 22.3.0 by dependabot in https://github.com/pyvista/pyvista/pull/2390
* Update hypothesis requirement from <6.39.7 to <6.40.1 by dependabot in https://github.com/pyvista/pyvista/pull/2391
* switch to pre-commit by akaszynski in https://github.com/pyvista/pyvista/pull/2392
* Bump numpydoc from 1.2.0 to 1.2.1 by dependabot in https://github.com/pyvista/pyvista/pull/2395
* fix typing - set_active_x supports name=None by darikg in https://github.com/pyvista/pyvista/pull/2399
* Bump pytest-sphinx from 0.3.1 to 0.4.0 by dependabot in https://github.com/pyvista/pyvista/pull/2402
* Bump param from 1.12.0 to 1.12.1 by dependabot in https://github.com/pyvista/pyvista/pull/2407
* Update hypothesis requirement from <6.40.1 to <6.40.2 by dependabot in https://github.com/pyvista/pyvista/pull/2408
* Add labels to pre-commit update by tkoyama010 in https://github.com/pyvista/pyvista/pull/2420
* Bump pypandoc from 1.7.4 to 1.7.5 by dependabot in https://github.com/pyvista/pyvista/pull/2427
* Update tqdm requirement from <4.64.0 to <4.65.0 by dependabot in https://github.com/pyvista/pyvista/pull/2428
* Update hypothesis requirement from <6.40.2 to <6.41.1 by dependabot in https://github.com/pyvista/pyvista/pull/2426
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/2419
* Bump jupyterlab from 3.3.2 to 3.3.3 by dependabot in https://github.com/pyvista/pyvista/pull/2442
* Bump trimesh from 3.10.7 to 3.10.8 by dependabot in https://github.com/pyvista/pyvista/pull/2445
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/2448
* Add github-actions's comment when no labels by tkoyama010 in https://github.com/pyvista/pyvista/pull/2447
* Update hypothesis requirement from <6.41.1 to <6.42.4 by dependabot in https://github.com/pyvista/pyvista/pull/2452
* Update hypothesis requirement from <6.42.4 to <6.43.1 by dependabot in https://github.com/pyvista/pyvista/pull/2456
* Bump imageio-ffmpeg from 0.4.5 to 0.4.6 by dependabot in https://github.com/pyvista/pyvista/pull/2462
* Default set active vectors for filters by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2433
* Update hypothesis requirement from <6.43.1 to <6.43.2 by dependabot in https://github.com/pyvista/pyvista/pull/2465
* Bump imageio-ffmpeg from 0.4.6 to 0.4.7 by dependabot in https://github.com/pyvista/pyvista/pull/2470
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/2472
* Update imageio requirement from <2.17.0 to <2.18.0 by dependabot in https://github.com/pyvista/pyvista/pull/2476
* Bump typed-ast from 1.5.2 to 1.5.3 by dependabot in https://github.com/pyvista/pyvista/pull/2480
* Bump jupyterlab from 3.3.3 to 3.3.4 by dependabot in https://github.com/pyvista/pyvista/pull/2479
* Update hypothesis requirement from <6.43.2 to <6.43.4 by dependabot in https://github.com/pyvista/pyvista/pull/2481
* Bump typing-extensions from 4.1.1 to 4.2.0 by dependabot in https://github.com/pyvista/pyvista/pull/2477
* Bump panel from 0.12.7 to 0.13.0 by dependabot in https://github.com/pyvista/pyvista/pull/2478
* Add dependabot automerge by akaszynski in https://github.com/pyvista/pyvista/pull/2482
* Update hypothesis requirement from <6.43.4 to <6.44.1 by dependabot in https://github.com/pyvista/pyvista/pull/2498
* Revert "Add github-actions's comment when no labels" by tkoyama010 in https://github.com/pyvista/pyvista/pull/2501
* Update hypothesis requirement from <6.44.1 to <6.45.1 by dependabot in https://github.com/pyvista/pyvista/pull/2507
* Update imageio requirement from <2.18.0 to <2.19.0 by dependabot in https://github.com/pyvista/pyvista/pull/2506
* Bump trimesh from 3.10.8 to 3.11.2 by dependabot in https://github.com/pyvista/pyvista/pull/2519
* Update hypothesis requirement from <6.45.1 to <6.45.2 by dependabot in https://github.com/pyvista/pyvista/pull/2523
* Bump mypy from 0.942 to 0.950 by dependabot in https://github.com/pyvista/pyvista/pull/2522
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/2535
* Update hypothesis requirement from <6.45.2 to <6.46.2 by dependabot in https://github.com/pyvista/pyvista/pull/2541
* Bump numpydoc from 1.2.1 to 1.3.1 by dependabot in https://github.com/pyvista/pyvista/pull/2543
* Update imageio requirement from <2.19.0 to <2.20.0 by dependabot in https://github.com/pyvista/pyvista/pull/2542
* Update hypothesis requirement from <6.46.2 to <6.46.3 by dependabot in https://github.com/pyvista/pyvista/pull/2554
* Bump matplotlib from 3.5.1 to 3.5.2 by dependabot in https://github.com/pyvista/pyvista/pull/2555
* Bump jupyterlab from 3.3.4 to 3.4.0 by dependabot in https://github.com/pyvista/pyvista/pull/2558
* Set default scalars for filters by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2474
* Bump trimesh from 3.11.2 to 3.12.0 by dependabot in https://github.com/pyvista/pyvista/pull/2574
* Update hypothesis requirement from <6.46.3 to <6.46.4 by dependabot in https://github.com/pyvista/pyvista/pull/2583
* Bump pypandoc from 1.7.5 to 1.8 by dependabot in https://github.com/pyvista/pyvista/pull/2584
* Bump jupyterlab from 3.4.0 to 3.4.2 by dependabot in https://github.com/pyvista/pyvista/pull/2594
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/2602
* Add issue forms by JacobBumgarner in https://github.com/pyvista/pyvista/pull/2601
* Fix imports of vtkExtractEdges and vtkCellTreeLocator by hakostra in https://github.com/pyvista/pyvista/pull/2585
* Update hypothesis requirement from <6.46.4 to <6.46.6 by dependabot in https://github.com/pyvista/pyvista/pull/2659
* Update hypothesis requirement from <6.46.6 to <6.46.7 by dependabot in https://github.com/pyvista/pyvista/pull/2669
* Bump scipy from 1.8.0 to 1.8.1 by dependabot in https://github.com/pyvista/pyvista/pull/2674
* Update hypothesis requirement from <6.46.7 to <6.46.8 by dependabot in https://github.com/pyvista/pyvista/pull/2673
* Bump trimesh from 3.12.0 to 3.12.1 by dependabot in https://github.com/pyvista/pyvista/pull/2672
* Bump trimesh from 3.12.1 to 3.12.3 by dependabot in https://github.com/pyvista/pyvista/pull/2678
* Bump typed-ast from 1.5.3 to 1.5.4 by dependabot in https://github.com/pyvista/pyvista/pull/2682
* Bump pypandoc from 1.8 to 1.8.1 by dependabot in https://github.com/pyvista/pyvista/pull/2681
* Bump osmnx from 1.1.2 to 1.2.0 by dependabot in https://github.com/pyvista/pyvista/pull/2687
* Add .git-blame-ignore-revs file with black PR commit by adeak in https://github.com/pyvista/pyvista/pull/2684
* Bump panel from 0.13.0 to 0.13.1 by dependabot in https://github.com/pyvista/pyvista/pull/2692
* Update hypothesis requirement from <6.46.8 to <6.46.10 by dependabot in https://github.com/pyvista/pyvista/pull/2691
* Bump trimesh from 3.12.3 to 3.12.4 by dependabot in https://github.com/pyvista/pyvista/pull/2699
* Bump mypy from 0.950 to 0.960 by dependabot in https://github.com/pyvista/pyvista/pull/2700
* Bump trimesh from 3.12.4 to 3.12.5 by dependabot in https://github.com/pyvista/pyvista/pull/2707
* Use Readers in fileio module by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2561
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/2712
* Update hypothesis requirement from <6.46.10 to <6.46.11 by dependabot in https://github.com/pyvista/pyvista/pull/2725
* Bump lxml from 4.8.0 to 4.9.0 by dependabot in https://github.com/pyvista/pyvista/pull/2724
* Add image cache testing for Mac and Windows by akaszynski in https://github.com/pyvista/pyvista/pull/2716
* Update hypothesis requirement from <6.46.11 to <6.46.12 by dependabot in https://github.com/pyvista/pyvista/pull/2734
* Improve PyPI link like numpy and pandas by tkoyama010 in https://github.com/pyvista/pyvista/pull/2742
* Update hypothesis requirement from <6.46.12 to <6.47.1 by dependabot in https://github.com/pyvista/pyvista/pull/2751
* Bump mypy from 0.960 to 0.961 by dependabot in https://github.com/pyvista/pyvista/pull/2750
* Bump jupyterlab from 3.4.2 to 3.4.3 by dependabot in https://github.com/pyvista/pyvista/pull/2753
* Bump trimesh from 3.12.5 to 3.12.6 by dependabot in https://github.com/pyvista/pyvista/pull/2759
* Bump pydata-sphinx-theme from 0.8.1 to 0.9.0 by dependabot in https://github.com/pyvista/pyvista/pull/2758
* Bump numpydoc from 1.3.1 to 1.4.0 by dependabot in https://github.com/pyvista/pyvista/pull/2760
* Update hypothesis requirement from <6.47.1 to <6.47.2 by dependabot in https://github.com/pyvista/pyvista/pull/2771
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/2776
* Fix the error running by CodeQL. by tkoyama010 in https://github.com/pyvista/pyvista/pull/2772
* Update hypothesis requirement from <6.47.2 to <6.47.3 by dependabot in https://github.com/pyvista/pyvista/pull/2780
* Fail when regression image is missing on CI by MatthewFlamm in https://github.com/pyvista/pyvista/pull/2778
* Update hypothesis requirement from <6.47.3 to <6.47.4 by dependabot in https://github.com/pyvista/pyvista/pull/2792
* Bump osmnx from 1.2.0 to 1.2.1 by dependabot in https://github.com/pyvista/pyvista/pull/2796
* Keeping our actions up to date with Dependabot by tkoyama010 in https://github.com/pyvista/pyvista/pull/2801
* Bump actions/checkout from 2 to 3 by dependabot in https://github.com/pyvista/pyvista/pull/2804
* Bump docker/build-push-action from 2 to 3 by dependabot in https://github.com/pyvista/pyvista/pull/2807
* Bump actions/labeler from 3 to 4 by dependabot in https://github.com/pyvista/pyvista/pull/2806
* Bump actions/download-artifact from 2 to 3 by dependabot in https://github.com/pyvista/pyvista/pull/2803
* Bump actions/upload-artifact from 2 to 3 by dependabot in https://github.com/pyvista/pyvista/pull/2809
* Bump actions/setup-python from 1 to 4 by dependabot in https://github.com/pyvista/pyvista/pull/2805
* Bump codecov/codecov-action from 2 to 3 by dependabot in https://github.com/pyvista/pyvista/pull/2810
* Bump docker/metadata-action from 3 to 4 by dependabot in https://github.com/pyvista/pyvista/pull/2811
* Bump docker/login-action from 1 to 2 by dependabot in https://github.com/pyvista/pyvista/pull/2812
* Bump peter-evans/create-pull-request from 3 to 4 by dependabot in https://github.com/pyvista/pyvista/pull/2813
* Bump actions/cache from 2 to 3 by dependabot in https://github.com/pyvista/pyvista/pull/2831
* Bump param from 1.12.1 to 1.12.2 by dependabot in https://github.com/pyvista/pyvista/pull/2833
* skip if unable to create a matplotlib figure by akaszynski in https://github.com/pyvista/pyvista/pull/2823
* Cancel concurrent workflows by akaszynski in https://github.com/pyvista/pyvista/pull/2835
* Update hypothesis requirement from <6.47.4 to <6.47.5 by dependabot in https://github.com/pyvista/pyvista/pull/2849
* Bump ubuntu from 20.04 to latest by tkoyama010 in https://github.com/pyvista/pyvista/pull/2844
* Add community-reviewed label is need to merge by tkoyama010 in https://github.com/pyvista/pyvista/pull/2851
* Revert "Add community-reviewed label is need to merge" by tkoyama010 in https://github.com/pyvista/pyvista/pull/2860
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/2862
* Update hypothesis requirement from <6.47.5 to <6.47.6 by dependabot in https://github.com/pyvista/pyvista/pull/2878
* Bump jupyter-sphinx from 0.3.2 to 0.4.0 by dependabot in https://github.com/pyvista/pyvista/pull/2879
* Remove need for labels. by akaszynski in https://github.com/pyvista/pyvista/pull/2877
* Additonal revert of 2877 by tkoyama010 in https://github.com/pyvista/pyvista/pull/2886
* Update hypothesis requirement from <6.47.6 to <6.48.2 by dependabot in https://github.com/pyvista/pyvista/pull/2895
* Build documentation using Python 3.9 and latest OSMesa wheel by akaszynski in https://github.com/pyvista/pyvista/pull/2876
* Additional revert of 2877 by tkoyama010 in https://github.com/pyvista/pyvista/pull/2893
* Update hypothesis requirement from <6.48.2 to <6.48.3 by dependabot in https://github.com/pyvista/pyvista/pull/2918
* Add `py.typed` Marker by adam-grant-hendry in https://github.com/pyvista/pyvista/pull/2904
* Update pre-commit hooks by github-actions in https://github.com/pyvista/pyvista/pull/2931
* Bump trimesh from 3.12.6 to 3.12.7 by dependabot in https://github.com/pyvista/pyvista/pull/2937
* Update hypothesis requirement from <6.48.3 to <6.48.4 by dependabot in https://github.com/pyvista/pyvista/pull/2938
* Bump typing-extensions from 4.2.0 to 4.3.0 by dependabot in https://github.com/pyvista/pyvista/pull/2939
* Bump lxml from 4.9.0 to 4.9.1 by dependabot in https://github.com/pyvista/pyvista/pull/2936
* Update hypothesis requirement from <6.48.4 to <6.49.2 by dependabot in https://github.com/pyvista/pyvista/pull/2942
* Fix two minor issues causing noise in docs or doc build by adeak in https://github.com/pyvista/pyvista/pull/2908

New Contributors
* Kirito-Excalibur made their first contribution in https://github.com/pyvista/pyvista/pull/2413
* luzpaz made their first contribution in https://github.com/pyvista/pyvista/pull/2443
* piyueh made their first contribution in https://github.com/pyvista/pyvista/pull/2485
* adam-grant-hendry made their first contribution in https://github.com/pyvista/pyvista/pull/2460
* j-bowhay made their first contribution in https://github.com/pyvista/pyvista/pull/2495
* yungchidanielcho made their first contribution in https://github.com/pyvista/pyvista/pull/2549
* danielgrzenda made their first contribution in https://github.com/pyvista/pyvista/pull/2553
* mbebic made their first contribution in https://github.com/pyvista/pyvista/pull/2551
* Failxxx made their first contribution in https://github.com/pyvista/pyvista/pull/2563
* germa89 made their first contribution in https://github.com/pyvista/pyvista/pull/2586
* JacobBumgarner made their first contribution in https://github.com/pyvista/pyvista/pull/2601
* StefRe made their first contribution in https://github.com/pyvista/pyvista/pull/2683
* mcgoldba made their first contribution in https://github.com/pyvista/pyvista/pull/2741
* mechajeff made their first contribution in https://github.com/pyvista/pyvista/pull/2875

**Full Changelog**: https://github.com/pyvista/pyvista/compare/v0.34.0...v0.35.1

Page 4 of 11

Β© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.