summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | MAINT,TST: Move _repr_latex tests to test_printing.Ross Barnowski2020-04-212-50/+49
* | | | | Merge pull request #16010 from vrakesh/lexsort_axisSebastian Berg2020-04-212-3/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Fix lexsort axis checkvrakesh2020-04-212-3/+15
|/ / / /
* | | | DOC: update first section of NEP 37 (``__array_function__`` downsides) (#16015)Ralf Gommers2020-04-211-32/+50
| |/ / |/| |
* | | DOC: Clarify docs on mixed advanced indexing and slicing (gh-15891)Paul Rougieux2020-04-201-4/+13
* | | Merge pull request #16024 from numpy/dependabot/pip/hypothesis-5.10.1Sebastian Berg2020-04-201-1/+1
|\ \ \
| * | | MAINT: Bump hypothesis from 5.8.3 to 5.10.1dependabot/pip/hypothesis-5.10.1dependabot-preview[bot]2020-04-201-1/+1
|/ / /
* | | Merge pull request #16021 from charris/update-after-1,18.3-releaseRalf Gommers2020-04-203-0/+70
|\ \ \
| * | | REL: Update master after 1.18.3 release.Charles Harris2020-04-193-0/+70
|/ / /
* | | BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)panpiort82020-04-184-18/+32
* | | BUG: Fix inf and NaN-warnings in half float `nextafter` (#15988)Adam2020-04-172-8/+28
* | | DOC: add note on flatten ordering in matlab page (#16001)Pierre de Buyl2020-04-171-1/+2
* | | Merge pull request #15993 from vrakesh/masked_array_sort_docSebastian Berg2020-04-161-2/+12
|\ \ \
| * | | DOC:Fix method documentation of function sort()vrakesh2020-04-161-2/+12
| |/ /
* | | DOC: Improve record module documentation (#15899)dustanlevenstein2020-04-161-16/+82
* | | Merge pull request #15989 from anirudh2290/remove_0d_checkSebastian Berg2020-04-161-3/+2
|\ \ \
| * | | MAINT: Remove 0d check for PyArray_ISONESEGMENTAnirudh Subramanian2020-04-151-3/+2
* | | | NEP: Improve Value Based Casting paragraph in NEP 40 (#16000)Anirudh Subramanian2020-04-161-4/+4
| |/ / |/| |
* | | Merge pull request #15982 from eric-wieser/address-todoSebastian Berg2020-04-151-28/+17
|\ \ \
| * | | BUG: Fix double Py_DECREFEric Wieser2020-04-151-1/+0
| * | | MAINT: Move declarations next to usageEric Wieser2020-04-151-17/+15
| * | | MAINT: Address a TODO that was waiting for the umath/multiarray mergeEric Wieser2020-04-151-11/+3
* | | | Merge pull request #15967 from anirudh2290/slow_pypy_implMatti Picus2020-04-154-1/+11
|\ \ \ \
| * | | | MAINT: Make if else clause more readableAnirudh Subramanian2020-04-141-2/+5
| * | | | TST: Add slow_pypy supportAnirudh Subramanian2020-04-134-1/+8
* | | | | Merge pull request #15985 from eric-wieser/shorten-operator.index-backtraceSebastian Berg2020-04-151-7/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BUG: Avoid duplication in stack trace of `linspace(a, b, num=1.5)`Eric Wieser2020-04-151-7/+1
| | |/ / | |/| |
* | | | Merge pull request #15968 from melissawm/angle-docsMatti Picus2020-04-141-0/+5
|\ \ \ \
| * | | | Added note to angle function docstring about angle(0) being 0.Melissa Weber Mendonca2020-04-131-0/+5
|/ / / /
* | | | Merge pull request #15964 from numpy/dependabot/pip/hypothesis-5.8.3Sebastian Berg2020-04-131-1/+1
|\ \ \ \
| * | | | MAINT: Bump hypothesis from 5.8.0 to 5.8.3dependabot/pip/hypothesis-5.8.3dependabot-preview[bot]2020-04-131-1/+1
|/ / / /
* | | | Merge pull request #14530 from ChrisBarker-NOAA/ChrisBarker-NEP-30-copy-editingRalf Gommers2020-04-121-17/+19
|\ \ \ \
| * | | | DOC: a few typos and copy editing in NEP 30Chris Barker2020-04-111-17/+19
* | | | | Merge pull request #15953 from rgommers/neps-maintMatti Picus2020-04-112-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: fix a NEP reference, number was incorrect (36 -> 35); update linkRalf Gommers2020-04-111-2/+2
| * | | | DOC: rename NEP 34 file for consistencyRalf Gommers2020-04-111-0/+0
|/ / / /
* | | | Merge pull request #14715 from pentschev/nep-like-parameterRalf Gommers2020-04-111-0/+186
|\ \ \ \
| * | | | MAINT: change array creation dispatching with `__array_function__` to NEP-35Peter Andreas Entschev2019-11-041-1/+1
| * | | | MAINT: cite few examples of array creation functions in NEP-33Peter Andreas Entschev2019-10-161-2/+8
| * | | | MAINT: fix implementation example of NEP-33Peter Andreas Entschev2019-10-161-6/+2
| * | | | NEP: Proposal for array creation dispatching with `__array_function__`Peter Andreas Entschev2019-10-151-0/+184
* | | | | Merge pull request #15876 from panpiort8/multinomial_pvals_1dMatti Picus2020-04-114-4/+16
|\ \ \ \ \
| * | | | | Add minor tests enhancementPan Jan2020-04-062-2/+2
| * | | | | Replace checks with direct function callPan Jan2020-04-012-8/+4
| * | | | | Add testing and replace checkPan Jan2020-04-014-4/+16
| * | | | | BUG: add check if pvals is 1d array in numpy.random.*.multinomialPan Jan2020-03-312-0/+4
* | | | | | Merge pull request #15921 from mattip/use-sysconfigWarren Weckesser2020-04-101-17/+8
|\ \ \ \ \ \
| * | | | | | ENH: update default MACOSX_DEPLOYMENT_TARGET to 10.9 (from review)mattip2020-04-081-4/+3
| * | | | | | ENH: use sysconfig instead of probing Makefilemattip2020-04-071-16/+8
* | | | | | | DOC: Improve docstring for numpy.linalg.lstsq (gh-15920)Pierre de Buyl2020-04-101-6/+6