Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | DOC: Add missing test comment and fix the typo | HowJmay | 2021-05-03 | 1 | -8/+18 | |
* | | | | | Merge pull request #18983 from charris/post-1.20.3-release-update | Charles Harris | 2021-05-10 | 4 | -2/+80 | |
|\ \ \ \ \ | ||||||
| * | | | | | REL: Update main after 1.20.3 release. | Charles Harris | 2021-05-10 | 4 | -2/+80 | |
* | | | | | | Merge pull request #18940 from rkern/fix/pcg64dxsm-performance | Charles Harris | 2021-05-10 | 1 | -14/+29 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ENH: manually inline code for performance. | Robert Kern | 2021-05-07 | 1 | -14/+29 | |
* | | | | | | | Merge pull request #18970 from seiko2plus/issue_18945 | Matti Picus | 2021-05-10 | 13 | -29/+36 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT, SIMD: Hardened the AVX compile-time tests | Sayed Adel | 2021-05-09 | 13 | -29/+36 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #18982 from charris/cleanup-changelog | Ralf Gommers | 2021-05-10 | 1 | -24/+20 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Cleanup tools/changelog.py | Charles Harris | 2021-05-10 | 1 | -24/+20 | |
* | | | | | | | | Merge pull request #18974 from numpy/dependabot/pip/hypothesis-6.12.0 | Matti Picus | 2021-05-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Bump hypothesis from 6.10.1 to 6.12.0 | dependabot[bot] | 2021-05-10 | 1 | -1/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #18973 from numpy/dependabot/pip/sphinx-4.0.0 | Matti Picus | 2021-05-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | MAINT: Bump sphinx from 3.5.4 to 4.0.0 | dependabot[bot] | 2021-05-10 | 1 | -1/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #18976 from numpy/dependabot/pip/pytest-6.2.4 | Charles Harris | 2021-05-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | MAINT: Bump pytest from 6.2.3 to 6.2.4 | dependabot[bot] | 2021-05-10 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | BUG: fix np.ma.masked_where(copy=False) when input has no mask (#18967) | Constanza | 2021-05-10 | 2 | -1/+14 | |
* | | | | | | Merge pull request #18961 from yashasvimisra2798/doc_fixit | Ralf Gommers | 2021-05-10 | 1 | -0/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: add note and examples to `isrealobj` docstring | Yashasvi Misra | 2021-05-10 | 1 | -0/+13 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #18972 from charris/add-coauthors | Ralf Gommers | 2021-05-10 | 1 | -10/+19 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | ENH: Include co-authors in changelog. | Charles Harris | 2021-05-09 | 1 | -10/+19 | |
|/ / / / / | ||||||
* | | | | | DOC: Update a page title with proper case (#18962) | Misal Raj | 2021-05-09 | 1 | -1/+1 | |
* | | | | | Merge pull request #18959 from marysia/histogram2d-documentation | Matti Picus | 2021-05-09 | 1 | -1/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | DOC: improve numpy.histogram2d() documentation | Marysia Winkels | 2021-05-09 | 1 | -1/+3 | |
* | | | | | | Merge pull request #18956 from lbogula/copyright-change | Ralf Gommers | 2021-05-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: change copyright SciPy to NumPy | lbogula | 2021-05-09 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #18954 from EvaJau/doc-sum-beginners | Melissa Weber Mendonça | 2021-05-09 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: Update beginners docu for sum function with axis | EvaJau | 2021-05-09 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #18955 from rgommers/runtests-example | Matti Picus | 2021-05-09 | 1 | -0/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | DOC: add an extra example in runtests.py help test | Ralf Gommers | 2021-05-09 | 1 | -0/+4 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #18944 from BvB93/utils | Ralf Gommers | 2021-05-08 | 6 | -14/+174 | |
|\ \ \ \ \ | ||||||
| * | | | | | TST: Exclude to-be ignored files when computing the diff | Bas van Beek | 2021-05-08 | 2 | -4/+15 | |
| * | | | | | TST: Add typing tests for `np.lib.utils` | Bas van Beek | 2021-05-08 | 3 | -0/+69 | |
| * | | | | | ENH: Add annotations for `np.lib.utils` | Bas van Beek | 2021-05-08 | 1 | -10/+90 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #18943 from rgommers/xfail-svd-nan | Ralf Gommers | 2021-05-08 | 1 | -3/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | TST: xfail `TestCond.test_nan` unconditionally | Ralf Gommers | 2021-05-08 | 1 | -3/+6 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #18931 from seberg/leak-dtype-deprecation-tests | Charles Harris | 2021-05-07 | 1 | -1/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | BUG: Fix refcounting in string-promotion deprecation code path | Sebastian Berg | 2021-05-06 | 1 | -1/+6 | |
* | | | | | | Merge pull request #18927 from mattip/nep49-2 | Charles Harris | 2021-05-07 | 1 | -2/+8 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | NEP: add mailing list thread, fixes from review | mattip | 2021-05-06 | 1 | -2/+8 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #18934 from BvB93/rel | Charles Harris | 2021-05-07 | 2 | -0/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | REL: Add a release note for #18838 | Bas van Beek | 2021-05-07 | 1 | -0/+5 | |
| * | | | | | MAINT: Add `numpy/random/lib/npyrandom.lib` to gitignore | Bas van Beek | 2021-05-07 | 1 | -0/+1 | |
* | | | | | | Merge pull request #18930 from charris/fix-changelog-script | Charles Harris | 2021-05-07 | 5 | -116/+196 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: Update 1.17.0-changelog.rst. | Charles Harris | 2021-05-07 | 1 | -1/+2 | |
| * | | | | | | DOC: Update 1.18.0-changelog.rst. | Charles Harris | 2021-05-07 | 1 | -24/+31 | |
| * | | | | | | DOC: Update 1.19.0-changelog.rst. | Charles Harris | 2021-05-07 | 1 | -32/+68 | |
| * | | | | | | DOC: Update 1.20.0-changelog.rst. | Charles Harris | 2021-05-07 | 1 | -56/+88 | |
| * | | | | | | BUG: Make changelog recognize ``gh-`` as PR number prefix. | Charles Harris | 2021-05-07 | 1 | -3/+7 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #18933 from seiko2plus/issue_18932 | Sayed Adel | 2021-05-07 | 2 | -2/+2 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | TST: Use almost equal to get rid of object -> float64 comparison error | Sayed Adel | 2021-05-07 | 1 | -1/+1 |