summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ticket #323 --- problem with roots all zeros and all zero coefficients.Travis Oliphant2006-10-051-1/+5
* 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
* Bug fix for DATA statement with components containing subexpressions.Pearu Peterson2006-10-051-3/+6
* F2PY G3: added basic support for wrapping Fortran subprograms, scalar input o...Pearu Peterson2006-10-056-19/+116
* 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
* Fixed typos.Pearu Peterson2006-10-053-6/+6
* 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
* F2PY G3: started subprogram support addition.Pearu Peterson2006-10-055-310/+340
* 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-053-65/+9
* F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 module...Pearu Peterson2006-10-048-75/+714
* 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
* F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.Pearu Peterson2006-10-0213-40/+306
* Add .dylib as a valid OS X shared library extension.Robert Kern2006-10-021-0/+2
* F2PY G3: fixed bugs, added float and complex scalars support.Pearu Peterson2006-10-014-60/+340
* F2PY G3: Moved Fortran parser related code to subpackage parser.Pearu Peterson2006-10-0116-175/+268
* Fix setting unicode/string arrays with 0-d arrays of type unicode and/or string.Travis Oliphant2006-09-302-4/+8
* F2PY G3: wrapping nested derived types.Pearu Peterson2006-09-309-259/+723
* 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
* Change unique1d's argument name from retindx to return_index.Stefan van der Walt2006-09-281-6/+8
* Add test for ticket #298.Stefan van der Walt2006-09-281-0/+5
* Update lexsort documentation a bit to give a hint as to how to use the keys t...Travis Oliphant2006-09-281-2/+4
* Fix merge argsort for strings. Code was not indexing correctly into the array...Travis Oliphant2006-09-282-35/+39
* For the MKL library, define the macro SCIPY_MKL_Hcookedm2006-09-281-1/+4
* Python 2.5 fixes: replace int with Py_ssize_t where appropiatecookedm2006-09-286-31/+42
* Fix documentation of fft sub-package to eliminate references to refft.Travis Oliphant2006-09-281-6/+6
* Fix the fromfunction routine to use float as default. Update oldnumeric and ...Travis Oliphant2006-09-285-22/+31
* Don't copy arrays inside ix_Travis Oliphant2006-09-281-1/+1
* 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
* Sort only once in median.Stefan van der Walt2006-09-261-3/+2
* Draft documentation for ndpointer.Stefan van der Walt2006-09-261-0/+23
* Add oldtypecodes to oldnumeric.typeconv so that old Numeric character codes c...Travis Oliphant2006-09-251-1/+18