summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarraymodule.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak and Fix segfault on Python2.3 by disabling threading.Travis Oliphant2006-07-211-4/+8
* Change file reading and writing to call file object instead of using PyFile_F...Travis Oliphant2006-07-201-4/+2
* Improve creation of object arrays when dtype=object is specified.Travis Oliphant2006-07-191-0/+4
* Fixed order of DECREF and END_THREADSTravis Oliphant2006-07-181-2/+1
* Fix ticket #178 which was an error whenever multiple buffers needed to be use...Travis Oliphant2006-07-181-0/+5
* Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an environ...Travis Oliphant2006-07-181-12/+15
* Make sure generated C-API uses new names.Travis Oliphant2006-07-181-17/+16
* Allow threads at several places in the code.Travis Oliphant2006-07-181-13/+52
* Fix ticket #177Travis Oliphant2006-07-121-2/+8
* MADE NPY_ versions of all PyArray_ prefixes corresponding to CONSTANTS. Crea...Travis Oliphant2006-07-101-16/+13
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-081-22/+20
* Fix-up uses of Bool as return type in C-APITravis Oliphant2006-07-071-2/+2
* Fix memory leak in #172Travis Oliphant2006-07-071-3/+7
* Find reference-counting problem leading to memory leak in PyArray_RoundTravis Oliphant2006-07-061-6/+5
* Convert docstrings to reflect change to floating-point defaults.Travis Oliphant2006-07-031-5/+5
* Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. A...Travis Oliphant2006-07-021-1/+35
* Make the default array type float.Travis Oliphant2006-06-301-6/+7
* Fixes for objects in arrays.Travis Oliphant2006-06-271-0/+2
* Add support for object-arrays inside of other recorcd types.Travis Oliphant2006-06-271-13/+13
* Fix missing error checks.Travis Oliphant2006-06-261-9/+14
* Removed unnecessary use of copyswap. Fixed up argsort (and lexsort) on byte-...Travis Oliphant2006-06-241-59/+41
* Use INTP_FMT for formatting intp in stringscookedm2006-06-221-2/+1
* Fix ticket #76 -- copying now uses broadcasting.Travis Oliphant2006-06-221-4/+8
* Speed up some copying code. Add MoveInto and CopyInto variants of PyArray_<....Travis Oliphant2006-06-221-31/+21
* Eliminate more warnings and add fixes from #149 and #150Travis Oliphant2006-06-211-1/+1
* Changes suggested by experimentation with new data-typesTravis Oliphant2006-06-201-2/+1
* Fix ticket #140 where objects in a field could be specified but resulted in s...Travis Oliphant2006-06-121-6/+2
* Fix incorrect type in PyArray_FromItercookedm2006-06-101-15/+14
* Replace Python version of fromiter with one coded in C.Tim Hochberg2006-06-101-0/+104
* Remove TIMSORT.Travis Oliphant2006-06-021-2/+0
* Allow user-defined data-types to participate in the casting infrastructure. ...Travis Oliphant2006-06-021-22/+47
* Improve registered ufuncs so that they can coerce data to and from user-defin...Travis Oliphant2006-06-021-3/+0
* Fix-up handling of registering of data-types. Now it is done using a PyArray...Travis Oliphant2006-06-021-20/+1
* Allow lexsort to take any sequence as an input.Travis Oliphant2006-06-011-10/+12
* Comment changes and change var and std to divide by N instead of N-1 Travis Oliphant2006-06-011-2/+2
* Fixed bug in scalar casting..Travis Oliphant2006-05-211-1/+1
* Added transpose tip to where() docstring; cleaned up lexsort docstringedschofield2006-05-181-12/+18
* Rename fromflat to unravel_index. Add argwhere function. Change where docst...Travis Oliphant2006-05-171-1/+1
* Fix memory leak in PyArray_Round that probably caused error in ticket #110Travis Oliphant2006-05-171-10/+12
* Fix argmax and argmin problems for multi-dimensional arrays. Closes ticket #119Travis Oliphant2006-05-171-2/+20
* Better handling of string representation of longfloat and clongfloat arrays.cookedm2006-05-171-0/+27
* Fix #120: array.transpose() too lenient with its arguments.cookedm2006-05-171-5/+17
* Add 'q' to _array_kind and fix argmax which doesn't need to swap back axes.Travis Oliphant2006-05-161-3/+1
* Fix defect #111Travis Oliphant2006-05-131-1/+23
* Fix up warnings.Travis Oliphant2006-05-131-1/+1
* Fix ticket #102 and a few other 1-field descriptions.Travis Oliphant2006-05-091-6/+14
* Fix field-comparisons for EquivTypes. Fixes ticket #94Travis Oliphant2006-05-091-2/+20
* Fix Issue #93Travis Oliphant2006-05-091-0/+5
* Fix typo and warning.Travis Oliphant2006-04-271-1/+1
* Add EnsureAnyArray as a function instead of a macroTravis Oliphant2006-04-271-8/+9