summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix failing mypy test in 1.20.x.Charles Harris2021-05-091-2/+2
* MAINT: Avoid treating _SIMD module build warnings as errorsSayed Adel2021-05-061-1/+1
* 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
| |/
* | 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
|/
* 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 #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
* | 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
* | MAINT: Remove `__all__` in favor of explicit reexportsBas van Beek2021-04-131-101/+55
|/
* BUG: Fix small issues found with pytest-leaksSebastian Berg2021-03-237-26/+41
* Merge pull request #18661 from charris/backport-18651Charles Harris2021-03-215-1/+6
|\
| * BUG: Fix small valgrind-found issues (#18651)Sebastian Berg2021-03-215-1/+6
* | Merge pull request #18638 from charris/backport-18605Charles Harris2021-03-172-2/+23
|\ \
| * | Update numpy/ma/tests/test_core.pySebastian Berg2021-03-171-1/+1
| * | Apply suggestions from code reviewSebastian Berg2021-03-171-1/+2
| * | BUG: Fix ma coercion list-of-ma-arrays if they do not cast to boolSebastian Berg2021-03-172-2/+22
| |/
* | API: Move `polynomial.polyutils` to the `PRIVATE_BUT_PRESENT_MODULES` listBas van Beek2021-03-174-4/+1
* | MAINT: Re-export a number of sub-modulesBas van Beek2021-03-176-0/+50
* | API: Formally classify `np.lib.stride_tricks` as part of the public APIBas van Beek2021-03-171-1/+1
|/
* Merge pull request #18611 from charris/backport-18539Charles Harris2021-03-141-2/+2
|\
| * BUG: NameError in numpy.distutils.fcompiler.compaqMichael Lamparski2021-03-141-2/+2
* | Merge pull request #18612 from charris/backport-18560Charles Harris2021-03-142-2/+28
|\ \
| * | BUG: Fixed ``where`` keyword for ``np.mean`` & ``np.var`` methods (gh-18560)Mateusz Sokół2021-03-142-2/+28
| |/
* | MAINT: Add annotations for `dtype.__getitem__`, `__mul__` and `names` (#18599)Bas van Beek2021-03-133-0/+55
* | BUG: incorrect error fallthrough in nditerAllan Haldane2021-03-042-1/+14
|/
* Merge pull request #18488 from charris/backport-18479Charles Harris2021-02-241-1/+6
|\
| * Goto done when an error condition is reachedChristoph Gohlke2021-02-241-0/+1
| * BUG: check if PyArray_malloc succeededChristoph Gohlke2021-02-241-1/+5
* | Merge pull request #18487 from charris/backport-18478Charles Harris2021-02-241-1/+1
|\ \
| * | MAINT: verify pointer against NULL before using itChristoph Gohlke2021-02-241-1/+1
| |/
* | Merge pull request #18486 from charris/backport-18477Charles Harris2021-02-241-1/+1
|\ \