Sebastian Berg

Results 60 issues of Sebastian Berg

Opening an issue in cython due to a [discussion in NumPy](https://github.com/numpy/numpy/pull/16938#issuecomment-908520249). The currently ValueError when the size of a struct changed (i.e. shrank), is pretty confusing for users. In the...

There was a plan to [update NumPy's `asarray`'s `copy` kwarg](https://github.com/numpy/numpy/pull/21913), however, this would mismatch with the `array` one. NumPy was currently aiming for possibly having an enum or maybe `copy="never"`,...

Sorry if there is some more discussion (or just clarification) in the pipeline. But I still think this is important, so here is an issue :). I realize that there...

topic: dlpack

It is my pytest-leaks season again soon, and every time I currently roll back my pytest version and skip/ignore some fixtures. I am not sure how involved it is to...

If quad-precision takes off, then the current `uint8` for the itemsize cannot represent the `128+128 = 256` bits of a complex quad number. Even now that would fail for most...

Adds an optional `dtype=` kwarg to `np.void`. If given (and not None), this kwarg effectively turns it into: res = np.array(data, dtype=dtype)[()] The new dtype argument is keyword-only. The whole...

01 - Enhancement

As mentioned on the mailing list, I have been looking into changing the representation of scalars. This is also because the distinction between NumPy scalars and Python scalars would become...

This adds the main missing chunk of NEP 50 support. Unfortunately, I feel this is still fairly complex, although I am not sure it can be helped... For the ufuncs,...

01 - Enhancement
triage review

### Describe the issue: Choose (I think) always overwrites all values in the output. It is thus unnecessary to cast a given `out` to the resulting dtype (if a cast...

00 - Bug

I was wondering if I can get rid of the MapIter as public API in NumPy thinking that Theano is end-of-life, but Aesara clearly isn't :). Now, in new NumPy...

enhancement
C-backend
NumPy compatibility
performance concern