summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* Improve empty_like and zeros_like to respect sub-type.Travis Oliphant2008-04-091-27/+29
* Add numeric doctests (patch by Gael).Stefan van der Walt2008-03-231-6/+28
* Omit loadtxt and savetxt from __all__Robert Kern2008-02-281-1/+1
* loadtxt and savetxt moved to lib/io.pyRobert Kern2008-02-281-171/+0
* ran reindentJarrod Millman2008-02-081-4/+4
* typoJarrod Millman2008-01-081-1/+1
* Improve docstringsTravis Oliphant2007-12-281-4/+37
* Fixed binary_repr to make sure that evaluation at 0 returns a string of lengt...dhuard2007-12-131-1/+1
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-10/+10
* Fix allclose and add tests (based on a patch by Matthew Brett).Stefan van der Walt2007-08-201-13/+8
* Fix scalar inf comparison in allclose.Travis Oliphant2007-05-221-7/+8
* Fix ticekt #511 and start to handle allclose problems.Travis Oliphant2007-05-171-7/+11
* Fix some bugs with isposinf and isneginf as well as with how allclose dealt w...Travis Oliphant2007-05-171-2/+9
* Add loadtxt and savetxt adapted from matplotlib.Travis Oliphant2007-04-221-1/+172
* binary_repr handles negative numbers now, and takes an optional width argument.cookedm2007-04-021-13/+28
* Speed up indicies significantly (about 10x).Travis Oliphant2007-03-311-10/+18
* Fix doctests.Stefan van der Walt2007-02-181-4/+6
* Do not attempt to convolve empty arrays.Stefan van der Walt2007-02-091-0/+3
* Whitespace cleanup.Stefan van der Walt2007-01-081-16/+16
* Fix warnings found by Intel compiler due to unused variables that were set. ...Travis Oliphant2006-12-021-4/+18
* Docstring improvements.Robert Kern2006-11-301-34/+44
* Add docstring to correlate.Travis Oliphant2006-11-171-0/+4
* Fix usage of 'as' as a variableTravis Oliphant2006-10-281-4/+4
* Fix some typos and allow use of F_CONTIGUOUS and C_CONTIGUOUS in requires.Travis Oliphant2006-10-241-4/+8
* Added tests for errstate(call=x). Made minor change to errstate so that an ex...Tim Hochberg2006-10-191-3/+7
* Eliminate more warnings in testing.Travis Oliphant2006-10-191-6/+5
* Fix longfloat test on platforms where they are the same as doubles. Add abil...Travis Oliphant2006-10-191-0/+6
* Add print and log facilities to error handling and change the default error m...Travis Oliphant2006-10-191-6/+10
* Increase the C-API and allow ufuncs to be given keyword arguments. Re-compil...Travis Oliphant2006-10-171-9/+4
* Add roll function from ticket #293Travis Oliphant2006-10-131-1/+20
* Fix-up tensor solve and tensor inv and rename to match tensordot.Travis Oliphant2006-10-131-3/+12
* Add solvetensor and invtensorTravis Oliphant2006-10-131-1/+1
* Added docstring and tests to errstate. Also added 'all' option for seterr so ...Tim Hochberg2006-10-121-6/+41
* FixTravis Oliphant2006-10-121-1/+2
* Add errstate object to be created in new 'with' statementTravis Oliphant2006-10-111-1/+9
* Fix bugs: uncaught error, way record data-types print, asbuffer function fixed.Travis Oliphant2006-10-021-1/+4
* Fix the fromfunction routine to use float as default. Update oldnumeric and ...Travis Oliphant2006-09-281-10/+14
* Fix back repr of arrays to not have quote unless flexible.Travis Oliphant2006-09-251-2/+2
* Fix ticket #289 plus improve the way array data-types print and arrays repres...Travis Oliphant2006-09-231-1/+1
* Switch order of .put arguments to match the function call. Eliminate .putmas...Travis Oliphant2006-09-221-2/+2
* Add rollaxis command and fix cross functionTravis Oliphant2006-09-151-8/+30
* Fix problem with randn in matlib. Acutally add min, max, round, abs to the n...Travis Oliphant2006-08-291-2/+0
* Add float, int, etc. to numpy name-space. Flesh out tensordot. Fix-up getch...Travis Oliphant2006-08-291-13/+44
* Fix sundry errors.Travis Oliphant2006-08-281-2/+2
* Merge changes mistakenly added to 1.0b4 tag to the main trunkTravis Oliphant2006-08-281-1/+42
* Add rudimentary interrupt handliNG. Add max, min, round, abs to the numpy sp...Travis Oliphant2006-08-241-0/+2
* Fix mismatch between tp_name and pickle name so that pickles of scalar types ...Travis Oliphant2006-08-171-1/+1
* Strip characters from chararrays during comparisionTravis Oliphant2006-08-141-1/+2
* Update C-API to add features needed for numarray compatibility. Output argum...Travis Oliphant2006-08-101-2/+30
* Add bitwise_not to numpyTravis Oliphant2006-08-081-1/+3