| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| | |
MAINT: Update the cversion hash.
|
| | |
| |
| |
| |
| | |
Needed because the NonNull attribute was removed from numpy_api.py The
change only affected compiler warnings, the ABI remains unchanged.
|
| |\ \
| |/
|/| |
MAINT: Python <3.8 related cleanups
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
MAINT: update PyPy to 7.3.9 and remove unused script
|
| | | | |
|
| |\ \ \
| |/ /
|/| | |
BUG: refguide-check: respect the verbosity
|
| | | |
| | |
| | |
| | |
| | |
| | | |
$ python runtests.py -s numpy.lib.recfunctions --refguide-check -v
Previously, the `-v` switch was silently ignored.
|
| |\ \ \
| | | |
| | | | |
DOC:linalg: Remove ref to scipy.linalg.pinv2
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | | |
MAINT: loosen Cython pin in environment.yml
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
0.29.30 is the minimum version, but there's no need to pin to that
exact version.
This is a follow up to gh-21530
[skip azurepipelines]
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* DOC: use PR ref as version name in CircleCI preview
* DOC: style version button depending on release
* DOC: fix logic for switcher_version.
[skip actions] [skip azp] [skip travis]
* DOC: provision empty dataset attribute and simplify not.
[skip actions] [skip azp] [skip travis]
|
| |/ /
| |
| | |
Fixes gh-21551
|
| |\ \
| | |
| | | |
DOC: Fix docstring and examples for rfn.get_names*
|
| | | |
| | |
| | | |
Co-authored-by: Matti Picus <matti.picus@gmail.com>
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
DOC: add explanation to makefile error
|
| |/ / / |
|
| |\ \ \
| | | |
| | | | |
PERF: Faster MyPyFloat_AsDouble
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
REL: Update main after 1.22.4 release.
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | | |
Tests/Docs: Update tests to Cython 0.29.30, mention in docs
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Cython 0.29.30 is required for building Numpy with Python 3.11. This commit updates that in the core/tests/test_cython.py and random/tests/test_exending.py files.
It also mentions that Cython 0.29.30 is needed in the INSTALL documentation.
|
| |\ \ \ \
| |_|/ /
|/| | | |
TST,TYP: Fix a python 3.11 failure for the `GenericAlias` tests
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| |_|/ /
|/| | | |
BLD: Sort svml objects to keep builds reproducible
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The output ordering of glob.glob() is not guaranteed to be deterministic.
In scenarios where it is not, the _multiarray_umath library is not
reproducible.
This change simply sorts the svml objects returned by glob.glob() to
make sure order is deterministic.
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* added warning for axis=32
* corrected version to 1.23
* added tests for deprecation
* added newline EOF
* added newline EOF fix
* MAINT: Fixup deprecation text and add release note fragment
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
|
| |\ \
| | |
| | | |
DOC: improve the docstring of numpy.sinc to explain behavior at zero.
|
| | | |
| | |
| | | |
Co-authored-by: Robert Kern <robert.kern@gmail.com>
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The first lines of the sinc docstring did not mention the behavior
when the argument is zero, and gave the impression that the function is
defined as the quotient between a sine and its argument everywhere. That
information was instead relegated to the "Notes" section. I found this
issue while navigating the documentation for jax.numpy.sinc, which
inherits those few lines. I think it is important to document not only
the value of the function at zero, but also that it make sinc a smooth
function. This connects better with some of the other routes used to
introduce sinc (e.g. as a Taylor series). I have tried to implement
the conclusions of the discussion around Issue #21538, keeping the
description close to the actual implementation and avoiding my original
suggestion of introducing the function as a limit.
|
| |\ \ \
| |/ /
|/| | |
BUILD: update OpenBLAS to v0.3.20
|
| |/ / |
|
| |\ \
| | |
| | | |
MAINT: Update to Cython 0.29.30.
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
seberg/fix-void-cast-safety-promotion-and-comparison
API: Fix structured dtype cast-safety, promotion, and comparison
|
| | | | |
| | | |
| | | |
| | | | |
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
One of the following test is mainly interesting on little endian machines,
but that seems OK, the tests definitely run on somewhere :)
|
| | | | | |
|
| | | | | |
|