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