MatthewFlamm
MatthewFlamm
### Overview There are several changes in this PR, major changes listed here 1. Deprecate subthemes and only use classmethods for set themes, and these have a structured way to...
### Describe what maintenance you would like added. A while ago a change was made to not include super class methods in the documentation. This greatly reduced build time and...
### Describe the feature you would like to be added. vtk allows for ghosting and blanking cells without modifying the mesh. We have `_PointSet.remove_cells`, but it changes the mesh. In...
### Describe what maintenance you would like added. numpy 2.0 testing is currently be tracked in #5450. Several fixes have already been merged. This issue is for tracking remaining issues...
numpy 2.0
### Overview This PR and branch serve as the development branch for numpy 2.0 testing~fixes. Any fixes for numpy 2.0 should be use branch `maint/add-tests-for-numpy2.0` as the base in a...
### Describe the bug, what's wrong, and what you expected. Using this as the base, this works as expected ```py import pyvista as pv grid = pv.ImageData(dimensions=(9, 9, 9)) grid['scalars']...
I'm getting error this error, when specifying an invalid `bump` value. It took me awhile to figure out what was wrong. A more informative error message could be supplied. ```...
Make it easier too use constants in downstream applications. Closes #57
~~When retrieving point data, the radar station is returned. It should be possible to fetch the radar loop.!~~ - [ ] ~~This is already done in [MatthewFlamm/nws_radar](https://github.com/MatthewFlamm/nws_radar), but it is...