Andras Deak

Results 13 issues of Andras Deak

As of https://github.com/numba/numba-scipy/pull/54 the simplest scalar calls to jitted special functions should work. However there's no support yet for array-valued inputs: ```py import numpy as np from numba import njit...

I noticed that the histogram title always looks something like this: ![example histogram from the docs](https://cdn.rawgit.com/ionelmc/pytest-benchmark/94860cc8f47aed7ba4f9c7e1380c2195342613f6/docs/sample-tests_test_normal.py_test_xfast_parametrized%5B0%5D.svg) Speaking of [pedantic](https://pytest-benchmark.readthedocs.io/en/latest/pedantic.html), I find "speed" with units of time surprising :) Beyond pedantry...

I just came across this project, looks really neat. Especially the smooth contourf got me curious. I've noticed in the readme that (at least on firefox) if I click any...

This builds on top of #2941 for its `Property` feature. For now this PR has `feat/add_composite` as the base branch for CI, so before this is unset as draft the...

enhancement
documentation

### Describe the bug, what's wrong, and what you expected. If I take a plotter that writes a GIF, then `.close()` it, then open another plotter and `.show()` that, the...

bug

This is just to track our discussion in https://github.com/pyvista/pyvista/pull/1482#discussion_r664009578: > This is a pretty confused API :( > > 1. `blocks.keys()` is a thing, and instantiating from a list comes...

proposed-change
deprecation

https://github.com/pyvista/pyvista/pull/2837 caught that the VTK 9.2.0 release candidate will break, among others, a charts test (cc @dcbr). The test breaks here: https://github.com/pyvista/pyvista/blob/36ab8b59328f08dd76cf8a0f75db0b42555d4461/tests/test_charts.py#L299-L302 As I understand this part of the test...

maintenance

There are some methods that take array-likes but are not type hinted correctly, e.g. https://github.com/pyvista/pyvista/blob/f50da7c951d73db5249859e62985b1009221de7f/pyvista/core/grid.py#L260 We also want to allow numpy ndarrays, which are not covered by `typing.Sequence` (nor `collections.abc.Sequence`)....

maintenance

I could find at least five places where single-character type codes appear, and some of these don't correspond to the same total collection of types. In other words some types...

04 - Documentation
Sprint

This partly addresses https://github.com/pyvista/pyvista/issues/1743, but it's probably not the whole picture. The example snippet from that issue thread which has artifacts: ```py import numpy as np import pyvista as pv...

bug