summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-22Merge pull request #10260 from xoviat/add-pytest-supportCharles Harris20-89/+3572
2017-12-22Merge pull request #10225 from xoviat/parallel-buildsCharles Harris2-1/+7
2017-12-22DEP: restore noseclassesxoviat1-0/+5
2017-12-22ENH: do backward compatibility correctlyxoviat4-12/+14
2017-12-22CI: appveyor: cleanup and add a pytest jobxoviat1-76/+42
2017-12-22MAINT: Fix nose features to work on pytestxoviat3-0/+23
2017-12-22MAINT: Add a pytest.inixoviat1-0/+9
2017-12-22Add .cache to gitignorexoviat1-0/+1
2017-12-22BUG: Fix pytest implementation errorsxoviat1-4/+17
2017-12-22wipCharles Harris1-322/+324
2017-12-22wip nosetesterCharles Harris1-12/+13
2017-12-22ENH: Add pytest compatible run_module_suite.Charles Harris1-46/+40
2017-12-22ENH: Make numpy.testing pytest aware.Charles Harris3-4/+20
2017-12-22MAINT: Remove noseclasses from user accessible modules.Charles Harris1-6/+0
2017-12-22MAINT: Fix unused IgnoreException in nose_tools/utils.pyCharles Harris1-0/+1
2017-12-22MAINT: Hardwire 'nose' in parameterized.py.Charles Harris1-1/+2
2017-12-22MAINT: Add __all__ to nose_tools/decorators.py.Charles Harris1-0/+3
2017-12-22MAINT: Make decorator tests work with new exceptions.Charles Harris1-8/+8
2017-12-22ENH: Add pytest_tools directory.Charles Harris6-0/+3452
2017-12-22Merge pull request #10261 from eric-wieser/histogram-helpersCharles Harris1-27/+44
2017-12-22Merge pull request #10259 from acbellini/acbellini-patch-1Charles Harris1-1/+1
2017-12-22Merge pull request #10262 from eric-wieser/r_-release-noteCharles Harris1-0/+6
2017-12-22DOC: Add missing release note for #10207Eric Wieser1-0/+6
2017-12-22MAINT: Extract helper functions from histogramEric Wieser1-27/+44
2017-12-22Merge pull request #10186 from eric-wieser/move_histogramCharles Harris6-1313/+1352
2017-12-22Merge pull request #10220 from darcymeyer/docs_clarificationCharles Harris1-0/+2
2017-12-22Issue #10258 - Change default value of `optimize` argAnna Chiara1-1/+1
2017-12-21Merge pull request #10250 from mhvk/array-ufunc-remove-some-unnecessary-workEric Wieser1-12/+8
2017-12-20Merge pull request #10252 from charris/fix-stdout-travis-failuresCharles Harris1-0/+3
2017-12-20MAINT: Workaround for new travis sdist failures.Charles Harris1-0/+3
2017-12-20MAINT: Check for __array_ufunc__ before doing anything else.Marten van Kerkwijk1-12/+8
2017-12-20Merge pull request #10249 from charris/fix-warnings-failuresCharles Harris1-0/+4
2017-12-20MAINT: Fix tests failures on travis CI merge.Charles Harris1-0/+4
2017-12-20Merge pull request #10247 from tyrinwu/ENH-fix-typoCharles Harris1-1/+1
2017-12-20ENH: fix typoTai-Lin Wu1-1/+1
2017-12-18Merge pull request #10232 from eric-wieser/use-isclose-in-masked_valuesCharles Harris2-16/+27
2017-12-18Merge branch 'master' into move_histogramEric Wieser0-0/+0
2017-12-18Merge branch 'master' into move_histogramEric Wieser45-351/+853
2017-12-18Merge pull request #10211 from mhvk/ma-astype-alternativeEric Wieser3-46/+58
2017-12-18STY: Move newlines in release notesEric Wieser1-1/+1
2017-12-18MAINT,ENH: remove MaskedArray.astype, as the base type does everything.Marten van Kerkwijk3-47/+58
2017-12-18Merge pull request #10237 from matthew-brett/nansum-docstringCharles Harris1-1/+1
2017-12-19DOC: give correct version of np.nansum changeMatthew Brett1-1/+1
2017-12-18Merge pull request #8952 from eric-wieser/identity-refactorMarten van Kerkwijk3-131/+88
2017-12-18BUG: Don't reimplement isclose in np.maEric Wieser2-16/+27
2017-12-17Merge pull request #10223 from lzkelley/ma-stack-10127Eric Wieser3-3/+87
2017-12-17ENH: added masked version of 'numpy.stack' with tests.lzkelley3-3/+87
2017-12-17ENH: distutils: set NPY_NUM_BUILD_JOBS to cpu_countxoviat1-1/+6
2017-12-17MAINT: add .vscode to gitignorexoviat1-0/+1
2017-12-15DOC: document nested_iters (#10078)Matti Picus2-0/+62