summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | DOC: Update documentation w.r.t. NPY_RELAXED_STRIDES_CHECKING (gh-15907)Sebastian Berg2020-04-101-4/+6
* | | | BUG,DEP: Make `scalar.__round__()` behave like pythons round (#15840)Hameer Abbasi2020-04-106-7/+151
* | | | TST: Parametrize sort test (#15806)m-podhajski2020-04-081-79/+72
* | | | Merge pull request #15936 from feeeper/typo-in-value-error-in-random-choiceCharles Harris2020-04-081-1/+1
|\ \ \ \
| * | | | Typo in the `mtrand.pyx` was fixedAndrei Shirobokov2020-04-081-1/+1
|/ / / /
* | | | Merge pull request #15931 from anirudh2290/nep_doc_correctionMatti Picus2020-04-081-1/+1
|\ \ \ \
| * | | | DOC: Correct private function name to PyArray_AdaptFlexibleDTypeAnirudh Subramanian2020-04-081-1/+1
|/ / / /
* | | | Merge pull request #15914 from WarrenWeckesser/negbin-pgt0Matti Picus2020-04-072-3/+8
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: random: Disallow p=0 in negative_binomialWarren Weckesser2020-04-052-3/+8
|/ / /
* | | Merge pull request #15903 from mattip/report-clangRalf Gommers2020-04-051-4/+6
|\ \ \
| * | | BLD: use xcode10 for one CI runmattip2020-04-041-3/+5
| * | | BLD: report clang version on macOSmattip2020-04-031-2/+2
* | | | Merge pull request #15872 from Balandat/fix_eigh_mvn_samplingCharles Harris2020-04-043-3/+32
|\ \ \ \
| * | | | Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normalMax Balandat2020-04-043-3/+32
| | |/ / | |/| |
* | | | Merge pull request #15749 from panpiort8/masked_array_docsMatti Picus2020-04-042-1/+47
|\ \ \ \
| * | | | Update doc/source/reference/maskedarray.baseclass.rstMatti Picus2020-04-041-1/+1
| * | | | DOC: document inconsistent mask results in MaskedArrayPan Jan2020-03-262-1/+47
* | | | | NEP: Add paragraph to NEP 41 about no array-object use and fix links (gh-15834)Sebastian Berg2020-04-034-17/+37
* | | | | DOC: Minor fix to _hist_bin_fd documentation (#15839)nglinh2020-04-031-1/+1
* | | | | Merge pull request #15904 from eric-wieser/remove-_descrSebastian Berg2020-04-031-15/+13
|\ \ \ \ \
| * | | | | MAINT: records: Remove private `format_parser._descr` attributeEric Wieser2020-04-031-15/+13
* | | | | | Merge pull request #15883 from eric-wieser/iotools-upgrade_helperMatti Picus2020-04-031-37/+22
|\ \ \ \ \ \
| * | | | | | MAINT: Remove duplicated code in iotools.pyEric Wieser2020-03-311-37/+22
* | | | | | | Merge pull request #15894 from Qiyu8/missingMaApiMatti Picus2020-04-031-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | DOC: Add missing doc of numpy.ma.apply_over_axes in API list.Qiyu82020-04-021-0/+1
* | | | | | | DOC: Fixed order of items and link to mailing list in dev docs index. (#15901)Melissa Weber Mendonça2020-04-021-9/+8
* | | | | | | TST: Run test_large_zip in a child process (#15893)Anirudh Subramanian2020-04-021-7/+12
|/ / / / / /
* | | | | | Merge pull request #15867 from eric-wieser/deprecate-tostringMatti Picus2020-04-017-21/+73
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update doc/release/upcoming_changes/15867.deprecation.rstEric Wieser2020-04-011-2/+4
| * | | | | DEP: Deprecate ndarray.tostring()Eric Wieser2020-03-307-21/+71
| |/ / / /