summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/ctors.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Refactor internal array creation to also allow dtype preservationSebastian Berg2023-04-261-2/+19
* MAINT: Indicate private functions with _int suffix.Nathan Goldbaum2023-03-171-5/+6
* ENH: allow using dtype classes in array creation functionsNathan Goldbaum2023-03-171-0/+9
* MAINT: Rename `allow_copy` to `never_copy` in never-copy machinerySebastian Berg2021-11-121-1/+1
* MAINT,BUG: Refactor __array__ and never-copy to move check laterSebastian Berg2021-11-121-0/+4
* do_copy -> allow_copyGagandeep Singh2021-11-101-1/+1
* Prohibited calling ``__array__`` method in never copy modeGagandeep Singh2021-11-101-1/+2
* MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-3/+3
* MAINT: Delete PyArray_AssignFromSequenceSebastian Berg2020-07-081-11/+0
* Close to the first working setupSebastian Berg2020-07-081-1/+1
* WIP: Further steps toward new coercion, start with making discovery python av...Sebastian Berg2020-07-081-0/+4
* DEP: Schedule PyArray_GetArrayParamsFromObject for removalSebastian Berg2020-01-311-0/+8
* ENH: Pass input strides and dimensions by pointer to constEric Wieser2019-06-011-14/+19
* ENH: Add shape to *_like() array creation (#13046)Peter Andreas Entschev2019-04-251-0/+4
* BUG: Set ndarray.base before calling __array_finalize__Eric Wieser2018-06-071-1/+7
* BUG: Fix numerous bugs related to zero-width string arrays (#473, #1901, #219...Erik M. Bray2016-05-311-0/+6
* MAINT: Rename size and sd to nbytes in NewFromDescr_intSebastian Berg2016-03-261-1/+1
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-16/+0
* WRN: Remove unused function prototype from ctors.h.Charles Harris2012-04-211-4/+0
* UPD: Use prefixed macros in *.h files except in numpy/numarray.Charles Harris2012-02-041-10/+10
* ENH: missingdata: Move some of the refactored reduction code into the APIMark Wiebe2011-08-271-0/+8
* ENH: core: Make the array assignment routine handle overlapping arraysMark Wiebe2011-08-271-0/+4
* ENH: missingdata: Have some basic assignment and indexing with NA workingMark Wiebe2011-08-271-0/+16
* ENH: core: Got the tests running after the ArrayObject field access deprecationMark Wiebe2011-07-191-1/+1
* ENH: core: Add new GetArrayParamsFromObject API function (fixes #1081)Mark Wiebe2011-02-061-0/+3
* ENH: core: Convert remaining data copying to new method, add tests for overla...Mark Wiebe2011-01-171-2/+4
* commit 2e402e05f64912a3568a3e6351f1ffcf3fae601aTravis Oliphant2009-06-101-0/+14
* Move copy_and_swap into common module.David Cournapeau2009-06-071-4/+0
* Move more basic functions out of ctors into common module.David Cournapeau2009-06-071-6/+0
* Move one more function from ctor to common.David Cournapeau2009-06-071-4/+0
* More arraobject.h inclusions removed.David Cournapeau2009-04-301-0/+7
* ctors module now builds wo including arrayobject.h.David Cournapeau2009-04-301-0/+7
* Move _array_fill_strides into ctors module.David Cournapeau2009-04-301-0/+4
* More arraobject.h inclusions removed.David Cournapeau2009-04-301-0/+4
* Put multiarray modul sources into separate directory.David Cournapeau2009-04-301-0/+48