summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Add _LARGE_FILES to def_macros[] when platform is AIX (gh-15938)Michael Felt2020-04-221-1/+5
* ENH: Fix exception causes in build_ext.pykeremh2020-04-221-2/+2
* BUG: missing 'f' prefix for fstringmattip2020-04-221-1/+1
* Merge pull request #16032 from keremh/fix-exception-raiseMatti Picus2020-04-221-2/+2
|\
| * ENH: Fix exception causes in build_clib.pykeremh2020-04-211-2/+2
* | Merge pull request #16007 from eric-wieser/add-converter-testsMatti Picus2020-04-222-0/+253
|\ \
| * | TST: Add tests for the conversion utilitiesEric Wieser2020-04-172-0/+253
* | | Merge pull request #16038 from rossbar/maint/poly_movetestMatti Picus2020-04-222-50/+49
|\ \ \
| * | | MAINT,TST: Move _repr_latex tests to test_printing.Ross Barnowski2020-04-212-50/+49
| | |/ | |/|
* | | BUG: Fix lexsort axis checkvrakesh2020-04-212-3/+15
|/ /
* | DOC: Clarify docs on mixed advanced indexing and slicing (gh-15891)Paul Rougieux2020-04-201-4/+13
* | 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
* | 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