summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * MAINT: Use recent towncrier releases on PyPI.Charles Harris2021-04-163-11/+20
| * CI: Use `towncrier build` explicitlySebastian Berg2021-04-163-3/+3
* | Merge pull request #18769 from charris/backport-18691Charles Harris2021-04-132-1/+139
|\ \
| * | Remove unused variablesAnne Archibald2021-04-131-2/+0
| * | BUG: fix segfault in object/longdouble operationsAnne Archibald2021-04-132-1/+141
| |/
* | Merge pull request #18768 from charris/backport-18701Charles Harris2021-04-131-1/+2
|\ \ | |/ |/|
| * Strip extra newline when dumping gfortran version on MacOSKamil Choudhury2021-04-131-1/+2
|/
* Merge pull request #18763 from BvB93/datetimeCharles Harris2021-04-132-1/+12
|\
| * BUG: Correct `datetime64` missing type overload for `datetime.date`Bas van Beek2021-04-132-1/+12
* | Merge pull request #18764 from BvB93/re-exportCharles Harris2021-04-131-101/+55
|\ \ | |/ |/|
| * MAINT: Remove `__all__` in favor of explicit reexportsBas van Beek2021-04-131-101/+55
|/
* REL: prepare 1.20.x for further developmentCharles Harris2021-03-274-3/+13
* REL: NumPy 1.20.2 release.v1.20.2Charles Harris2021-03-271-1/+1
* Merge pull request #18681 from charris/prepare-1.20.2-releaseCharles Harris2021-03-272-31/+75
|\