| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #22121 from charris/prepare-for-1.23.2v1.23.2 | Charles Harris | 2022-08-13 | 2 | -3/+77 |
| |\ | | | | | REL: Prepare for the NumPy 1.23.2 release. | ||||
| | * | REL: Prepare for the NumPy 1.23.2 release. | Charles Harris | 2022-08-13 | 2 | -3/+77 |
| |/ | | | | | - Create 1.23.2-changelog.rst - Update 1.23.2-notes.rst | ||||
| * | Merge pull request #22115 from charris/backport-22102 | Charles Harris | 2022-08-12 | 1 | -2/+2 |
| |\ | | | | | BLD: Build python3.11.0rc1 wheels. | ||||
| | * | BLD: Build python3.11.0rc1 wheels. | Charles Harris | 2022-08-12 | 1 | -2/+2 |
| |/ | | | | Backport of #22102. | ||||
| * | Merge pull request #22106 from charris/backport-22105 | Charles Harris | 2022-08-11 | 1 | -1/+1 |
| |\ | | | | | TST: fix test_linear_interpolation_formula_symmetric | ||||
| | * | TST: fix test_linear_interpolation_formula_symmetric | Pal Barta | 2022-08-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | The lerp test compared the output of the original and the symmetric functions by using basic assertion. Double precision errors could accumulate in a way that the 2 outputs mismatch by epsilon. For more information on the precision issue, see #22073 Fix: use assert_allclose instead for float comparison. | ||||
| * | | Merge pull request #22107 from charris/backport-22083 | Charles Harris | 2022-08-11 | 1 | -5/+10 |
| |\ \ | |/ |/| | BUG: Fix skip condition for test_loss_of_precision[complex256] | ||||
| | * | BUG: Fix skip condition for test_loss_of_precision[complex256] | Alexander Grund | 2022-08-10 | 1 | -5/+10 |
| |/ | | | | | | | The check code needs to use another constant to check for an affected GLIBC on PPC. See #15763 Fixes #15243 | ||||
| * | Merge pull request #22078 from charris/backport-22017 | Charles Harris | 2022-08-03 | 1 | -1/+1 |
| |\ | | | | | ENH: reorder includes for testing on top of system installations of NumPy | ||||
| | * | ENH: reorder includes for system installations | mattip | 2022-08-03 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #22057 from charris/quiet-anaconda-upload | Charles Harris | 2022-07-29 | 1 | -2/+2 |
| |\ | | | | | MAINT: Quiet the anaconda uploads. | ||||
| | * | MAINT: Quiet the anaconda uploads. | Charles Harris | 2022-07-29 | 1 | -2/+2 |
| |/ | | | | | | | The nightly uploads of the aarch64 wheels built on TravisCI are failing due to the maximum log length being exceeded. This quiets the anaconda output for that operation. Long term, we will probably want to shorten the test output also. | ||||
| * | Merge pull request #22039 from charris/backport-22010 | Charles Harris | 2022-07-24 | 1 | -0/+5 |
| |\ | | | | | DOC: Add versionchanged for converter callable behavior. | ||||
| | * | DOC: Add versionchanged for converter callable behavior. | Ross Barnowski | 2022-07-24 | 1 | -0/+5 |
| | | | |||||
| * | | Merge pull request #22038 from charris/backport-21996 | Charles Harris | 2022-07-24 | 2 | -10/+47 |
| |\ \ | | | | | | | BUG: Avoid errors on NULL during deepcopy | ||||
| | * | | BUG: Avoid errors on NULL during deepcopy (#21996) | Jon Cusick | 2022-07-24 | 2 | -10/+47 |
| | |/ | | | | | | | | | | | | | | | Addresses concerns raised in the two linked issues by: Casting NULL objects to Py_None within _deepcopy_call to avoid issues within CPython's deepcopy Setting _deepcopy_call to return an int code for error/success, which is then checked in array_deepcopy Closes gh-8706, gh-21883 | ||||
| * | | Merge pull request #22037 from charris/backport-21959 | Charles Harris | 2022-07-24 | 1 | -1/+7 |
| |\ \ | | | | | | | BUG: Use `Popen` to silently invoke f77 -v | ||||
| | * | | BUG: Use `Popen` to silently invoke f77 -v | Michael Osthege | 2022-07-24 | 1 | -1/+7 |
| | |/ | | | | | | | | | | | The output analyzed by this function unexpectedly ended up in stderr. Closes #21942 | ||||
| * | | Merge pull request #22036 from charris/backport-21925 | Charles Harris | 2022-07-24 | 4 | -1/+46 |
| |\ \ | |/ |/| | BUG: Fix subarray to object cast ownership details | ||||
| | * | DOC: Add release note mentioning change to subarray->object cast | Sebastian Berg | 2022-07-24 | 1 | -0/+12 |
| | | | |||||
| | * | BUG: Fix subarray to object cast ownership details | Sebastian Berg | 2022-07-24 | 3 | -1/+34 |
| |/ | |||||
| * | Merge pull request #22034 from charris/backport-21984 | Charles Harris | 2022-07-24 | 2 | -0/+22 |
| |\ | | | | | MAINT,TYP: Add object-overloads for the ``np.generic`` rich comparisons | ||||
| | * | MAINT,TYP: Add object-overloads for the `np.generic` rich comparisons | Bas van Beek | 2022-07-23 | 2 | -0/+22 |
| | | | |||||
| * | | Merge pull request #22035 from charris/backport-22022 | Charles Harris | 2022-07-24 | 1 | -4/+4 |
| |\ \ | | | | | | | MAINT,TYP: Allow the ``squeeze`` and ``transpose`` method to take ``None`` as argument. | ||||
| | * | | MAINT,TYP: Allow the `squeeze` and `transpose` method to take `None` as ↵ | Bas van Beek | 2022-07-23 | 1 | -4/+4 |
| | |/ | | | | | | | argument (#22022) | ||||
| * | | Merge pull request #22031 from charris/backport-21974 | Charles Harris | 2022-07-24 | 2 | -6/+9 |
| |\ \ | | | | | | | MAINT, TYP: Fix `np.angle` dtype-overloads | ||||
| | * | | MAINT, TYP: Fix `np.angle` dtype-overloads | Bas van Beek | 2022-07-23 | 2 | -6/+9 |
| | |/ | |||||
| * | | Merge pull request #22033 from charris/backport-21983 | Charles Harris | 2022-07-23 | 2 | -9/+12 |
| |\ \ | | | | | | | TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likes | ||||
| | * | | TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likes | Bas van Beek | 2022-07-23 | 2 | -9/+12 |
| | |/ | |||||
| * | | Merge pull request #22030 from charris/backport-21968 | Charles Harris | 2022-07-23 | 1 | -2/+44 |
| |\ \ | | | | | | | ENH: Add `__array_ufunc__` typing support to the `nin=1` ufuncs | ||||
| | * | | ENH: Add `__array_ufunc__` typing support to the `nin=1` ufuncs | Bas van Beek | 2022-07-23 | 1 | -2/+44 |
| | |/ | |||||
| * | | Merge pull request #22032 from charris/backport-21982 | Charles Harris | 2022-07-23 | 2 | -1/+5 |
| |\ \ | |/ |/| | MAINT: Do not let ``_GenericAlias`` wrap the underlying classes' ``__class__`` attribute. | ||||
| | * | MAINT: Do not let `_GenericAlias` wrap the underlying classes `__class__` ↵ | Bas van Beek | 2022-07-23 | 2 | -1/+5 |
| |/ | | | | | | attribute Adapt to the 3.11b4 changes introduced in https://github.com/python/cpython/pull/93754 | ||||
| * | REL: prepare 1.23.x for further development | Charles Harris | 2022-07-08 | 3 | -1/+15 |
| | | |||||
| * | Merge pull request #21953 from charris/prepare-for-1.23.1v1.23.1 | Charles Harris | 2022-07-08 | 3 | -26/+55 |
| |\ | | | | | REL: Prepare for the NumPy 1.23.1 release. | ||||
| | * | REL: Prepare for the NumPy 1.23.1 release. | Charles Harris | 2022-07-08 | 3 | -26/+55 |
| |/ | | | | | | - Create 1.23.1-changelog.rst - Update 1.23.1-notes.rst - Update .mailmap | ||||
| * | Merge pull request #21949 from charris/backport-21896 | Charles Harris | 2022-07-08 | 1 | -4/+5 |
| |\ | | | | | BLD: Make can_link_svml return False for 32bit builds on x86_64 | ||||
| | * | numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64 | Matthias Koeppe | 2022-07-08 | 1 | -4/+5 |
| | | | |||||
| * | | Merge pull request #21951 from charris/backport-21946 | Charles Harris | 2022-07-08 | 1 | -4/+4 |
| |\ \ | | | | | | | BUG: Reorder extern "C" to only apply to function declarations in npy_math.h | ||||
| | * | | Reorder extern "C" to only apply to function declarations in npy_math.h | serge-sans-paille | 2022-07-08 | 1 | -4/+4 |
| | |/ | | | | | | | | | | | That way incompatible included headers are not affected. Fix #21802 | ||||
| * | | Merge pull request #21952 from charris/backport-21890 | Charles Harris | 2022-07-08 | 1 | -1/+1 |
| |\ \ | |/ |/| | BUG: Fix KeyError in crackfortran operator support | ||||
| | * | BUG: Fix KeyError in crackfortran operator support | Rohit Goswami | 2022-07-08 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #21870 from charris/backport-21857 | Charles Harris | 2022-06-28 | 2 | -14/+39 |
| |\ | | | | | BUG: Reject non integer array-likes with size 1 in delete | ||||
| | * | BUG: Reject non integer array-likes with size 1 in delete (#21857) | Sebastian Berg | 2022-06-28 | 2 | -14/+39 |
| | | | | | | | | | | | | | | | | | Non integer array-likes were not correctly rejected when a new fast-path was added to `np.delete` in gh-16895. This includes the _explicitly_ added `dtype=object` which should not be allowed since it is not allowed in normal indexing either. Closes gh-21840 | ||||
| * | | Merge pull request #21866 from charris/backport-21815 | Charles Harris | 2022-06-28 | 2 | -2/+5 |
| |\ \ | | | | | | | BUG: Fix discovered MachAr (still used within valgrind) | ||||
| | * | | BUG: Fix discovered MachAr (still used within valgrind) | Sebastian Berg | 2022-06-28 | 2 | -2/+5 |
| | |/ | | | | | | | | | | | | | | | | | | | This fixes the missing attributes. I tested the warning and fix on valgrind itself. These attributes were added in gh-18536 but the fallback path was not checked there. Replaces gh-21813, although something more like it may make sense if it allows us to just delete MachAr completely. | ||||
| * | | Merge pull request #21867 from charris/backport-21848 | Charles Harris | 2022-06-28 | 2 | -15/+28 |
| |\ \ | | | | | | | BUG: Handle NaNs correctly for float16 during sorting | ||||
| | * | | remove unusued import | postmalloc | 2022-06-28 | 1 | -1/+0 |
| | | | | |||||
| | * | | parameterize and split tests | postmalloc | 2022-06-28 | 1 | -39/+20 |
| | | | | |||||
| | * | | Handle NaNs correctly for half-precision floats | Srimukh Sripada | 2022-06-28 | 2 | -5/+38 |
| | |/ | |||||
