summaryrefslogtreecommitdiff
path: root/scipy/base/numeric.py
Commit message (Collapse)AuthorAgeFilesLines
* More 64-bit fixes.Travis Oliphant2005-10-071-5/+8
|
* Added Inf to baseTravis Oliphant2005-10-071-2/+2
|
* Fixed segfaults in buffered casting when castsize was different than ↵Travis Oliphant2005-10-031-2/+2
| | | | buffersize. Also fixed so copies are made whenever the array is less than the buffersize
* Several fixes.Travis Oliphant2005-10-031-31/+43
|
* Fixes by Eric Firing..Travis Oliphant2005-10-021-0/+1
|
* Add error checking for object ufuncs.Travis Oliphant2005-10-011-0/+1
|
* Fixed and improved scipy.distutils.Pearu Peterson2005-09-301-14/+0
|
* Changed names from axxxxx to xxxx_ for types that shadow builtin types.Travis Oliphant2005-09-291-1/+1
|
* r3532@Blasphemy: kern | 2005-09-29 03:08:25 -0700Robert Kern2005-09-291-2/+3
| | | | More test fixes
* Added a can_cast Python function.Travis Oliphant2005-09-291-0/+1
|
* a.flags returns fancy array-connected dictionary.Travis Oliphant2005-09-291-0/+2
|
* Don't shadow builtins anymore.Travis Oliphant2005-09-281-2/+2
|
* Changes..Travis Oliphant2005-09-281-2/+2
|
* Eliminated random_lite libraryTravis Oliphant2005-09-281-10/+29
|
* r3493@803638d6: kern | 2005-09-27 19:52:10 -0700Robert Kern2005-09-281-1/+11
| | | | get_scipy_include() docs and fix; f2py updated to use get_scipy_include(); mtrand integration
* r3470@803638d6: kern | 2005-09-26 17:50:04 -0700Robert Kern2005-09-281-0/+6
| | | | Don't install headers under /include/python2.4 but into the package
* Fixed fortran ravelling issues. Travis Oliphant2005-09-221-0/+1
|
* Fixed ufunc error handling.Travis Oliphant2005-09-211-0/+2
|
* Making more consistent.Travis Oliphant2005-09-201-0/+19
|
* Fixing some array scalar inconsistencies.Travis Oliphant2005-09-191-2/+5
|
* Adding core scipy functionsTravis Oliphant2005-09-191-19/+45
|
* Added isnan, isinf, isfinite, and signbitTravis Oliphant2005-09-161-3/+6
|
* Added _dotblas installTravis Oliphant2005-09-161-2/+5
|
* Moving things to live under scipyTravis Oliphant2005-09-141-0/+291