summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix inf and NaN-warnings in half float `nextafter` (#15988)Adam2020-04-172-8/+28
* 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
* | 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
| | |/ | |/|
* | | Added note to angle function docstring about angle(0) being 0.Melissa Weber Mendonca2020-04-131-0/+5
* | | 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
* | | | | BUG,DEP: Make `scalar.__round__()` behave like pythons round (#15840)Hameer Abbasi2020-04-103-7/+137
| |_|_|/ |/| | |
* | | | TST: Parametrize sort test (#15806)m-podhajski2020-04-081-79/+72
* | | | Typo in the `mtrand.pyx` was fixedAndrei Shirobokov2020-04-081-1/+1
* | | | BUG: random: Disallow p=0 in negative_binomialWarren Weckesser2020-04-052-3/+8
|/ / /
* | | Merge pull request #15872 from Balandat/fix_eigh_mvn_samplingCharles Harris2020-04-042-3/+26
|\ \ \
| * | | Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normalMax Balandat2020-04-042-3/+26
| |/ /
* | | Merge pull request #15749 from panpiort8/masked_array_docsMatti Picus2020-04-041-0/+46
|\ \ \
| * | | DOC: document inconsistent mask results in MaskedArrayPan Jan2020-03-261-0/+46
* | | | 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
* | | | | 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-016-21/+67
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DEP: Deprecate ndarray.tostring()Eric Wieser2020-03-306-21/+67
| |/ / /
* | | | Merge pull request #15887 from mwtoews/nextMatti Picus2020-04-014-12/+0
|\ \ \ \
| * | | | MAINT: Clean-up 'next = __next__' used for Python 2 compatibilityMike Taves2020-04-014-12/+0
* | | | | Merge pull request #15885 from eric-wieser/fix-nditer-itershape-()Matti Picus2020-04-013-9/+14
|\ \ \ \ \
| * | | | | Apply suggestions from code reviewSebastian Berg2020-03-311-2/+4
| * | | | | BUG: Respect itershape=() in nditerEric Wieser2020-03-313-9/+12
* | | | | | Merge pull request #15884 from eric-wieser/fix-set-empty-stridesSebastian Berg2020-03-312-3/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | BUG: Setting a 0d array's strides to themselves should be legalEric Wieser2020-03-312-3/+9
* | | | | | ENH: Add keepdims argument to count_nonzero (gh-15870)Warren Weckesser2020-03-312-9/+31
* | | | | | Merge pull request #15881 from eric-wieser/empty_like-0dMatti Picus2020-03-313-7/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |