Matti Picus
Matti Picus
Closing in favor of finishing #18386 and making it compliant with [the array API](https://data-apis.org/array-api-extra/generated/array_api_extra.atleast_nd.html). Please reopen if you wish to pursue this as well.
The OpenBLAS wheel build at [MacPython/openblas-libs](https://github.com/MacPython/openblas-libs) is using the [gfortran-install](https://github.com/MacPython/gfortran-install) subrepo to install gfortran on macos. Can we replace that with a conda version?
Since this touches the inner loops, we should benchmark to make sure any change is acceptable. This will also need a release note.
> interestingly I do not see the overflow (warning) Try running python with `python -Walways` to continue to see the same warning twice. Otherwise python suppresses multiple warnings.
> `unsupported operand type(s) for %: 'numpy.complex128' and 'float'` Rather then change eigenvalues, perhaps we should make this work. Edit: `complex % float` is different than `complex % complex`
We discussed this at a triage meeting, and see no reason to reject it. @lagru if you are interesting in moving this forward, could you rebase it? Maybe coming to...
> I could make the next triage call Great!
Thanks @lagru. We can iterated on this if there are problems since it is extending the API.
ohh, this should have a release note. @lagru could you add one?
The doxygen ones are due to doxygen version incompatibilities, which are not controlled by `pip install`. We are using circleci to build the docs, which uses [the cimg/python:3.11.10](https://github.com/numpy/numpy/blob/c6fb3357541fd8cf6e4faeaeda3b1a9065da0520/.circleci/config.yml#L12) image to...