summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * REL: Prepare for the NumPy 1.20.2 release.Charles Harris2021-03-272-31/+75
|/
* Merge pull request #18671 from seberg/backport-small-pytest-leaks-fixesCharles Harris2021-03-237-26/+41
|\
| * 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
| |/
* | Merge pull request #18636 from BvB93/modules2Charles Harris2021-03-177-2/+49
|\ \ | |/ |/|
| * 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 #18617 from charris/fix-gcc48-testCharles Harris2021-03-151-0/+1
|\
| * CI: Update apt package list before Python installCharles Harris2021-03-151-0/+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
* | Merge pull request #18546 from ahaldane/backport_18530Charles Harris2021-03-052-1/+14
|\ \
| * | BUG: incorrect error fallthrough in nditerAllan Haldane2021-03-042-1/+14
| |/
* | Merge pull request #18559 from charris/backport-ci-fixesCharles Harris2021-03-052-4/+3
|\ \ | |/ |/|
| * CI: Use Ubuntu 18.04 to run "full" test.Charles Harris2021-03-051-1/+1
| * CI: Pin docker image.Charles Harris2021-03-051-3/+2
|/
* 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
|\ \
| * | MAINT: remove nonsensical comparison of pointer < 0Christoph Gohlke2021-02-241-1/+1
| |/
* | Merge pull request #18485 from charris/backport-18476Charles Harris2021-02-241-2/+2
|\ \ | |/ |/|
| * MAINT: cast Py_ssize_t to intChristoph Gohlke2021-02-241-1/+1
| * MAINT: Remove suspicious type castingChristoph Gohlke2021-02-241-1/+1
|/
* Merge pull request #18469 from charris/backport-18450Charles Harris2021-02-224-8/+35
|\
| * BUG: Segfault in nditer buffer dealloc for Object arraysAllan Haldane2021-02-224-8/+35
|/
* Merge pull request #18462 from charris/backport-15392Charles Harris2021-02-213-81/+153
|\
| * TST: Add test for nonzero and copyswapn (through advanced indexing)Sebastian Berg2021-02-212-0/+45
| * BUG: Remove temporary change of descr/flags in VOID functionsSebastian Berg2021-02-211-81/+108
* | Merge pull request #18461 from charris/backport-18420Charles Harris2021-02-211-0/+7
|\ \
| * | BUG: Fix tiny memory leaks when `like=` overrides are usedSebastian Berg2021-02-211-0/+7
| |/
* | Merge pull request #18460 from charris/backport-18436Charles Harris2021-02-211-0/+1
|\ \
| * | BUG: Fix refcount leak in f2py `complex_double_from_pyobj`Sebastian Berg2021-02-211-0/+1
| |/
* | Merge pull request #18459 from charris/backport-18455Charles Harris2021-02-211-4/+4
|\ \ | |/ |/|
| * BUG: Fixed an issue where `diagflat` could overflow on windows and 32-bit pla...Bas van Beek2021-02-211-4/+4
|/
* Merge pull request #18382 from charris/update-1.20.x-f2pyCharles Harris2021-02-0912-101/+183
|\
| * MAINT: Update f2py from master.Charles Harris2021-02-0912-101/+183
|/