| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for arrays with the UPDATEIFCOPY flag set.
|
| |
|
| |
|
|
|
|
| |
first because of Boolean arrays and list-treated as integer arrays.
|
| |
|
| |
|
|
|
|
| |
mingw32 build
|
| |
|
| |
|
| |
|
|
|
|
| |
comments, gracefully reports errors and warnings etc.).
|
| |
|
| |
|
|
|
|
| |
Also corrects some problems with buffer sizes
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
features in numpy.distutils.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
docstring to reflect truth.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Change PyArray_Transpose() to either take a NULL argument, or a valid
permutation of the axes (has to be the same length as the number of axes,
and no repeats).
|
| |
|
|
|
|
| |
format.
|
| |
|
|
|
|
| |
Patch from stefan; fix special case which could return an array of one int.
|
| |
|
|
|
|
| |
Already helped with some compiler warnings, so I'm liking it.
|
| |
|
|
|
|
|
| |
I couldn't find any other way; see the comments in the code or my discussion
at #81 for why this is necessary.
|
| |
|
|
|
|
| |
blue
|
| |
|
| |
|