summaryrefslogtreecommitdiff
path: root/numpy/core/_asarray.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Make like= in Python functions strictPeter Andreas Entschev2020-11-161-5/+15
* 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