| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: cross-reference numpy.dot and numpy.linalg.multi_dot | Andras Deak | 2020-06-21 | 1 | -0/+1 |
* | DOC: Fix documentation rendering, | Matthias Bussonnier | 2020-05-19 | 1 | -1/+1 |
* | Merge pull request #16197 from timhoffm/doc-stack | Sebastian Berg | 2020-05-15 | 1 | -5/+6 |
|\ |
|
| * | DOC: Unify cross-references between array joining methods | Tim Hoffmann | 2020-05-10 | 1 | -5/+6 |
* | | DOC: warn about runtime of shares_memory | Pauli Virtanen | 2020-05-11 | 1 | -3/+34 |
|/ |
|
* | Fixup: Implement suggestions by Matti | Sebastian Berg | 2020-04-28 | 1 | -1/+1 |
* | Merge pull request #12646 from shoyer/refguide-check-exceptions | Matti Picus | 2020-02-28 | 1 | -2/+3 |
|\ |
|
| * | TST: check exception details in refguide_check.py | Stephan Hoyer | 2019-01-01 | 1 | -2/+3 |
* | | BUG, DOC: restore missing import | mattip | 2020-02-13 | 1 | -0/+3 |
* | | MAINT: Clean up, mostly unused imports. | Warren Weckesser | 2020-01-23 | 1 | -3/+0 |
* | | MAINT: resolve pyflake F403 'from module import *' used | Mike Taves | 2020-01-23 | 1 | -2/+2 |
* | | MAINT: Remove Python2 newbuffer getbuffer | Seth Troisi | 2020-01-05 | 1 | -2/+0 |
* | | MAINT: Remove unused int_asbuffer | Jon Dufresne | 2020-01-04 | 1 | -1/+1 |
* | | Merge pull request #13944 from eric-wieser/forbid-_add_newdocs-python | Eric Wieser | 2019-07-08 | 1 | -3/+6 |
|\ \ |
|
| * | | BUG: Add missing `np.core.multiarray._get_ndarray_c_version` function | Eric Wieser | 2019-06-30 | 1 | -1/+1 |
| * | | BUG: Remove items from `multiarray.__all__` which do not exist on python 3 | Eric Wieser | 2019-06-30 | 1 | -2/+5 |
* | | | Revert "MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)"revert-13876-forbid-_add_newdocs-python | Eric Wieser | 2019-07-08 | 1 | -6/+3 |
* | | | MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876) | Eric Wieser | 2019-07-06 | 1 | -3/+6 |
* | | | DOC: Change random to uninitialized and unpredictable in empty and empty_like... | Kexuan Sun | 2019-06-15 | 1 | -2/+2 |
* | | | BUG: ensure that casting to/from structured is properly checked. | Marten van Kerkwijk | 2019-06-12 | 1 | -5/+9 |
* | | | DOC: add new un/packbits signature to documentation | Julian Taylor | 2019-05-12 | 1 | -2/+2 |
* | | | ENH: changes from review | mattip | 2019-05-11 | 1 | -8/+12 |
* | | | BUG: parametrize tests, fix for interaction of count, order | mattip | 2019-05-11 | 1 | -1/+1 |
* | | | ENH: add 'order' keyword to packbits, unpackbits | mattip | 2019-05-11 | 1 | -2/+14 |
* | | | ENH: Add shape to *_like() array creation (#13046) | Peter Andreas Entschev | 2019-04-25 | 1 | -2/+8 |
* | | | ENH: Added count parameter to unpackbits | Joseph Fox-Rabinovitz | 2019-02-25 | 1 | -14/+43 |
* | | | BUG: ndarrays pickled by 1.16 cannot be loaded by 1.15.4 and lower | mattip | 2019-01-27 | 1 | -0/+4 |
| |/
|/| |
|
* | | ENH: refactor __array_function__ pure Python implementation | Stephan Hoyer | 2018-12-19 | 1 | -3/+5 |
* | | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -17/+23 |
|/ |
|
* | Merge pull request #12219 from mattip/matmul-as-ufunc2 | Eric Wieser | 2018-12-04 | 1 | -1/+0 |
|\ |
|
| * | ENH: make matmul into a ufunc | mattip | 2018-11-25 | 1 | -1/+0 |
* | | DOC: add docs_from_dispatcher to docstring | Stephan Hoyer | 2018-12-01 | 1 | -1/+1 |
* | | MAINT: remove wrapper functions from numpy.core.multiarray | Stephan Hoyer | 2018-12-01 | 1 | -196/+110 |
|/ |
|
* | MAINT: fix mispelling | Stephan Hoyer | 2018-11-14 | 1 | -1/+1 |
* | MAINT: fix test failures | Stephan Hoyer | 2018-11-13 | 1 | -2/+13 |
* | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -0/+479 |
* | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -1/+6 |
* | ENH: finish __array_function__ support for multiarray | Stephan Hoyer | 2018-10-16 | 1 | -0/+800 |
* | MAINT: fixup where_dispatcher | Stephan Hoyer | 2018-10-14 | 1 | -1/+1 |
* | MAINT: fixup where signature | Stephan Hoyer | 2018-10-14 | 1 | -3/+4 |
* | WIP: __array_ufunc__ for multiarray functions | Stephan Hoyer | 2018-10-14 | 1 | -0/+315 |
* | BUG: The multiarray/ufunc merge broke old wheels. | Charles Harris | 2018-09-04 | 1 | -17/+20 |
* | DOC: add docstring to new python files | mattip | 2018-08-21 | 1 | -0/+7 |
* | MAINT: export newly added c-extension function | mattip | 2018-08-21 | 1 | -2/+2 |
* | MAINT: fix more name replacements, __all__ imports | mattip | 2018-08-21 | 1 | -2/+2 |
* | MAINT: merge umath, multiarray into _multiarray, add python wrappers | mattip | 2018-08-21 | 1 | -0/+27 |