summaryrefslogtreecommitdiff
path: root/numpy/core/_asarray.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Improve array function overhead by using vectorcallSebastian Berg2023-01-171-8/+2
* MAINT: simplify flow in np.requireKarl Otness2022-06-221-10/+12
* DOC: mention that np.require takes a sequence of requirementsKarl Otness2022-06-191-1/+1
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-2/+0
* BUG: import `asanyarray` to `_asarray.py` as its used in `np.require`Sebastian Berg2021-03-181-1/+1
* ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-181-272/+1
* ENH: implement NEP-35's `like=` argument (gh-16935)Peter Andreas Entschev2020-08-281-6/+88
* DOC: Add explanation of 'K' and 'A' layout options to 'asarray*' functions (#...Neal C2020-07-141-6/+13
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DOC: Add missing return value documentation in ndarray.require (#13619)Prithvi MK2019-05-241-0/+5
* MAINT: Move asarray helpers into their own moduleEric Wieser2019-04-131-0/+319