Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-10 | Revert "Apply python3 build"tizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115103submit/tizen_6.0_hotfix/20201102.192903submit/tizen_6.0/20201029.205503submit/tizen/20200413.012032accepted/tizen/unified/20200413.070939accepted/tizen/6.0/unified/hotfix/20201102.232724accepted/tizen/6.0/unified/20201030.111056tizen_6.0_hotfixtizen_6.0sandbox/backup/numpy-1.15.0_20210104accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unified | Hyunjee Kim | 2 | -105/+0 | |
This reverts commit c5ea672780bec7e9e9001a11eea66976394bff4f. Change-Id: Ib4b5d85632cf341caaa18206a24165e2c9b34aca Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com> | |||||
2020-04-01 | Apply python3 buildsubmit/tizen/20200402.010951accepted/tizen/unified/20200402.155529 | Hyunjee Kim | 2 | -0/+105 | |
Change-Id: I0dab081fed28bd99dd06ded2544542a0c1634d0c Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com> | |||||
2018-03-28 | Packaging: 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_unified | Tae-Young Chung | 4 | -1/+109 | |
Change-Id: Id091a306b3e0a2682dd5c8910c85a54fd5d64b43 Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com> | |||||
2018-03-28 | Merge branch 'tizen' of ↵ | Tae-Young Chung | 0 | -0/+0 | |
ssh://review.tizen.org:29418/platform/upstream/python-numpy into tizen Change-Id: I3227823681b0de7e87f56a0f06054b82b08ea6af Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com> | |||||
2018-03-27 | Merge pull request #10619 from eric-wieser/fix-notmasked_contiguousv1.15.0upstream-git | Marten van Kerkwijk | 3 | -28/+73 | |
BUG: np.ma.flatnotmasked_contiguous behaves differently on mask=nomask and mask=zeros | |||||
2018-03-26 | Merge pull request #10807 from pvanmulbregt/doc_devtox | Charles Harris | 1 | -1/+1 | |
DOC: Update link to tox in development docs (#10806) | |||||
2018-03-26 | DOC: Update link to tox in development docs (#10806) | Paul van Mulbregt | 1 | -1/+1 | |
2018-03-26 | Merge pull request #10795 from eric-wieser/einsum-output-spaces | Marten van Kerkwijk | 2 | -10/+28 | |
BUG: Allow spaces in output string of einsum | |||||
2018-03-26 | Merge pull request #10798 from jaimefrio/einsum_mapping | Eric Wieser | 2 | -4/+9 | |
BUG: error checking before mapping of einsum axes. | |||||
2018-03-25 | Merge pull request #10774 from mdboom/fix-sqrt-min-for-no-long-double | Allan Haldane | 1 | -0/+4 | |
BUG: Fix SQRT_MIN for platforms with 8-byte long double | |||||
2018-03-26 | BUG: Incorrect mapping of einsum axes. | Jaime Fernandez | 2 | -4/+9 | |
2018-03-25 | BUG: Always return a list from np.ma.flatnotmasked_contiguous | Eric Wieser | 3 | -17/+53 | |
Depending on the input, this would return: * A single slice, if mask=nomask * A list of slices, if mask is an array * None, if mask is fully masked The documented return value is a list, and all downstream callers of this function end up having to correct for it not being one. This affects the result of np.ma.notmasked_contiguous, which also did not document these unusual return values. | |||||
2018-03-25 | TST: simplify test of notmasked_contiguous | Eric Wieser | 1 | -13/+22 | |
2018-03-25 | BUG: Allow spaces in output string of einsum | Eric Wieser | 2 | -10/+28 | |
Also produce more useful error messages Fixes gh-10794 | |||||
2018-03-24 | BUG: Provide correct format in Py_buffer for scalars (#10564) | Jeff VanOss | 4 | -46/+201 | |
Unifies scalar and ndarray pep3118 format string generation | |||||
2018-03-24 | Merge pull request #10790 from charris/pytest-prep | Charles Harris | 23 | -239/+346 | |
TST: Various fixes prior to switching to pytest | |||||
2018-03-24 | TST: Add numpy/compat/tests | Charles Harris | 1 | -2/+2 | |
These tests were not included in the `setup.py` file and consequently not available in the installed numpy for testing. | |||||
2018-03-24 | TST: Do not import functions beginning `test_`. | Charles Harris | 3 | -76/+95 | |
Avoids pytest collection time warnings. | |||||
2018-03-24 | TST: Rename some compiled c test modules | Charles Harris | 18 | -64/+64 | |
The renamed C modules provide low level functions for testing. The rename marks them as private functions and makes them invisible to pytest by default. | |||||
2018-03-24 | TST: Remove nose dependence of locale tests. | Charles Harris | 4 | -93/+139 | |
Add class CommaDecimalPointLocale that can be used for testing in a LC_NUMERIC locale where the decimal point is a comma. It functions either as a context manager or as a base class with setup and teardown methods. Both uses raise SkipTest when no suitable locale is available. | |||||
2018-03-23 | Merge pull request #10785 from ChloeColeongco/master | Charles Harris | 1 | -1/+1 | |
DOC: Fixed author name in reference to book | |||||
2018-03-23 | TST: Remove some nose dependences in utils.py | Charles Harris | 1 | -7/+49 | |
The `assert_raises` and `assert_raises_regex` testing utilities were being imported from nose, which in turn took them from unittest `assertRaises` and `assertRaisesRegex`. We takeover the nose procedure here so that these commonly used utilities no longer have a nose dependence. The `raises` decorator continues to have a nose dependency, but that only shows up when used, and NumPy does not use it. Document that and otherwise leave it be. | |||||
2018-03-22 | Fixed author name in reference to book | ChloeColeongco | 1 | -1/+1 | |
('van' vs 'Van') | |||||
2018-03-21 | Merge pull request #10778 from mattip/master | Allan Haldane | 2 | -1/+3 | |
BUG: test, fix for missing flags['WRITEBACKIFCOPY'] key | |||||
2018-03-22 | BUG: test, fix for missing flags['WRITEBACKIFCOPY'] key | mattip | 2 | -1/+3 | |
2018-03-21 | Merge pull request #10777 from charris/prep-for-pytest | Charles Harris | 7 | -223/+181 | |
MAINT: Remove use of unittest in NumPy tests. | |||||
2018-03-21 | MAINT: Remove use of unittest in NumPy tests. | xoviat | 7 | -223/+181 | |
This removes a few left over uses of unittest. The main changes apart from removal of Test case are: * `setUp` replaced by nose and pytest compatible `setup` * `tearDown` replaced by nose and pytest compatible `teardown` * `assertRaises` replaced by `assert_raises` * `assertEqual` replaced by `assert_equal` The last two are in `numpy/testings/tests/test_utils.py`, so may seem a but circular, but at least are limited to those two functions. The use of `setup` and `teardown`, can be fixed up with the pytest equivalents after we have switched to pytest. | |||||
2018-03-20 | Use dummy_threading on platforms that don't support threading (#10773) | Michael Droettboom | 1 | -1/+4 | |
2018-03-20 | Fix SQRT_MIN for platforms with 8-byte long double | Michael Droettboom | 1 | -0/+4 | |
2018-03-19 | Merge pull request #10766 from eric-wieser/remove-dead-code | Charles Harris | 1 | -49/+0 | |
MAINT: Remove the unused scalarmath getters for fmod and sqrt | |||||
2018-03-19 | Merge pull request #10740 from charris/add-python-3.7-tests | Charles Harris | 10 | -37/+198 | |
MAINT, TST: Fixes for Python 3.7 | |||||
2018-03-19 | TST: Start testing with Python 3.7-dev. | Charles Harris | 1 | -0/+1 | |
Cython 0.28.0 is out and should be compatible with the upcoming Python 3.7, so start testing with that Python version. | |||||
2018-03-19 | MAINT: Fix Python 3 deprecated C-API use | Charles Harris | 7 | -23/+164 | |
The PyObject_AsWriteBuffer and PyObject_AsReadBuffer functions are deprecated in Python 3. Replace them with the Py_buffer based replacements. Much of that was done prior to this patch, but some uses were missed. | |||||
2018-03-19 | MAINT: Fix test_utils.py for Python 3.7. | Charles Harris | 1 | -14/+29 | |
The contents of the module warnings registries was made more module specific in Python 3.7 and consequently the tests of the context managers clear_and_catch_warnings and suppress_warnings need updating. | |||||
2018-03-19 | Initial empty repositoryHEADmaster | Tizen Infrastructure | 0 | -0/+0 | |
2018-03-19 | MAINT: Remove the unused scalarmath getters for fmod and sqrt | Eric Wieser | 1 | -49/+0 | |
2018-03-17 | Merge pull request #10758 from charris/use-more-3.6-testing | Charles Harris | 1 | -11/+11 | |
TST: Change most travisci tests to Python3.6. | |||||
2018-03-16 | Merge pull request #10755 from eric-wieser/reduce-histogram-docs | Charles Harris | 1 | -108/+76 | |
DOC: Move bin estimator documentation from `histogram` to `histogram_bin_edges` | |||||
2018-03-16 | TST: Change most travisci tests to Python3.6. | Charles Harris | 1 | -11/+11 | |
Python 3.6 is more current and needs more testing than it is currently getting. This is also useful preparation for droppping 2.7. | |||||
2018-03-16 | MAINT: The histogram_bin_edges function needs a raw docstring. | Charles Harris | 1 | -1/+1 | |
2018-03-16 | Merge pull request #10666 from dfreese/fix/covcomplex | Charles Harris | 2 | -2/+4 | |
BUG: fix complex casting error in cov with aweights | |||||
2018-03-16 | TST, DOC: Upload devdocs and neps after circleci build (#10702) | Stefan van der Walt | 3 | -13/+120 | |
* Upload devdocs and neps after build * Install numpydoc * Fix masked array documentation injection `doc_note` appends a `Notes` section to docstrings, which may lead to duplicate sections. * Add deploy key for neps repo Note that we have to explicitly reset the ~/.ssh/config to only leave one SSH key * Only deploy on master branch * Blow away previous dev docs after each upload * Add tool to upload files to remote repo * Remove numpydoc from pip install; it is included as a submodule * Avoid using invalid escape code * Rename repo upload tool * Use check_call to simplify doc pushing tool | |||||
2018-03-16 | DOC: Move bin estimator documentation from `histogram` to `histogram_bin_edges` | Eric Wieser | 1 | -107/+75 | |
2018-03-15 | ENH: Add np.histogram_bin_edges (#10591) | Kirit Thadaka | 3 | -3/+143 | |
Fixes #10183 Documentation is copied from np.histogram | |||||
2018-03-15 | Merge pull request #10618 from eric-wieser/avoid-nontuple-indices | Marten van Kerkwijk | 8 | -29/+33 | |
MAINT: Stop using non-tuple indices internally | |||||
2018-03-15 | Merge pull request #10750 from eric-wieser/percentile-graph | Charles Harris | 1 | -0/+27 | |
DOC: Add graph showing different behaviors of np.percentile | |||||
2018-03-15 | MAINT: Fix char* variable in arr_add_docstring for Python 3.7 | Charles Harris | 1 | -0/+4 | |
In Python 3.7 the return type of PyUnicode_AsUTF8 has changed from `char *` to `const char *` and the variable the return is stored in needs to match. | |||||
2018-03-15 | Merge pull request #10746 from hvy/fix-typo | Charles Harris | 1 | -1/+1 | |
DOC: Fix typo in warning message | |||||
2018-03-15 | Merge pull request #10748 from jonasrauber/patch-1 | Jaime | 1 | -1/+9 | |
DOC: a.size and np.prod(a.shape) are not equivalent | |||||
2018-03-15 | DOC: Add graph showing different behaviors of np.percentile | Eric Wieser | 1 | -0/+27 | |
With thanks to @ricardoV94 for inspiring this |