Results 65 issues of Alex Kaszynski

tl;dr Implement this: https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.oaconvolve.html#scipy.signal.oaconvolve ### Feature Request: Allow Hooks to add directives to examples sections `matplotlib` has out of the box support for automatically generating images from example documentation via...

Would be great if I could `len(mycomp)` and get a real length. Likewise with accessing bodies via a body name or even ID. For example, if I create a body...

> Could you share an update where you are with the refactoring the graphics issues seen with PyPrime? Absolutely. First, thanks Ninad for helping me get started with PyPRIME. I'd...

limitation
graphics

Resolve #6208 by copying the unstructured grid before cleaning it. Turns out that ``vtkStaticCleanUnstructuredGrid`` modifies the connectivity of the input grid. From their [documentation](https://vtk.org/doc/nightly/html/classvtkStaticCleanUnstructuredGrid.html#details): > The filter does not modify...

bug

Drop support for Python 3.8 and build using Numpy v2.

[Trame](https://www.kitware.com/trame/) integration with Panel has been an ask for a while (see https://github.com/holoviz/panel/issues/4761), especially as the vtk.js serializer used within Panel is not as up-to-date as the one in Trame....

This PR adds the ability to select which arrays you'd like to read in directly from the `FLUENTCFFReader`. This can vastly speed up the loading of large Fluent .h5 files,...

enhancement

FYI this led to a cryptic CI failure in MNE-Python with notebooks: https://github.com/mne-tools/mne-python/actions/runs/19581891303/job/56081777294?pr=13503 I suspect other people will hit this since almost all end users will have `nest-asyncio` since it's...

... `pv.MultiBlockPlot3DReader` should probably be mapped to `.xyz` (that's what Paraview lists as the extension for PLOT3D files), but we have `.xyz` already mapped to `SimplePointsWriter` for saving `PointSet`, which...

Maybe we should document `PlottableType` ? It's a rather frequent entry point of pyvista plotting API > Yes, it's a good idea to document these more complex and frequently used...