| Commit message (Expand) | Author | Age | Files | Lines |
* | change from_dlpack to _dlpack, remove unused header | mattip | 2021-11-02 | 1 | -8/+9 |
* | ENH, TST: Add the from_dlpack method and test DLPack. | Hameer Abbasi | 2021-11-02 | 1 | -4/+5 |
* | ENH: Configurable allocator (#17582) | Matti Picus | 2021-10-25 | 1 | -2/+2 |
* | MAINT: Remove unused imports and unreachable code (#18762) | Elisha Hollander | 2021-07-07 | 1 | -2/+0 |
* | MAINT: Remove `digitize` from `np.core.multiarray.__all__` | Bas van Beek | 2021-06-13 | 1 | -1/+1 |
* | DOC: Mark a number of function arguments as positional-only | Bas van Beek | 2021-06-06 | 1 | -9/+9 |
* | ENH: Use new argument parsing for array creation functions | Sebastian Berg | 2021-03-18 | 1 | -1/+6 |
* | DOC: Misc numpydoc format fixes | Matthias Bussonnier | 2021-01-27 | 1 | -3/+3 |
* | DOC: Fix and extend the docstring for np.inner (#18002) | Michal W. Tarnowski | 2020-12-16 | 1 | -6/+21 |
* | DEP: Finalize unravel_index `dims` alias for `shape` keyword | Sebastian Berg | 2020-12-02 | 1 | -4/+1 |
* | Harmonize quoting in (ones/fill/zeros/empty)_like documentation | serge-sans-paille | 2020-11-21 | 1 | -2/+2 |
* | Fix copy-paste typo in empty_like documentation. | serge-sans-paille | 2020-11-21 | 1 | -1/+1 |
* | DOC: Typo in lexsort docstring | andryandrew | 2020-10-20 | 1 | -1/+1 |
* | DOC: Fix a parameter type in the `putmask` docs (#17412) | Bas van Beek | 2020-10-01 | 1 | -1/+1 |
* | DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338) | Bradley Dice | 2020-09-17 | 1 | -2/+2 |
* | DOC: Fixup deprecation dates | Sebastian Berg | 2020-09-03 | 1 | -2/+2 |
* | Apply suggestions from code review | Sebastian Berg | 2020-09-02 | 1 | -1/+1 |
* | ENH: Implement concatenate dtype and casting keyword arguments | Sebastian Berg | 2020-09-02 | 1 | -2/+12 |
* | Merge pull request #16532 from seberg/delete-sigint-handling | Matti Picus | 2020-07-17 | 1 | -1/+1 |
|\ |
|
| * | BUG: Remove non-threadsafe sigint handling from fft calculation | Sebastian Berg | 2020-06-25 | 1 | -1/+1 |
* | | 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 |
|\ |
|