MatthewFlamm

Results 48 issues of MatthewFlamm

Pyvista has a `DynamicScraper` class that is callable when instantiated as an object. This was easy to accommodate in prior versions of `sphinx-gallery` and `sphinx`, e.g. ```py sphinx_gallery_conf = {...

### Overview There have been several requests that could be solved by users forming their own mesh from scratch. This PR adds in a more complex example to show how...

enhancement
documentation

#### Reference issue Closes #11815 Closes #15490 Suggested in https://github.com/scipy/scipy/pull/11815#issuecomment-1103189716 #### What does this implement/fix? Add a `callback` parameter that accepts a `Callable` that is called after every step of...

enhancement
scipy.integrate

### Describe the bug, what's wrong, and what you expected. Interacting with `AffineWidget3D` will reset the interactor style to `trackball camera` after interacting with the widget regardless of what the...

bug

For review, I had created a devcontainer on [this branch](https://github.com/MatthewFlamm/pyopmspe11/tree/MatthewFlamm-devcontainer). However, the feature `apt-get-packages` does not recommend the `ppas` option, which is needed for `opm/ppa`, so I hesitate to recommend...

It would be easier to use for users if they could `pip install pyopmspe11` from the PyPI repository. This also makes it easier to get a specific released version compared...

#### Reference issue Likely closes #14246 #### What does this implement/fix? This PR implements critical time support for `solve_ivp`. The detailed scipy roadmap currently says > Complete the feature set...

enhancement
scipy.integrate

### Describe the bug, what's wrong, and what you expected. This was run with the changes in #7958, but it is a separate bug. This one should move the sphere...

bug