summaryrefslogtreecommitdiff
path: root/scipy/base/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* Moved scipy directory to numpyTravis Oliphant2006-01-041-815/+0
* Fixed some other uses of sort method.Travis Oliphant2005-12-301-2/+5
* Changed sort to in-place --- uses copy for now.Travis Oliphant2005-12-301-6/+8
* Fixed problems revealed by pychecker.Travis Oliphant2005-12-301-8/+9
* Fixed problem with mod.Travis Oliphant2005-12-301-1/+1
* Added an mlab so that there is one file to replace the old MLab functionality.Travis Oliphant2005-12-281-43/+128
* New implemenation of logspace using linspace due to Alan G. Isaaccookedm2005-12-071-15/+10
* More robust corner cases for linspacecookedm2005-12-061-6/+11
* Whitespace cleanup and make classes new-typecookedm2005-10-291-40/+40
* Altered vectorize to allow default arguments in function.Travis Oliphant2005-10-291-4/+11
* More docstring fixes for mean() and sum().edschofield2005-10-271-26/+23
* Improved docstrings:edschofield2005-10-271-180/+194
* Bug fix and new test cases for average()edschofield2005-10-251-9/+9
* EJS: Patch to use proper True and False values rather than 1 and 0. This all...edschofield2005-10-221-7/+7
* r164@Blasphemy: kern | 2005-10-06 22:01:39 -0700Robert Kern2005-10-071-1/+1
* Several fixes.Travis Oliphant2005-10-031-10/+10
* Fixes by Eric Firing..Travis Oliphant2005-10-021-4/+4
* Removed sign and round as methods -- more like ufuncsTravis Oliphant2005-10-011-17/+30
* r3532@Blasphemy: kern | 2005-09-29 03:08:25 -0700Robert Kern2005-09-291-1/+3
* a.flags returns fancy array-connected dictionary.Travis Oliphant2005-09-291-1/+6
* Eliminated random_lite libraryTravis Oliphant2005-09-281-2/+46
* Adding weave and testTravis Oliphant2005-09-261-3/+52
* Added ufunc attributes.Travis Oliphant2005-09-211-0/+5
* More fixes.Travis Oliphant2005-09-201-17/+18
* problematic MIN removed.Travis Oliphant2005-09-201-2/+0
* Fixed up limitsTravis Oliphant2005-09-201-13/+21
* Fixing some array scalar inconsistencies.Travis Oliphant2005-09-191-122/+83
* Moving things to live under scipyTravis Oliphant2005-09-141-0/+620