Charles Harris
Charles Harris
This is just to ping @mayeut to discover the status of manylinux2014 now that Python 3.11.0rc1 is out. NumPy would like to support that version in the 1.23.2 release.
Reverts numpy/numpy#22096 That PR broke our aarch64 wheel builds. We may want to wait a bit to see if it gets fixed before doing the reversion.
Try simplest approach to building Python3.11 wheels. This will probably fail on windows and macosx.
The travis problem is ``` The job exceeded the maximum log length, and has been terminated. ``` It's a close run thing that happens just before/after the upload. Let's see...
The docstrings are italicized at readthedocs, https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard
See https://github.com/numpy/numpy/pull/7626 for examples
The Raises section generates errors when running `make html &> error.txt`. ``` /home/charris/.local/lib/python2.7/site-packages/numpy/fft/fftpack.py:docstring of numpy.fft.fft2:38: WARNING: Explicit markup ends without a blank line; unexpected unindent. /home/charris/.local/lib/python2.7/site-packages/numpy/fft/fftpack.py:docstring of numpy.fft.fftn:37: WARNING: Explicit...
The actions label is `gcc_sanitizers`. All of the test runs show errors, some of which look valid, but none cause the test to fail. I have to wonder where the...
This is more a heads up than an issue. Because we no longer build PDF documentation, I have kept the NumPy 1.23.x links to those files in the 1.24.x documentation...
See https://github.com/numpy/numpy/actions/runs/10924770357/job/30325032749. The failure is in `test_array_scalar_ufunc_equivalence` and may, or may not, be related to #27418. @jorenham Thoughts?