summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix so patch is applied correctly.v0.9.4Travis Oliphant2006-01-221-5/+1
* Added python 2.3 patch to 0.9.4 release.Travis Oliphant2006-01-222-1/+15
* Remove svn_version lookup in release.Travis Oliphant2006-01-221-10/+10
* Comment change in fortranobject.c better.Travis Oliphant2006-01-221-0/+4
* Added LICENSE.txt to distribution. Fixed f2py check_and_fix_dimensions to not...Travis Oliphant2006-01-222-0/+15
* Added tests for fromstring.Travis Oliphant2006-01-211-0/+10
* Fix uninitialized variable.Travis Oliphant2006-01-211-1/+1
* Fix a few more improper uses of .dtype attribute.Travis Oliphant2006-01-212-3/+3
* Update C-API version.Travis Oliphant2006-01-211-1/+1
* Added ability to read ascii strings in fromstring.Travis Oliphant2006-01-213-33/+190
* Fix arange to accept None and treat it as if it hadn't been passed in.Travis Oliphant2006-01-211-1/+1
* Add a BSD-type LICENSE.txt fileTravis Oliphant2006-01-201-0/+30
* A few safety checks for platforms where SIZEOF_LONG < SIZEOF_INTP -- windows ...Travis Oliphant2006-01-201-0/+12
* Fix conversions to NaN for other floating typesTravis Oliphant2006-01-201-2/+8
* Fix so that None converts to Nan in array conversion.Travis Oliphant2006-01-201-1/+32
* Fix str representation for rank-0 arraysTravis Oliphant2006-01-201-1/+1
* Fix segfault when using subdescr.Travis Oliphant2006-01-201-0/+1
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-2017-22/+21
* Remove unnecessary check.Travis Oliphant2006-01-201-3/+0
* Change order of descriptor functions to match required vs. non-required.Travis Oliphant2006-01-203-17/+37
* Fixed error in no-axis methods for matrices.Travis Oliphant2006-01-202-1/+6
* Fix so that arrays never become scalars using .copy() commandTravis Oliphant2006-01-201-1/+1
* take advantage of nomask=False_sasha2006-01-201-7/+4
* changed nomask from None to False_sasha2006-01-201-1/+1
* Fix inappropriate DECREF.Travis Oliphant2006-01-202-7/+7
* Made ma immune to a bug in choosesasha2006-01-202-15/+12
* Defined False_ and True_sasha2006-01-202-9/+11
* numpy no longer needs to be a namespace package.Robert Kern2006-01-191-6/+0
* Fix reference counting problems..Travis Oliphant2006-01-193-2/+10
* Fix bad strides in complex scalar-matrix multiply.Travis Oliphant2006-01-191-4/+4
* More optimizations to indexing...Travis Oliphant2006-01-191-113/+108
* faster 'nonzero', &, | and ^ for bool_sasha2006-01-192-0/+88
* Speed ups to indexing..Travis Oliphant2006-01-192-144/+172
* Using /etc/ld.so.conf and LD_LIBRARY_PATH to detect MKLROOT. When MKLROOT is ...Pearu Peterson2006-01-191-4/+15
* Added NDARRAY_VERSION check on import_arrayTravis Oliphant2006-01-195-2/+32
* Add restore functions to numpy.dualTravis Oliphant2006-01-191-3/+9
* Use a register_func system for altering functions in numpy.dualTravis Oliphant2006-01-191-21/+22
* Cleaned up some uses of CheckFromAnyTravis Oliphant2006-01-191-4/+8
* Fixed up PyArray_FromAny and friends for API --- recompile extensions...Travis Oliphant2006-01-199-170/+153
* more tests for {{{__array__}}} callssasha2006-01-181-1/+8
* More optimization in iterator for 1d.Travis Oliphant2006-01-181-1/+5
* Re-order optimization in iterator for 1d.Travis Oliphant2006-01-181-4/+4
* Add optimization in iterator for 1d.Travis Oliphant2006-01-181-0/+4
* Fix problems with non-square matrices in _dotblas.cTravis Oliphant2006-01-183-15/+25
* Revert passing -m32 to g77cookedm2006-01-181-3/+3
* static allocation of boolean valuessasha2006-01-183-44/+26
* intern bool_arrtype valuessasha2006-01-184-3/+59
* Fixed char.array functionTravis Oliphant2006-01-181-4/+3
* added passing optional context to the __array__ methodsasha2006-01-183-4/+53
* Fixed up inappropriate copy...Travis Oliphant2006-01-183-5/+4