summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | DOC: Add missing test comment and fix the typoHowJmay2021-05-031-8/+18
* | | | | Merge pull request #18983 from charris/post-1.20.3-release-updateCharles Harris2021-05-104-2/+80
|\ \ \ \ \
| * | | | | REL: Update main after 1.20.3 release.Charles Harris2021-05-104-2/+80
* | | | | | Merge pull request #18940 from rkern/fix/pcg64dxsm-performanceCharles Harris2021-05-101-14/+29
|\ \ \ \ \ \
| * | | | | | ENH: manually inline code for performance.Robert Kern2021-05-071-14/+29
* | | | | | | Merge pull request #18970 from seiko2plus/issue_18945Matti Picus2021-05-1013-29/+36
|\ \ \ \ \ \ \
| * | | | | | | MAINT, SIMD: Hardened the AVX compile-time testsSayed Adel2021-05-0913-29/+36
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #18982 from charris/cleanup-changelogRalf Gommers2021-05-101-24/+20
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Cleanup tools/changelog.pyCharles Harris2021-05-101-24/+20
* | | | | | | | Merge pull request #18974 from numpy/dependabot/pip/hypothesis-6.12.0Matti Picus2021-05-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Bump hypothesis from 6.10.1 to 6.12.0dependabot[bot]2021-05-101-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #18973 from numpy/dependabot/pip/sphinx-4.0.0Matti Picus2021-05-101-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | MAINT: Bump sphinx from 3.5.4 to 4.0.0dependabot[bot]2021-05-101-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #18976 from numpy/dependabot/pip/pytest-6.2.4Charles Harris2021-05-101-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MAINT: Bump pytest from 6.2.3 to 6.2.4dependabot[bot]2021-05-101-1/+1
|/ / / / / /
* | | | | | BUG: fix np.ma.masked_where(copy=False) when input has no mask (#18967)Constanza2021-05-102-1/+14
* | | | | | Merge pull request #18961 from yashasvimisra2798/doc_fixitRalf Gommers2021-05-101-0/+13
|\ \ \ \ \ \
| * | | | | | DOC: add note and examples to `isrealobj` docstringYashasvi Misra2021-05-101-0/+13
|/ / / / / /
* | | | | | Merge pull request #18972 from charris/add-coauthorsRalf Gommers2021-05-101-10/+19
|\ \ \ \ \ \ | |/ / / / /
| * | | | | ENH: Include co-authors in changelog.Charles Harris2021-05-091-10/+19
|/ / / / /
* | | | | DOC: Update a page title with proper case (#18962)Misal Raj2021-05-091-1/+1
* | | | | Merge pull request #18959 from marysia/histogram2d-documentationMatti Picus2021-05-091-1/+3
|\ \ \ \ \
| * | | | | DOC: improve numpy.histogram2d() documentationMarysia Winkels2021-05-091-1/+3
* | | | | | Merge pull request #18956 from lbogula/copyright-changeRalf Gommers2021-05-091-1/+1
|\ \ \ \ \ \
| * | | | | | DOC: change copyright SciPy to NumPylbogula2021-05-091-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #18954 from EvaJau/doc-sum-beginnersMelissa Weber Mendonça2021-05-091-2/+2
|\ \ \ \ \ \
| * | | | | | DOC: Update beginners docu for sum function with axisEvaJau2021-05-091-2/+2
| |/ / / / /
* | | | | | Merge pull request #18955 from rgommers/runtests-exampleMatti Picus2021-05-091-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: add an extra example in runtests.py help testRalf Gommers2021-05-091-0/+4
|/ / / / /
* | | | | Merge pull request #18944 from BvB93/utilsRalf Gommers2021-05-086-14/+174
|\ \ \ \ \
| * | | | | TST: Exclude to-be ignored files when computing the diffBas van Beek2021-05-082-4/+15
| * | | | | TST: Add typing tests for `np.lib.utils`Bas van Beek2021-05-083-0/+69
| * | | | | ENH: Add annotations for `np.lib.utils`Bas van Beek2021-05-081-10/+90
|/ / / / /
* | | | | Merge pull request #18943 from rgommers/xfail-svd-nanRalf Gommers2021-05-081-3/+6
|\ \ \ \ \
| * | | | | TST: xfail `TestCond.test_nan` unconditionallyRalf Gommers2021-05-081-3/+6
|/ / / / /
* | | | | Merge pull request #18931 from seberg/leak-dtype-deprecation-testsCharles Harris2021-05-071-1/+6
|\ \ \ \ \
| * | | | | BUG: Fix refcounting in string-promotion deprecation code pathSebastian Berg2021-05-061-1/+6
* | | | | | Merge pull request #18927 from mattip/nep49-2Charles Harris2021-05-071-2/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | NEP: add mailing list thread, fixes from reviewmattip2021-05-061-2/+8
| | |/ / / | |/| | |
* | | | | Merge pull request #18934 from BvB93/relCharles Harris2021-05-072-0/+6
|\ \ \ \ \
| * | | | | REL: Add a release note for #18838Bas van Beek2021-05-071-0/+5
| * | | | | MAINT: Add `numpy/random/lib/npyrandom.lib` to gitignoreBas van Beek2021-05-071-0/+1
* | | | | | Merge pull request #18930 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 #18933 from seiko2plus/issue_18932Sayed Adel2021-05-072-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | TST: Use almost equal to get rid of object -> float64 comparison errorSayed Adel2021-05-071-1/+1