| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
MAINT: Fix METH_NOARGS function signatures (#20368)
|
| |
| |
| |
| |
| | |
The METH_NOARGS calling convention is required to take a second PyObject* which will always be NULL.
This is a continuation of #19058
|
|\ \
| | |
| | | |
MAINT: Fix longdouble precision check in test_umath.py
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
This is a partial reversion of #20274. My guess is that
`glibc_older_than("2.19")` is not working correctly on manylinux2014
on aarch64.
Closes #20426.
|
|\ \
| | |
| | | |
BUG: Clear errors correctly in F2PY conversions
|
| | |
| | |
| | |
| | | |
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
|
|\ \ \
| | | |
| | | | |
MAINT: import setuptools before distutils in one `np.random` test
|
| | | | |
|
|\ \ \ \ |
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
This feature was backported to 1.21.1 in gh-19348
[ci skip]
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
`load_module` is deprecated since python 3.4 and will be removed in python 3.12.
Use `exec_module` instead. Provide a convenience function in `distutils.misc_utils`
instead of `npy_load_module` from `compat.py3k`.
|
|\ \ \
| | | |
| | | | |
BLD: Try making 64-bit Windows wheels
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
commit 9c833bed5879d77e625556260690c349de18b433
Author: Thomas Li <47963215+lithomas1@users.noreply.github.com>
Date: Wed Nov 17 16:21:27 2021 -0800
Add Windows config to GHA
update script [wheel build]
typo [wheel build]
fix typo? [wheel build]
fix linux builds? [wheel build]
typo [wheel build]
add license and pin to windows 2016
skip tests [wheel build]
pin to windows 2019 instead [wheel build]
try to find out the error on windows [wheel build]
maybe fix? [wheel build]
maybe fix? [wheel build]
fix? [wheel build]
cleanup [wheel build]
Add Windows config to GHA
update script [wheel build]
typo [wheel build]
fix typo? [wheel build]
fix linux builds? [wheel build]
typo [wheel build]
add license and pin to windows 2016
skip tests [wheel build]
pin to windows 2019 instead [wheel build]
try to find out the error on windows [wheel build]
maybe fix? [wheel build]
maybe fix? [wheel build]
fix? [wheel build]
cleanup [wheel build]
Update LICENSE_win32.txt
Update LICENSE_win32.txt
Add Windows config to GHA
update script [wheel build]
typo [wheel build]
fix typo? [wheel build]
fix linux builds? [wheel build]
typo [wheel build]
add license and pin to windows 2016
skip tests [wheel build]
pin to windows 2019 instead [wheel build]
try to find out the error on windows [wheel build]
maybe fix? [wheel build]
maybe fix? [wheel build]
fix? [wheel build]
cleanup [wheel build]
Update LICENSE_win32.txt
Update LICENSE_win32.txt
Update cibw_test_command.sh
commit 4bd12df33a9d1b540cde0628c600b6dc13f1160f
Author: Thomas Li <47963215+lithomas1@users.noreply.github.com>
Date: Mon Nov 15 17:28:47 2021 -0800
# This is a combination of 14 commits.
# This is the 1st commit message:
Add Windows config to GHA
# This is the commit message #2:
update script [wheel build]
# This is the commit message #3:
typo [wheel build]
# This is the commit message #4:
fix typo? [wheel build]
# This is the commit message #5:
fix linux builds? [wheel build]
# This is the commit message #6:
typo [wheel build]
# This is the commit message #7:
add license and pin to windows 2016
# This is the commit message #8:
skip tests [wheel build]
# This is the commit message #9:
pin to windows 2019 instead [wheel build]
# This is the commit message #10:
try to find out the error on windows [wheel build]
# This is the commit message #11:
maybe fix? [wheel build]
# This is the commit message #12:
maybe fix? [wheel build]
# This is the commit message #13:
fix? [wheel build]
# This is the commit message #14:
cleanup [wheel build]
|
|\ \ \ \
| |/ / /
|/| | | |
BUG, SIMD: Fix `exp` FP stack overflow when `AVX512_SKX` is enabled
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Don't count on the compiler for cast between mask and int registers.
On gcc7 with flags `-march>=nocona -O3` can cause FP stack overflow
which may lead to putting NaN into certain HW/FP calculations.
For more details, please check the comments in:
- https://github.com/numpy/numpy/issues/20356
|
|\ \ \ \
| | | | |
| | | | | |
CI: CircleCI: Install numpy after processing doc_requirements.txt
|
| | |_|/
| |/| | |
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* DEP: remove allocation_tracking
* DOC: add release note
* DEP: deprecate PyDataMem_SetEventHook
* DOC: fix name of release note
* fixes from review
* DOC: document deprecation of PyDataMem_EventHookFunc
|
| | |
| | |
| | |
| | |
| | | |
The METH_NOARGS calling convention is required to take a second PyObject* which will always be NULL.
This is a continuation of #19058
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* DOC: fromfunction documentation edited
* DOC: Example added in fromfunction documentation
Added one more example to numpy.fromfunction documentation that will help to clarify how parameters are passed to the function.
|
|\ \ \
| |_|/
|/| | |
BLD: Fix Macos Builds [wheel build]
|
|/ / |
|
|\ \
| | |
| | | |
Update ARM cpu_asimdfhm.c check
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Updated `vfmlal_low_u32` and `vfmlslq_high_u32` to their `f16` new names. Described here:
https://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg664008.html
Many of the intrinsics had names updated. Supposedly previous specifications were not published so old names not required.
|
|\ \ \
| | | |
| | | | |
DOC: Created an indexing how-to
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Also fixed minor typos and styling errors
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
arushi-08/updated-docstring-for-binary-file-object
DOC: updated docstring for binary file object
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
DOC: Clarify behavior of ``np.lib.scimath.sqrt`` apropos -0.0
|
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This fixes that invocations of `VOID_nonzero` could flip the
alignment flag on the original array even though the original
array is not modified.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
DOC: document how to skip CI jobs
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[skip github]
[skip travis]
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is a follow-up to gh-18333.
Self-test: docs get built on CircleCI, so let's skip the other
platforms:
[skip github]
[skip azurepipelines]
[skip appveyor]
[skip travis]
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
CI: CircleCI: Install numpy after processing doc_requirements.txt
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
REL: Prepare main for NumPy 1.23.0 development
|
|/ / / / / |
|
| | | | | |
|
| |_|_|/
|/| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* REV: Add MaskedArray creation from non nd-array back in
This code path was removed in beacb39. This adds back in the
MaskedArray portion of that commit. A test with a Quantity-like
(non inherited, but still acts like a MaskedArray) class for
this case.
* Update numpy/ma/core.py
Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
|
|\ \ \ \
| | | | |
| | | | | |
ENH, SIMD: add new universal intrinsics for trunc
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
DOC, MAINT: Update build systems for f2py
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
Co-authored-by: Christoph Buchner <bilderbuchi@phononoia.at>
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
|