summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-2036-303/+295
* Reverting r4481, see #723Jarrod Millman2008-04-201-0/+63
* Make the object loops tests less susceptiple to reference counting errors.Charles Harris2008-04-201-7/+9
* More clean up the generic object loops.Charles Harris2008-04-201-45/+19
* Cleanup code style in generic ufunc loops.Charles Harris2008-04-201-145/+278
* Add tests for generic ufunct loops preparatory to some code cleanup.Charles Harris2008-04-191-1/+129
* Fixing #738: Even more careful drive letter handling. And make the tests actu...Pauli Virtanen2008-04-192-3/+3
* Fixing #738: remember to sanitize away also Windows drive lettersPauli Virtanen2008-04-191-1/+2
* Fix bug #738 and add corresponding tests.Pauli Virtanen2008-04-192-5/+67
* Fix bug in parsing initexpr in 'INTEGER, PARAMETER :: ny = nx + 2'Pearu Peterson2008-04-181-1/+1
* Cleanup white space, fix a spelling, align some comments.Charles Harris2008-04-181-95/+95
* Fast implementation of take [patch by Eric Firing].Stefan van der Walt2008-04-184-20/+172
* Add comments to numerictypes.py about what the 'kind' field of dtypes can becookedm2008-04-181-11/+18
* Correct dependency on missing code.Robert Kern2008-04-172-34/+67
* De-obfuscate some test code.Robert Kern2008-04-171-7/+7
* Don't require gzip or bz2 until the actual functionality is requested.Robert Kern2008-04-173-7/+32
* Use the default terminal colour to print out INFO messages in distutils. Stefan van der Walt2008-04-162-3/+5
* Added and fixed some tests for loadtxt and savetxt. Cleaned up the docstring ...dhuard2008-04-162-19/+124
* bumping version to 1.1.0 to signify the minor API breakage and numerous new f...Jarrod Millman2008-04-151-1/+1
* Test for r5034.Robert Kern2008-04-141-0/+13
* Fix up swap choice for FillWithScalar.Travis Oliphant2008-04-141-1/+1
* Remove R files?Travis Oliphant2008-04-142-41/+0
* core:pierregm2008-04-146-146/+197
* Add one more level for silent modes in scons command.David Cournapeau2008-04-131-4/+5
* Make integers smaller than Long convert strings when possible.Charles Harris2008-04-131-1/+1
* Simplify code in MyPyFloat_AsDouble and MyPyLong_As*.Charles Harris2008-04-131-91/+49
* adding abreviation for pyplotJarrod Millman2008-04-131-4/+5
* Reindent. Needs style cleanup too.Charles Harris2008-04-131-1543/+1542
* Fix fromregex, add documentation and tests [patch by Pauli Virtanen].Stefan van der Walt2008-04-122-29/+85
* Compare against native-endian types, not endian-specific types.Robert Kern2008-04-121-2/+2
* Add lookfor function from ticket #734Travis Oliphant2008-04-111-1/+186
* Add one more test from ticket #728Travis Oliphant2008-04-111-0/+4
* Remove debugging. Python 2.6 still raises ValueError for bitwise operationsCharles Harris2008-04-111-8/+0
* Fixed #728 scalar coercion problem with mixed types and r_Travis Oliphant2008-04-114-11/+107
* More debugging.Charles Harris2008-04-111-3/+4
* More debugging.Charles Harris2008-04-111-1/+2
* More object casting debugging.Charles Harris2008-04-111-4/+3
* Debugging test for check_object_casting.Charles Harris2008-04-111-0/+7
* Remove test of repr precision for longdouble. This varies between compilers andCharles Harris2008-04-111-2/+0
* Add test for precision of longdouble repr. Need to add tests for all printingCharles Harris2008-04-111-0/+3
* Fix missing format code so longdoubles print with proper precision.Charles Harris2008-04-111-1/+1
* Add functions for str instead of defining them to the same as repr. Reduce reprCharles Harris2008-04-111-11/+37
* Fix a long-standing typo preventing the build of scipy.stats.mvn. Sorry Stefa...Robert Kern2008-04-101-1/+1
* Fix issue 715.Pearu Peterson2008-04-101-5/+6
* Add check for printing complex dtypes, closes #693.Stefan van der Walt2008-04-101-0/+10
* Fix bound in error message. Patch from Andrew Straw, fixes ticket 732.Charles Harris2008-04-091-2/+2
* Add the cached Gaussian to the state tuple. Preserve backwards compatibility ...Robert Kern2008-04-093-2235/+2325
* Fix #581.Robert Kern2008-04-093-2194/+2222
* Fix vander docstring.Stefan van der Walt2008-04-091-4/+3
* Add test for string to float conversions of various types.Charles Harris2008-04-091-0/+9