summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on win32pdhv0.9.8Travis Oliphant2006-05-281-3/+16
* Fix versioning for release.Travis Oliphant2006-05-171-11/+11
* Rename fromflat to unravel_index. Add argwhere function. Change where docst...Travis Oliphant2006-05-173-9/+23
* Change from C++ commentsTravis Oliphant2006-05-172-7/+7
* Fix memory leak in PyArray_Round that probably caused error in ticket #110Travis Oliphant2006-05-171-10/+12
* Remove memory leak from scalarmath in ticket #123Travis Oliphant2006-05-171-1/+4
* Add test for multidimensional argmax.Travis Oliphant2006-05-171-0/+12
* Fix argmax and argmin problems for multi-dimensional arrays. Closes ticket #119Travis Oliphant2006-05-171-2/+20
* Fix for using NAG Fortran 95, due to James Graham <jg307@cam.ac.uk>cookedm2006-05-171-1/+1
* Better handling of string representation of longfloat and clongfloat arrays.cookedm2006-05-173-7/+51
* Fix #120: array.transpose() too lenient with its arguments.cookedm2006-05-172-5/+23
* #107: Directory name build/srcipts-pythonversion needs platform informationcookedm2006-05-171-1/+11
* Imperfect fix to longfloat arrays printing with inf (#112); use '%s' as the f...cookedm2006-05-171-12/+18
* Fix for linspace (#118) was incomplete; good now.cookedm2006-05-172-1/+3
* #118: linspace should always return floatscookedm2006-05-162-1/+6
* Initialize a potentially uninitialized variable in scalarmathmodulecookedm2006-05-161-2/+4
* Use sasha's patch to add #line to generated files (#85).cookedm2006-05-161-7/+14
* Better a.transpose() docstring (fixes #121)cookedm2006-05-161-1/+20
* Use a hack to get numpy to install with easy_install (#81)cookedm2006-05-161-0/+9
* Add 'q' to _array_kind and fix argmax which doesn't need to swap back axes.Travis Oliphant2006-05-162-5/+3
* Warning messages from numpy.distutils.misc_util.Configuration are printed in ...cookedm2006-05-151-3/+3
* Fix defect #115Travis Oliphant2006-05-142-4/+6
* Fix defect #111Travis Oliphant2006-05-131-1/+23
* Fix up warnings.Travis Oliphant2006-05-135-34/+40
* Fix crash for zero-size arrays.Travis Oliphant2006-05-122-6/+51
* Fix crash for zero-size arrays.Travis Oliphant2006-05-121-2/+1
* Fix ticket #109Travis Oliphant2006-05-111-1/+1
* Finish adding scalarmath and import it. Mixed-types are handled with ufuncs ...Travis Oliphant2006-05-114-20/+25
* Apply patch for ticket #83 to make matrices return scalars on axis=None reduc...Travis Oliphant2006-05-101-65/+33
* Fix ticket #106Travis Oliphant2006-05-101-4/+6
* Fix ticket #104Travis Oliphant2006-05-101-0/+12
* Fix byte-swapping problem for ticket #105Travis Oliphant2006-05-101-1/+1
* Fix ticket #102 and a few other 1-field descriptions.Travis Oliphant2006-05-093-8/+19
* Added matrix method test from ticket #84Travis Oliphant2006-05-092-2/+37
* Fix field method to always return fields. Fixes ticket #101Travis Oliphant2006-05-091-2/+9
* Add missing Py_INCREF to fix ticket #95Travis Oliphant2006-05-091-0/+1
* resolve ticket #89Travis Oliphant2006-05-091-6/+6
* Fix-up optimized dot when strides is not a multiple of the element size.Travis Oliphant2006-05-094-12/+78
* Fix field-comparisons for EquivTypes. Fixes ticket #94Travis Oliphant2006-05-092-3/+24
* Fix type-error oddity in defect #92Travis Oliphant2006-05-091-3/+7
* Fix for ticket #86Travis Oliphant2006-05-092-11/+18
* Fix Issue #93Travis Oliphant2006-05-091-0/+5
* Fix-up swapping error in iter_subscript.Travis Oliphant2006-05-091-1/+1
* Moved the declaration of retstatus above the variable assignments in the #if/...chanley2006-05-081-1/+2
* Removing bool scalar nb_add and nb_multiply functions as they appear to give ...Robert Kern2006-05-081-2/+2
* get_info returns deep copy of a dictionary, fixes bugs when one modifies info...Pearu Peterson2006-05-031-2/+2
* Added numerix info class to choose between different array backends using env...Pearu Peterson2006-05-031-0/+34
* Fixed doctest usage 2.4-ism.Pearu Peterson2006-05-031-4/+7
* fix: `emath` instead of `nmath`abaecker2006-05-031-1/+1
* fix compile problem (patch by Ted Horst)abaecker2006-05-031-1/+6