summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/multiarraymodule.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri...Roy Smart2023-02-241-0/+1
* API: Add environment variable for behavior planned in a 2.0Sebastian Berg2023-02-101-0/+2
* PERF: Statically allocate unicode strings of memhandler (#21450)Pieter Eendebak2022-05-051-0/+1
* PERF: Improve performance of special attribute lookups (#21423)Pieter Eendebak2022-05-031-0/+5
* MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-3/+3
* MAINT: Clean up multiarray interned stringsSebastian Berg2021-06-231-7/+0
* ENH: implement NEP-35's `like=` argument (gh-16935)Peter Andreas Entschev2020-08-281-0/+2
* MAINT: revert __skip_array_function__ from NEP-18Stephan Hoyer2019-05-251-1/+1
* Rename to __skip_array_function__Stephan Hoyer2019-05-101-1/+1
* ENH: implement __numpy_implementation__ attribute for NEP-18Stephan Hoyer2019-04-221-1/+1
* MAINT: remove undocumented __buffer__ attribute lookupmattip2019-03-031-1/+0
* ENH: port __array_function__ overrides to CStephan Hoyer2018-12-191-0/+1
* MAINT: Use PyUString_InternFromString to avoid constructing the strings on ea...Eric Wieser2018-02-041-0/+2
* ENH: intern some commonly used strings in the multiarray moduleJulian Taylor2014-07-251-0/+11
* Put calculation in separate file.David Cournapeau2009-04-301-0/+4