summaryrefslogtreecommitdiff
path: root/numpy/core/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-121-11/+0
* DEP: Finalize the non-sequence stacking deprecationSebastian Berg2023-01-171-18/+14
* DOC: Clarify relationship between row_stack and vstack.Ross Barnowski2022-11-141-0/+2
* ENH: adding casting option to numpy.stack. (#21627)Jhonatan Cunha2022-06-081-11/+49
* DOC: improper doc syntax (markdown and imbalanced ticks). (#20944)Matthias Bussonnier2022-01-301-13/+11
* ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-181-2/+1
* DOC: Misc numpydoc format fixesMatthias Bussonnier2021-01-271-1/+1
* DOC: Update examples in stack docstrings (#18054)daaawx2020-12-221-21/+21
* Fix typo in shape_base (#17279)Yang Hau2020-09-091-1/+2
* DOC: Unify cross-references between array joining methodsTim Hoffmann2020-05-101-13/+16
* STY: use 'yield from <expr>' for simple cases (#15444)Mike Taves2020-01-271-2/+1
* MAINT: Remove Python2 workaroundsSeth Troisi2020-01-231-8/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Fix typosBrian Wignall2019-11-251-1/+1
* DOC: convert `None` to bare None or ``None``mattip2019-10-151-1/+1
* ENH: Always produce a consistent shape in the result of `argwhere`Eric Wieser2019-09-051-7/+8
* MAINT: avoid nested dispatch in numpy.core.shape_base (#13634)Stephan Hoyer2019-06-121-7/+15
* MAINT: speed up [hvd]stack by eliminating list comprehension. (#13697)Marten van Kerkwijk2019-06-011-2/+7
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-4/+4
* MAINT: Fixes tests with __array_function__ disabledStephan Hoyer2019-05-261-0/+11
* MAINT: fixed typo 'wtihout' from numpy/core/shape_base.pyMin ho Kim2019-05-011-1/+1
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-1/+0
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-3/+5
* ENH: __array_function__ updates for NumPy 1.17.0Stephan Hoyer2019-01-221-8/+0
* ENH: refactor __array_function__ pure Python implementationStephan Hoyer2018-12-191-3/+4
* MAINT: address several reviewer commentsTyler Reddy2018-12-141-2/+2
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-16/+16
* Use set litteralsRoman Yurchak2018-11-241-1/+1
* MAINT: more fixes for disabling overridesStephan Hoyer2018-11-101-0/+8
* MAINT: adjust stack deprecation warning per reviewStephan Hoyer2018-10-281-6/+5
* MAINT: warn when passing map to stack functions, tooStephan Hoyer2018-10-271-4/+4
* DEP: deprecate passing a generator to stack functionsStephan Hoyer2018-10-271-8/+19
* MAINT: set __module__ for more array_function_dispatch usesStephan Hoyer2018-10-261-1/+5
* Merge branch 'master' into einsum-dispatchStephan Hoyer2018-10-251-8/+195
|\
| * MAINT: provide an algorithm that blocks matrices with a single memory copy.Mark Harfouche2018-10-201-8/+195
* | MAINT: add comment explaining _block_dispatcherStephan Hoyer2018-10-191-0/+3
* | ENH: __array_function__ for np.einsum and np.blockStephan Hoyer2018-10-121-1/+10
|/
* Merge pull request #12115 from shoyer/array-function-numpy-coreCharles Harris2018-10-111-0/+39
|\
| * ENH: __array_function__ support for most of numpy.coreStephan Hoyer2018-10-081-0/+39
* | Merge pull request #11979 from hmaarrfk/block_single_array_copy_testMatti Picus2018-10-091-1/+8
|\ \ | |/ |/|
| * MAINT: Ensure that block returns a new arrayMark Harfouche2018-09-191-1/+8
* | MAINT: speed up _block by avoiding a recursive closureMark Harfouche2018-09-201-18/+15
|/
* MAINT: Show the location of an empty list in np.blockEric Wieser2018-09-181-10/+22
* DOC: Use a standard-style docstring to explain `_block_check_depths_match`Eric Wieser2018-09-171-9/+16
* MAINT: refactor design of recursive closures (#11910)Matti Picus2018-09-161-9/+5
* BUG: break cyclic refs in recursive closuresAllan Haldane2018-02-181-1/+7
* DOC: v/h/dstack docstr shouldn't imply deprecationAllan Haldane2017-11-211-24/+19
* REV: Undo bad rebase in gh-8981 (7fdfdd6a52fc0761c0d45931247c5ed2480224eb)Eric Wieser2017-11-121-148/+88
* ENH: print void repr/str using hex notationAllan Haldane2017-11-121-88/+148
* Rm unnecessary enumerateJamie Townsend2017-11-091-1/+1