summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Update release for tag.v1.0rc2Travis Oliphant2006-10-091-1/+2
* Speed up concatenate and choose when sequence is an array.Travis Oliphant2006-10-091-0/+15
* Added NPY_<CLS><BITS>_FMT macros.Pearu Peterson2006-10-071-0/+101
* Get rid of unused variables.Travis Oliphant2006-10-071-1/+0
* Add test for ticket #325.Stefan van der Walt2006-10-071-0/+6
* Fix last OBJECT function to handle NULLS.Travis Oliphant2006-10-071-3/+10
* Test for ticket #327.Stefan van der Walt2006-10-071-0/+5
* Fix ticket #325Travis Oliphant2006-10-071-7/+28
* Fix ticket #327.Stefan van der Walt2006-10-071-1/+1
* Add test for ticket #302.Stefan van der Walt2006-10-071-0/+5
* Add test for ticket #324.Stefan van der Walt2006-10-071-0/+6
* Fix ticket #324: not returning minimum array.Travis Oliphant2006-10-071-1/+1
* Add tests for tickets #312, #322, for polynomial roots and for settingStefan van der Walt2006-10-061-0/+20
* Re-work flat index setting to handle integer case better for objects arrays.Travis Oliphant2006-10-051-21/+30
* Fix ticket #322Travis Oliphant2006-10-051-2/+3
* Fix ticket #320Travis Oliphant2006-10-051-1/+1
* Fix ticket #319. There may still be a problem in casting from one data-type ...Travis Oliphant2006-10-051-1/+0
* Defined Py<Cls><bitsize>ScalarObject and Py<Cls><bitsize>ArrType_Type CPP macrosPearu Peterson2006-10-052-0/+185
* Speed up broadcasting ufuncs by making sure the loop axis is the one with the...Travis Oliphant2006-10-054-41/+84
* Use .view in-place of astype in rec.array when new dtype is given.Travis Oliphant2006-10-051-8/+4
* Fix #317 typo.Travis Oliphant2006-10-051-1/+1
* Fix so that rec.array copies by default.Travis Oliphant2006-10-051-6/+17
* Fix issue #313. Also make sure shape attribute of dtype object always return...Travis Oliphant2006-10-052-6/+20
* Fix up __array_interface__ getting and depth discovery for scalars.Travis Oliphant2006-10-052-63/+8
* Fix typo.Travis Oliphant2006-10-031-1/+1
* Allow lists to work with rec.array using fromrecords.py. But, tuples are the...Travis Oliphant2006-10-032-3/+3
* Convert to arrays earlier.Travis Oliphant2006-10-031-3/+3
* experiment with iterator speed up.Travis Oliphant2006-10-031-6/+27
* Use sb.array to handle the array interface.Travis Oliphant2006-10-021-6/+7
* Fix bugs: uncaught error, way record data-types print, asbuffer function fixed.Travis Oliphant2006-10-023-11/+12
* Fix ticket #308 by sending more than just ndarray to fromarray. Also, allow ...Travis Oliphant2006-10-022-4/+36
* Fix #302 by being careful about situations where the index method is defined ...Travis Oliphant2006-10-021-4/+6
* Fix setting unicode/string arrays with 0-d arrays of type unicode and/or string.Travis Oliphant2006-09-302-4/+8
* Only use the LongLong conversion if negative conversion worked.Travis Oliphant2006-09-291-1/+3
* Allow -1 to be used on uint32 and uint64Travis Oliphant2006-09-291-14/+51
* Create PyArray_HasArrayInterface macro to simplify getting an array from the ...Travis Oliphant2006-09-282-10/+21
* Add test for ticket #298.Stefan van der Walt2006-09-281-0/+5
* Fix merge argsort for strings. Code was not indexing correctly into the array...Travis Oliphant2006-09-282-35/+39
* Python 2.5 fixes: replace int with Py_ssize_t where appropiatecookedm2006-09-285-30/+41
* Fix the fromfunction routine to use float as default. Update oldnumeric and ...Travis Oliphant2006-09-282-15/+18
* Fix printing of arrays with records so that nested arrays print as lists inst...Travis Oliphant2006-09-272-7/+23
* Add quotes to printing strings.Travis Oliphant2006-09-271-1/+2
* Fix setting string and unicode arrays so that non-string sequences are not al...Travis Oliphant2006-09-271-3/+23
* Fix so that 'i4' and 'int32' are allways inserted into sctypeDict together. Travis Oliphant2006-09-271-1/+5
* Allow scalars to be constructed with default values of 0.Travis Oliphant2006-09-263-5/+25
* Fix back repr of arrays to not have quote unless flexible.Travis Oliphant2006-09-251-2/+2
* Fix ticket #289 plus improve the way array data-types print and arrays repres...Travis Oliphant2006-09-232-7/+11
* Fix Ticket #288Travis Oliphant2006-09-231-2/+2
* Add test for default axis in method and functions.Travis Oliphant2006-09-231-0/+39
* Fix the Python2.5-compatibility macros so that conflicts with other libraries...Travis Oliphant2006-09-231-3/+10