summaryrefslogtreecommitdiff
path: root/numpy/core/src/arrayobject.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ticket #925Travis Oliphant2008-10-031-0/+69
* Revert r5698, r5699, and r5702 until build problems are fixed.Charles Harris2008-08-271-3/+0
* Add a trunc function in umath module.David Cournapeau2008-08-251-0/+3
* reverting C-API change from r5626Jarrod Millman2008-08-221-7/+6
* Fix ticket #674.Travis Oliphant2008-08-101-2/+5
* *Full recompile needed*: changed the name of hasobject structure member to f...Travis Oliphant2008-08-101-6/+7
* Fix ticket #877 along with other bugs not yet reported for data-types with ti...Travis Oliphant2008-08-061-2/+11
* Fix ticket #850. Thanks to Michael Abbott for the patch.Charles Harris2008-07-161-2/+2
* Make deprecation messages more informative.Charles Harris2008-07-141-8/+4
* Move DEPRECATE macro to ndarrayobject.h.Charles Harris2008-07-131-6/+0
* Fix Deprecation warnings for python versions < 2.5.xCharles Harris2008-07-131-2/+8
* Deprecate PyArray_FromDims and PyArray_FromDimsAndDataAndDescr.Charles Harris2008-07-131-15/+21
* Replace snprintf with PyOS_snprintf.Charles Harris2008-07-121-7/+8
* Coding style cleanups.Charles Harris2008-07-121-12/+15
* Fix missing return value, closes ticket #813.Charles Harris2008-06-071-6/+7
* Fix more in ticket #791.Travis Oliphant2008-06-051-16/+33
* Fix regression in dtype='c' array creation.Charles Harris2008-05-261-2/+3
* Merge OBJECT_API and MULTIARRAY_API as NUMPY_API.Charles Harris2008-05-241-71/+71
* Add PyArray_CompareString to multiarray_api instead ofCharles Harris2008-05-221-1/+1
* Add PyArray_CompareString to the API.Charles Harris2008-05-221-1/+1
* Fix bug reported on SciPy mailing list which arose when the results of a broa...Travis Oliphant2008-05-221-4/+14
* Fix the logic testing for potential problems with array subclasses.Travis Oliphant2008-05-211-13/+8
* Fix the unit tests and eliminate the dimensionality reduction assumption for ...Travis Oliphant2008-05-151-1/+29
* Fix ticket #791.Travis Oliphant2008-05-131-1/+1
* * Make matrices return 1-dimensional array on item selection for 1.2\n * Rem...Travis Oliphant2008-05-071-8/+13
* Code style cleanups.Charles Harris2008-04-281-61/+98
* Code style cleanups and fix for ticket #743.Charles Harris2008-04-261-221/+265
* Code style cleanups.Charles Harris2008-04-261-141/+214
* Some cleanupsCharles Harris2008-04-251-11/+20
* Fix ticket #736.Charles Harris2008-04-251-6/+3
* Coding style cleanups.Charles Harris2008-04-251-89/+189
* Cleanup white space, fix a spelling, align some comments.Charles Harris2008-04-181-95/+95
* Fix up swap choice for FillWithScalar.Travis Oliphant2008-04-141-1/+1
* Fix bound in error message. Patch from Andrew Straw, fixes ticket 732.Charles Harris2008-04-091-2/+2
* Fix some Py_INCREF's to Py_XINCREF to avoid segfault when NULL is stored.Travis Oliphant2008-03-281-2/+2
* Fix ticket #676: flattening in Fortran order for ndim > 2Travis Oliphant2008-03-271-5/+12
* Fix ticket #702 (as well as other speed ups).Travis Oliphant2008-03-221-2/+3
* More complete fix to #647 so that fast copy is not attempted on portions of r...Travis Oliphant2008-03-221-9/+4
* Fix ticket #711 by more carefully guarding object array reference counting.Travis Oliphant2008-03-211-60/+69
* Fix reference count pattern for object arrays so that a decref is followed by...Travis Oliphant2008-03-211-36/+27
* Fix memory leak in _copy_from0d. Investigated by Matthieu, patched by pv. C...Stefan van der Walt2008-03-211-9/+27
* Add _default_copyswapn for extended data-types. Fix recent format error.Travis Oliphant2008-03-041-3/+24
* Allow names to be changed for data type objects without creating an entirely ...Travis Oliphant2008-03-021-1/+68
* Don't use FAST moves on aligned flexible data-types to avoid bus errors on SP...Travis Oliphant2008-02-271-1/+6
* Make sure that mp is an array before testing for 0-d ness.Travis Oliphant2008-02-261-3/+9
* Allow numpy scalars to be indexed in limited ways, but not be iterable. Fix ...Travis Oliphant2008-02-251-13/+10
* Fix swap error for indexing flat attribute. The data-type of the returned ob...Travis Oliphant2008-02-131-2/+1
* Add PyArray_CompareString function, but don't add it to the OBJECT_API yet. ACharles Harris2008-02-101-0/+18
* Fix packbits and unpackbits for new io in numpy.Travis Oliphant2007-12-261-1/+7
* Add comment to add Fortran ordering argument to ToFile. Fix repr for floatin...Travis Oliphant2007-12-161-0/+6