summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Cast to double instead of float in digitize.Stefan van der Walt2006-06-302-2/+7
* Add docstring and tests for digitize.Stefan van der Walt2006-06-302-24/+45
* Fixed lapack finding on intel-macTravis Oliphant2006-06-301-10/+32
* Fix up mtrand compile again.Travis Oliphant2006-06-291-160/+116
* Fixed import error.Pearu Peterson2006-06-291-1/+0
* Removed old files.Pearu Peterson2006-06-293-960/+0
* Finished impl. Fortran 77-2003 parse pattern classes.Pearu Peterson2006-06-298-281/+1158
* Fix some compiler_cxx errors.Travis Oliphant2006-06-291-7/+9
* Put back the test for bdist_egg when using setuptoolscookedm2006-06-281-0/+5
* Don't import setuptools by default, but do use it if it has been imported.cookedm2006-06-281-6/+5
* Fix-up matrix indexing.Travis Oliphant2006-06-281-10/+16
* from Neilen Marais: make numpy.testing compatible with the nosetest package w...cookedm2006-06-281-1/+1
* Add a function to retrieve a user-defined type number from the name of the as...Travis Oliphant2006-06-272-3/+24
* Fix setting of sub-classes that over-ride __getitem__Travis Oliphant2006-06-272-12/+33
* Add the code that generates lapack_lite from LAPACK sources.cookedm2006-06-275-0/+711
* Add some documentation to linalg.pyTravis Oliphant2006-06-271-0/+27
* allow _fillobject to handle non-object cases.Travis Oliphant2006-06-272-2/+16
* Add support for fields in VOID_nonzeroTravis Oliphant2006-06-271-8/+35
* Add unit-test for record-arrays with object field.Travis Oliphant2006-06-272-2/+23
* Back out accidental change.Travis Oliphant2006-06-271-1/+0
* Fixes for objects in arrays.Travis Oliphant2006-06-276-8/+43
* Add support for object-arrays inside of other recorcd types.Travis Oliphant2006-06-276-111/+219
* Undo move to numpy_numarray.Travis Oliphant2006-06-268-2/+2
* Renamed numpy/numarray/numpy directory to numpy/numarray/numpy_numarray to be...chanley2006-06-268-3/+3
* Fix missing error checks.Travis Oliphant2006-06-262-12/+19
* Fix #157Travis Oliphant2006-06-262-18/+63
* Reduce size of buffers for small cases. Improve reference count handling for...Travis Oliphant2006-06-262-46/+70
* Revert previous change but add unit test to catch ticket #156.Stefan van der Walt2006-06-262-30/+34
* Temporarily revert change made in r2665 that breaks dot.Stefan van der Walt2006-06-261-0/+30
* Cont. impl. Fortran parser.Pearu Peterson2006-06-267-60/+388
* Allow void-type scalars to be sequences if they have fields.Travis Oliphant2006-06-242-49/+94
* Fix init_by_array to properly initialize the has_gauss and has_binomial membe...Robert Kern2006-06-241-0/+2
* Fix copyswapn to take strides.Travis Oliphant2006-06-244-161/+91
* Removed unnecessary use of copyswap. Fixed up argsort (and lexsort) on byte-...Travis Oliphant2006-06-243-176/+42
* Move code and fix VOID_copyswap to recurse through fields.Travis Oliphant2006-06-232-14/+157
* Add code to descend through a field and increment (or decrement) any object r...Travis Oliphant2006-06-233-79/+96
* Implement rich comparisons for flatiter objects.Travis Oliphant2006-06-231-4/+19
* Fix __array__ method of flatiter object to return base-class arrayTravis Oliphant2006-06-232-8/+22
* Fix unaligned object arrays a bit.Travis Oliphant2006-06-231-11/+24
* Get Object arrays ready to be part of a structure (could have misaligned obje...Travis Oliphant2006-06-232-17/+54
* Clean up diag documentation. Clean up PyArray_INCREF and PyArray_XDECREF to ...Travis Oliphant2006-06-232-171/+96
* Fix the problems with SciPy.Travis Oliphant2006-06-222-39/+4
* Use INTP_FMT for formatting intp in stringscookedm2006-06-224-14/+11
* Cleaned up casting code to also handle broadcasting. Several SciPy tests are...Travis Oliphant2006-06-224-196/+185
* Cont. impl. Fortran parser.Pearu Peterson2006-06-229-61/+1666
* Fix ticket #76 -- copying now uses broadcasting.Travis Oliphant2006-06-222-167/+205
* Speed up some copying code. Add MoveInto and CopyInto variants of PyArray_<....Travis Oliphant2006-06-225-145/+346
* Add optimization for integer selection from array.Travis Oliphant2006-06-211-18/+51
* Fix memory leak in indexing code.Travis Oliphant2006-06-211-2/+7
* Add boolean indexing capability mixed with slice objects.Travis Oliphant2006-06-214-21/+54