summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Packaging: add a spec file for Tizen buildtizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184308submit/tizen_5.5_mobile_hotfix/20201026.185108submit/tizen_5.5/20191031.000008submit/tizen_5.0/20181101.000008submit/tizen/20180427.021440submit/tizen/20180425.040915accepted/tizen/unified/20180430.072056accepted/tizen/5.5/unified/wearable/hotfix/20201027.104150accepted/tizen/5.5/unified/mobile/hotfix/20201027.071529accepted/tizen/5.5/unified/20191031.012605accepted/tizen/5.0/unified/20181102.025715tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5tizen_5.0accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedaccepted/tizen_5.0_unifiedTae-Young Chung4-1/+109
2018-03-28Merge branch 'tizen' of ssh://review.tizen.org:29418/platform/upstream/python...Tae-Young Chung0-0/+0
2018-03-27Merge pull request #10619 from eric-wieser/fix-notmasked_contiguousv1.15.0upstream-gitMarten van Kerkwijk3-28/+73
2018-03-26Merge pull request #10807 from pvanmulbregt/doc_devtoxCharles Harris1-1/+1
2018-03-26DOC: Update link to tox in development docs (#10806)Paul van Mulbregt1-1/+1
2018-03-26Merge pull request #10795 from eric-wieser/einsum-output-spacesMarten van Kerkwijk2-10/+28
2018-03-26Merge pull request #10798 from jaimefrio/einsum_mappingEric Wieser2-4/+9
2018-03-25Merge pull request #10774 from mdboom/fix-sqrt-min-for-no-long-doubleAllan Haldane1-0/+4
2018-03-26BUG: Incorrect mapping of einsum axes.Jaime Fernandez2-4/+9
2018-03-25BUG: Always return a list from np.ma.flatnotmasked_contiguousEric Wieser3-17/+53
2018-03-25TST: simplify test of notmasked_contiguousEric Wieser1-13/+22
2018-03-25BUG: Allow spaces in output string of einsumEric Wieser2-10/+28
2018-03-24BUG: Provide correct format in Py_buffer for scalars (#10564)Jeff VanOss4-46/+201
2018-03-24Merge pull request #10790 from charris/pytest-prepCharles Harris23-239/+346
2018-03-24TST: Add numpy/compat/testsCharles Harris1-2/+2
2018-03-24TST: Do not import functions beginning `test_`.Charles Harris3-76/+95
2018-03-24TST: Rename some compiled c test modulesCharles Harris18-64/+64
2018-03-24TST: Remove nose dependence of locale tests.Charles Harris4-93/+139
2018-03-23Merge pull request #10785 from ChloeColeongco/masterCharles Harris1-1/+1
2018-03-23TST: Remove some nose dependences in utils.pyCharles Harris1-7/+49
2018-03-22Fixed author name in reference to bookChloeColeongco1-1/+1
2018-03-21Merge pull request #10778 from mattip/masterAllan Haldane2-1/+3
2018-03-22BUG: test, fix for missing flags['WRITEBACKIFCOPY'] keymattip2-1/+3
2018-03-21Merge pull request #10777 from charris/prep-for-pytestCharles Harris7-223/+181
2018-03-21MAINT: Remove use of unittest in NumPy tests.xoviat7-223/+181
2018-03-20Use dummy_threading on platforms that don't support threading (#10773)Michael Droettboom1-1/+4
2018-03-20Fix SQRT_MIN for platforms with 8-byte long doubleMichael Droettboom1-0/+4
2018-03-19Merge pull request #10766 from eric-wieser/remove-dead-codeCharles Harris1-49/+0
2018-03-19Merge pull request #10740 from charris/add-python-3.7-testsCharles Harris10-37/+198
2018-03-19TST: Start testing with Python 3.7-dev.Charles Harris1-0/+1
2018-03-19MAINT: Fix Python 3 deprecated C-API useCharles Harris7-23/+164
2018-03-19MAINT: Fix test_utils.py for Python 3.7.Charles Harris1-14/+29
2018-03-19Initial empty repositoryHEADmasterTizen Infrastructure0-0/+0
2018-03-19MAINT: Remove the unused scalarmath getters for fmod and sqrtEric Wieser1-49/+0
2018-03-17Merge pull request #10758 from charris/use-more-3.6-testingCharles Harris1-11/+11
2018-03-16Merge pull request #10755 from eric-wieser/reduce-histogram-docsCharles Harris1-108/+76
2018-03-16TST: Change most travisci tests to Python3.6.Charles Harris1-11/+11
2018-03-16MAINT: The histogram_bin_edges function needs a raw docstring.Charles Harris1-1/+1
2018-03-16Merge pull request #10666 from dfreese/fix/covcomplexCharles Harris2-2/+4
2018-03-16TST, DOC: Upload devdocs and neps after circleci build (#10702)Stefan van der Walt3-13/+120
2018-03-16DOC: Move bin estimator documentation from `histogram` to `histogram_bin_edges`Eric Wieser1-107/+75
2018-03-15ENH: Add np.histogram_bin_edges (#10591)Kirit Thadaka3-3/+143
2018-03-15Merge pull request #10618 from eric-wieser/avoid-nontuple-indicesMarten van Kerkwijk8-29/+33
2018-03-15Merge pull request #10750 from eric-wieser/percentile-graphCharles Harris1-0/+27
2018-03-15MAINT: Fix char* variable in arr_add_docstring for Python 3.7Charles Harris1-0/+4
2018-03-15Merge pull request #10746 from hvy/fix-typoCharles Harris1-1/+1
2018-03-15Merge pull request #10748 from jonasrauber/patch-1Jaime1-1/+9
2018-03-15DOC: Add graph showing different behaviors of np.percentileEric Wieser1-0/+27
2018-03-15fixed order of notes and examplesJonas Rauber1-8/+8
2018-03-15Update add_newdocs.pyJonas Rauber1-3/+9