summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-121-8/+0
* DEP: Finalize the non-sequence stacking deprecationSebastian Berg2023-01-171-4/+4
* MAINT: lib: A bit of flake8-driven clean up in shape_base.pywarren2022-11-241-4/+4
* DOC: lib: Use keepdims in a couple docstrings.warren2022-11-241-7/+9
* MAINT: Added comment for kron workingGanesh Kathiresan2022-04-181-0/+9
* ENH: Improve `np.kron` performanceGanesh Kathiresan2022-04-181-6/+7
* ENH: Maintain subclass info for `np.kron`Ganesh Kathiresan2022-04-051-10/+6
* BUG: Convert other inputs to arrayGanesh Kathiresan2022-03-261-2/+4
* MAINT: Linting fixesGanesh Kathiresan2022-03-251-1/+1
* ENH: Refactor kron to not use concatGanesh Kathiresan2022-03-251-8/+15
* BUG: Refactor `np.kron` to handle 0 in shapeGanesh Kathiresan2022-03-221-11/+10
* DOC: Include special case in `hsplit` doc (#20974)Bharat Raghunathan2022-02-091-1/+7
* ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-181-1/+1
* Fixed chain exception for array_split func (#18317)Abhay Raghuvanshi2021-02-101-1/+1
* DOC: lib/shape_base numpydoc formatting.Matthias Bussonnier2021-01-251-7/+7
* [DOC] np.kron use double backticks for non-refsMatthias Bussonnier2020-12-131-2/+2
* MAINT: added exception chaining in shape_base.py (gh-17240)EthanCJ-git2020-09-031-1/+1
* DOC: Use a less ambiguous example for array_split (#17039)raisinghanii2020-08-101-4/+4
* DOC: Minor RST formatting. (#16792)Matthias Bussonnier2020-07-091-1/+1
* DOC: Unify cross-references between array joining methodsTim Hoffmann2020-05-101-3/+5
* Update numpy/lib/shape_base.pyKerem HallaƧ2020-04-251-1/+3
* ENH: Fix exception causes in four .py fileskeremh2020-04-241-2/+2
* DOC: fix documentation for apply_along_axis (#15619)Heshy Roskes2020-02-201-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* ENH,DEP: Allow multiple axes in expand_dims (#14051)Larry Bradley2019-12-021-26/+41
* Mention that split() returns views into the original arrayFelix Divo2019-09-161-4/+3
* MAINT: speed up [hvd]stack by eliminating list comprehension. (#13697)Marten van Kerkwijk2019-06-011-1/+4
* MAINT: Fixes tests with __array_function__ disabledStephan Hoyer2019-05-261-1/+9
* Fixed minor doc error in take_along_axisJavier Dehesa2019-05-211-1/+1
* BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589)Stephan Hoyer2019-05-201-1/+1
* Make wording changes according to @mattipBharat123rox2019-05-161-2/+1
* DOC: Mention that expand_dims returns a viewBharat123rox2019-05-161-1/+1
* ENH: __array_function__ updates for NumPy 1.17.0Stephan Hoyer2019-01-221-4/+1
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-88/+82
* MAINT: more fixes for disabling overridesStephan Hoyer2018-11-101-1/+4
* DEP: deprecate passing a generator to stack functionsStephan Hoyer2018-10-271-2/+3
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+6
* ENH: __array_function__ support for np.lib, part 2/2 (#12119)Stephan Hoyer2018-10-221-2/+75
* BUG: fix array_split incorrect behavior with array size bigger MAX_INT32 (#11...Nikita Titov2018-08-261-2/+2
* ENH: Make expand_dims work on subclassesEric Wieser2018-07-291-1/+5
* ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-251-1/+226
* DOC: Add missing np. prefix to expand_dims docs (#10109)Hidehiro NAGAOKA2017-11-281-3/+3
* Merge pull request #9946 from eric-wieser/improve-take-docsAllan Haldane2017-11-281-5/+23
|\
| * DOC: describe the expansion of take and apply_along_axis in detailEric Wieser2017-11-211-5/+23
* | DOC: v/h/dstack docstr shouldn't imply deprecationAllan Haldane2017-11-211-15/+11
|/
* Clarify docstring for numpy.array_splitDavid Linke2017-10-281-1/+7
* MAINT: Remove unused isscalar importEric Wieser2017-10-211-1/+1
* DOC: Fixed doctest of apply along axis with 3D returnMichael Seifert2017-09-061-2/+0
* DEP: Deprecate incorrect behavior of expand_dims.Charles Harris2017-05-171-3/+18
* DOC: link to stack from column_stackEric Wieser2017-05-131-1/+1