zoj613

Results 8 issues of zoj613

**Describe the bug** It seems like PR #120 (particularly this commit: [`490e676` (#120)](https://github.com/nschloe/perfplot/pull/120/commits/490e6760dc67b1aa95af7df7713e3c1486d909f9) changed the behaviour of the package. I recently ran benchmark plots for a package I develop where...

### What happened? Just like the title says, passing an extra keyword argument corresponding to scipy's `curve_fit` throws an exception. The [documentation](https://docs.xarray.dev/en/stable/generated/xarray.DataArray.curvefit.html) has a parameter section that says: ``` *kwargs...

bug
contrib-good-first-issue

Is it possible to add support for auto-generating class attributes? According the [numpydocs](https://numpydoc.readthedocs.io/en/latest/format.html#class-docstring) convention, class attributes are encouraged to be included when adding docstring for a class. Something like: ```python...

in progress

Addresses numerical instability reported in #80

In the pattern matching example, the line ``` >> map(fib, [0, 1, 2, 3, 4, 5, 6, 7, 8, 0]) ``` produces inconsistent output value `34` for the last element...

bug
documentation
help wanted
good first issue

I think the ITP method for root-finding would be a nice addition since it's unlikely to make it into scipy. Reference --------- https://en.wikipedia.org/wiki/ITP_Method

## Description of your problem or feature request The warmup test, particularly https://github.com/aesara-devs/aehmc/blob/d54e2d05512d8d3d4aea92b8732854e6794296e8/tests/test_hmc.py#L49 is very slow and this is due to the compilation time of `warmup_fn`. **Please provide a minimal,...

testing

When using `Owl.Dense.Ndarray.Generic.set_fancy` with arrays of kinds not `Float32`, `Float64`, `Complex32` or `Complex64`, the operation fails with error message `Exception: Failure "_ndarray_set_fancy: unsupported operation"`, even though the kind is a...

help wanted