| Commit message (Expand) | Author | Age | Files | Lines |
* | Put multiarray modul sources into separate directory. | David Cournapeau | 2009-04-30 | 1 | -4065/+0 |
* | Put more type convertion code into array descriptor file. | David Cournapeau | 2009-04-30 | 1 | -1106/+1 |
* | Put item selection code into separate file. | David Cournapeau | 2009-04-30 | 1 | -1761/+0 |
* | Put shape manipulation code into separate file. | David Cournapeau | 2009-04-30 | 1 | -669/+0 |
* | Put more code from multiarray into ctors.c | David Cournapeau | 2009-04-30 | 1 | -1036/+0 |
* | Enable separate compilation of existing files for multiarray module. | David Cournapeau | 2009-04-30 | 1 | -4/+11 |
* | Tag any function/typedef/variable exported through the C-API with NPY_NO_EXPO... | David Cournapeau | 2009-04-30 | 1 | -85/+85 |
* | Nuke obsolete register keyword in c sources. | Charles Harris | 2009-04-09 | 1 | -4/+4 |
* | Refactor PyArray_OverflowMultiplyList to make it simpler. | Charles Harris | 2009-04-09 | 1 | -7/+12 |
* | Fix ticket #1058. Thanks to Russel. | Charles Harris | 2009-03-27 | 1 | -1/+1 |
* | Put the win64 warning in multiarray init instead of _import_array to avoid mu... | David Cournapeau | 2009-03-24 | 1 | -0/+9 |
* | Fix compilation issue: define _safe_ceil_to_intp before any use of it. | David Cournapeau | 2009-03-23 | 1 | -19/+19 |
* | Remove last unchecked ceil call in arange. | David Cournapeau | 2009-03-23 | 1 | -1/+4 |
* | Forgot to remove a ceil call in arange, redundant after _safe_ceil_to_intp. | David Cournapeau | 2009-03-23 | 1 | -2/+1 |
* | BUG: Check wether ceil would overflow an intp, and if it does, raise a ValueE... | David Cournapeau | 2009-03-23 | 1 | -5/+43 |
* | Using separate compilation unit does not work for array API. | David Cournapeau | 2009-03-16 | 1 | -1/+1 |
* | Start implementing hashing protocol for type descr | David Cournapeau | 2009-03-16 | 1 | -1/+2 |
* | Remove NumpyOS_init, obsoleted by our NPY_NAN and co macros. | David Cournapeau | 2009-03-10 | 1 | -3/+0 |
* | Add macros for positive and negative inf. | David Cournapeau | 2009-03-10 | 1 | -1/+1 |
* | Fix #947. | David Cournapeau | 2009-03-09 | 1 | -1/+7 |
* | Use a failure label when _array_fromobject fails. | David Cournapeau | 2009-03-09 | 1 | -2/+5 |
* | BUG: when a new type is required, and the fast clip function is updated, make... | David Cournapeau | 2009-03-09 | 1 | -0/+3 |
* | Cleanup PyArray_GetEndianness. | Charles Harris | 2009-03-08 | 1 | -24/+16 |
* | Fix endianess detection: multibyte int constant is not portable (fails with S... | David Cournapeau | 2009-03-06 | 1 | -1/+3 |
* | Merge branch 'runtime_endian' | David Cournapeau | 2009-03-06 | 1 | -0/+28 |
|\ |
|
* | | Revert r6528 (crashes on windows). I think the bug is only hidden for now, an... | David Cournapeau | 2009-03-03 | 1 | -1/+1 |
* | | Make sure dest array is aligned for putmask. | David Cournapeau | 2009-03-02 | 1 | -1/+1 |
* | | Merged revisions 6444,6446-6447 via svnmerge from | David Cournapeau | 2009-02-22 | 1 | -1054/+1454 |
|\ \ |
|
| * | | Coding style cleanups. Finishes multiarraymodule.c. | Charles Harris | 2009-02-21 | 1 | -1054/+1454 |
* | | | Merged revisions 6398-6400,6410,6421-6424,6426-6428,6431,6433,6441-6442 via s... | David Cournapeau | 2009-02-22 | 1 | -892/+1233 |
|\ \ \
| |/ / |
|
| * | | Coding style cleanups. | Charles Harris | 2009-02-21 | 1 | -894/+1237 |
| |/ |
|
* | | Remove umath_funcs_c99.inc.src. | David Cournapeau | 2009-02-18 | 1 | -5/+0 |
|/ |
|
* | Include C99 math compatbility layer in multiarray - isnan and co needed by nu... | David Cournapeau | 2009-02-14 | 1 | -0/+4 |
* | Recognize POSIX nan/inf representations in NumPyOS_strtod. | Pauli Virtanen | 2009-01-12 | 1 | -0/+3 |
* | Revert formatting changes: ascii_formatd only works for double, so we can't u... | David Cournapeau | 2008-12-28 | 1 | -2/+0 |
* | Include config.h before our C99 math compat layer. | David Cournapeau | 2008-12-27 | 1 | -0/+1 |
* | Include umath_funcs_c99 in multiarray so that we can use isinf and co macros. | David Cournapeau | 2008-12-27 | 1 | -0/+1 |
* | More unused warning handled. | David Cournapeau | 2008-10-08 | 1 | -1/+1 |
* | Fix missing initializers warnings. | David Cournapeau | 2008-10-08 | 1 | -1/+1 |
* | Use NPY_UNUSED in numpy.core sources. | David Cournapeau | 2008-10-08 | 1 | -32/+32 |
* | Fix ticket #925 | Travis Oliphant | 2008-10-03 | 1 | -37/+26 |
* | Fix 0-length sequence error in #882. | Travis Oliphant | 2008-08-29 | 1 | -0/+4 |
* | Fix reshaping 0-sized arrays. | David Cournapeau | 2008-08-29 | 1 | -1/+5 |
* | Add missing '|' for byteorder. | Travis Oliphant | 2008-08-27 | 1 | -1/+1 |
* | reverting C-API change from r5626 | Jarrod Millman | 2008-08-22 | 1 | -8/+8 |
* | *Full recompile needed*: changed the name of hasobject structure member to f... | Travis Oliphant | 2008-08-10 | 1 | -8/+8 |
* | Fix ticket #837. Avoid infinite loop in fromfile/fromstring by ensuring that ... | Pauli Virtanen | 2008-07-16 | 1 | -7/+26 |
* | Coding style cleanup. Replace hard tabs with spaces. | Charles Harris | 2008-07-16 | 1 | -5/+5 |
* | Deprecate PyArray_As2D. | Charles Harris | 2008-07-16 | 1 | -0/+4 |
* | Make deprecation messages more informative. | Charles Harris | 2008-07-14 | 1 | -4/+2 |