summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/arrayobject.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix typo in commentSebastian Berg2023-05-151-1/+1
* MAINT: Address Marten's reviewSebastian Berg2023-05-151-4/+4
* BUG: Fix weak scalar logic for large ints in ufuncsSebastian Berg2023-05-151-0/+7
* WIP: Implement weak scalar logicSebastian Berg2022-06-151-0/+16
* MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-4/+4
* Move internal NPY_ARRAY_WARN_ON_WRITE flag into an internal header.Nathaniel J. Smith2012-05-221-0/+11
* Transition scheme for allowing PyArray_Diagonal to return a viewNathaniel J. Smith2012-05-161-0/+3
* Move some declarations from arrayobject.h to the module which actually define...David Cournapeau2009-05-201-9/+0
* More arraobject.h inclusions removed.David Cournapeau2009-04-301-13/+0
* ctors module now builds wo including arrayobject.h.David Cournapeau2009-04-301-28/+0
* Put code to register new user types in separate file.David Cournapeau2009-04-301-2/+0
* Move subscript iterator in mapping protocol.David Cournapeau2009-04-301-7/+0
* Move _array_fill_strides into ctors module.David Cournapeau2009-04-301-4/+0
* More arraobject.h inclusions removed.David Cournapeau2009-04-301-16/+0
* Put scalartypes declarations in separate header file.David Cournapeau2009-04-301-16/+0
* Move arraytypes-related functions declaration into separate file.David Cournapeau2009-04-301-26/+0
* Put calculation in separate file.David Cournapeau2009-04-301-3/+0
* Move NumericOps into number protocol.David Cournapeau2009-04-301-37/+0
* Put multiarray modul sources into separate directory.David Cournapeau2009-04-301-0/+176