MatthewFlamm

Results 48 issues of MatthewFlamm

I'd like to request an easy to use way to utilize the magnitude of multicomponent data in ipygany. Something like this where the `velocity` data has multiple components and `norm`...

enhancement

`pyvista.Plotter.add_axes` allows passing a `marker_args` which allows to pass parameters to `pyvista.create_axes_marker`. There are a few issues currently: 1) `create_axes_marker` isn't included in the documentation 2) `marker_args` cannot contain parameters...

bug
documentation
🍏 low-hanging-fruit
good first issue

`pyvista.vtk_points` doesn't have unit tests. #3311 adds some tests, but there is more functionality to test more fully, including `force_float`. > I noticed that `vtk_points` doesn't have any direct tests....

🍏 low-hanging-fruit
maintenance
good first issue

### Describe what maintenance you would like added. Optional parameters for a function should be documented in numpydoc style. ### Links to source code. See below ### Pseudocode or Screenshots...

🍏 low-hanging-fruit
maintenance
good first issue

### Describe the bug, what's wrong, and what you expected. `UniformGrid` has a `cast_to_pointset` method, but it fails when used. ### Steps to reproduce the bug. ```python import pyvista as...

bug

This PR adds validation check for optional parameters. If an optional parameter exists in the signature of a function, the documentation is checked for one of three options in the...

Some a dependencies were required even though they were not listed in `requirements-test.txt` from homeassistant. For example `sqlalchemy` was required. #145 demonstrates that all these requirements are no longer strictly...

Currently, this package does not generate a new release if it has already been released against the latest release for homeassistant. It would be useful to allow for new releases...

help wanted

### Overview closes #5733 . Allows creating `Rectangle` with small numbers. I think doing so will create problems with various filters and rendering, but there are probably use cases where...

bug