summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19273 from charris/backport-19264maintenance/1.20.xCharles Harris2021-06-171-17/+0
|\
| * DOC: fix duplicate navbar in development documentation index (#19264)Melissa Weber Mendonça2021-06-171-17/+0
|/
* Merge pull request #19229 from charris/backport-19049Charles Harris2021-06-132-0/+12
|\
| * DOC: Add release note about clang floating point error flag changeSebastian Berg2021-06-131-0/+6
| * API,BLD: Always force `-ffp-exception-behavior=strict` on clangSebastian Berg2021-06-131-0/+6
* | Merge pull request #19230 from charris/backport-18970Charles Harris2021-06-1313-29/+36
|\ \
| * | MAINT, SIMD: Hardened the AVX compile-time testsSayed Adel2021-06-1313-29/+36
| |/
* | Merge pull request #19232 from charris/backport-19007Charles Harris2021-06-131-2/+4
|\ \
| * | BUG: fix potential use of null pointerChristoph Gohlke2021-06-131-2/+4
| |/
* | Merge pull request #19231 from charris/backport-19011Charles Harris2021-06-131-1/+1
|\ \ | |/ |/|
| * BUG: fix ValueError in PyArray_Std on win_amd64Christoph Gohlke2021-06-131-1/+1
|/
* Merge pull request #19236 from charris/update-documentionCharles Harris2021-06-1394-1540/+2810
|\
| * MAINT: Update documentation for 1.20.4 release.Melissa Weber Mendonça2021-06-1394-1540/+2810
|/
* REL: prepare 1.20.x for further developmentCharles Harris2021-05-094-3/+13
* REL: NumPy 1.20.3 release.v1.20.3Charles Harris2021-05-093-3/+7
* Merge pull request #18953 from charris/fix-mypy-testCharles Harris2021-05-092-5/+5
|\
| * BUG: Fix failing mypy test in 1.20.x.Charles Harris2021-05-092-5/+5
|/
* Merge pull request #18948 from charris/prepare-1.20.3-releaseCharles Harris2021-05-083-3/+67
|\
| * REL, DOC: Prepare for the NumPy 1.20.3 release.Charles Harris2021-05-083-3/+67
|/
* Merge pull request #18941 from charris/fix-changelog-scriptCharles Harris2021-05-075-116/+196
|\
| * DOC: Update 1.17.0-changelog.rst.Charles Harris2021-05-071-1/+2
| * DOC: Update 1.18.0-changelog.rst.Charles Harris2021-05-071-24/+31
| * DOC: Update 1.19.0-changelog.rst.Charles Harris2021-05-071-32/+68
| * DOC: Update 1.20.0-changelog.rst.Charles Harris2021-05-071-56/+88
| * BUG: Make changelog recognize ``gh-`` as PR number prefix.Charles Harris2021-05-071-3/+7
* | Merge pull request #18924 from charris/backport-18903Charles Harris2021-05-061-1/+1
|\ \ | |/ |/|
| * MAINT: Avoid treating _SIMD module build warnings as errorsSayed Adel2021-05-061-1/+1
|/
* Merge pull request #18922 from charris/backport-18813Charles Harris2021-05-053-20/+37
|\
| * MAINT: Remove buffer-clearing from copy codeSebastian Berg2021-05-052-22/+14
| * BUG: Initialize the full nditer buffer in case of errorSebastian Berg2021-05-053-0/+25
|/
* Merge pull request #18925 from charris/backport-18910Charles Harris2021-05-051-1/+3
|\
| * BUG FIX for MINGW : threads.h existence test requires GLIBC > 2.12Dong Keun Oh2021-05-051-1/+3
* | Merge pull request #18923 from charris/backport-18900Charles Harris2021-05-051-4/+0
|\ \
| * | BLD: remove unnecessary flag `-faltivec` on macOSSayed Adel2021-05-051-4/+0
| |/
* | Merge pull request #18921 from charris/backport-18750Charles Harris2021-05-051-2/+2
|\ \
| * | MAINT: Allow more recursion depth for scalar tests.Charles Harris2021-05-051-2/+2
| |/
* | Merge pull request #18915 from BvB93/unsafeCharles Harris2021-05-0511-615/+533
|\ \ | |/ |/|
| * MAINT: Remove unsafe unions from `np`Bas van Beek2021-05-053-161/+163
| * MAINT: Remove unsafe unions from `np.typing._callable`Bas van Beek2021-05-051-3/+3
| * MAINT: Remove unsafe unions from `np.core.numeric`Bas van Beek2021-05-052-14/+68
| * MAINT: Remove unsafe unions from `np.core.function_base`Bas van Beek2021-05-052-3/+5
| * MAINT: Remove unsafe unions from `np.core.fromnumeric`Bas van Beek2021-05-053-434/+294
|/
* Merge pull request #18887 from BvB93/supports_indexCharles Harris2021-05-033-40/+76
|\
| * TST: Fix a typing failure for python 3.7Bas van Beek2021-05-031-9/+9
| * MAINT: Relax the miscellaneous integer-type-constraintsBas van Beek2021-05-021-34/+51
| * TST: Fix a test failure for python 3.7Bas van Beek2021-05-021-2/+4
| * STY: pep8 fixesBas van Beek2021-05-021-4/+9
| * MAINT: Relax the integer-type-constraint of `npt._ShapeLike`Bas van Beek2021-05-022-1/+13
| * MAINT: Ensure that the `np.ndarray` constructor can take any shape-like ojectBas van Beek2021-05-021-1/+1
|/
* Merge pull request #18794 from charris/backport-18790Charles Harris2021-04-165-14/+23
|\