summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added other sort methods (heap, merge)Travis Oliphant2005-12-317-50/+345
|
* Added benchmarks folderTravis Oliphant2005-12-311-0/+36
|
* Fixed bug..Travis Oliphant2005-12-311-3/+3
|
* Added complex sorting functions as well.Travis Oliphant2005-12-311-15/+19
|
* Fixed bug in ma.py and added fast quicksorts.Travis Oliphant2005-12-315-11/+144
|
* Merged fixsort branch.Travis Oliphant2005-12-318-14/+236
|\
| * Adding type-specific sorting functions.Travis Oliphant2005-12-318-14/+236
|/
* Updated PyArray_ArgSort to allow future sorting choices.Travis Oliphant2005-12-303-3/+3
|
* Fix inplace sorting along other dimension.Travis Oliphant2005-12-301-1/+3
|
* Fixed some other uses of sort method.Travis Oliphant2005-12-301-2/+5
|
* Changed sort to be in-placeTravis Oliphant2005-12-302-35/+30
|
* Changed sort to in-place --- uses copy for now.Travis Oliphant2005-12-306-54/+176
|
* scipy.distutils doc updatesPearu Peterson2005-12-301-8/+14
|
* Fixed importing _dotblas.Pearu Peterson2005-12-301-1/+1
|
* Removed scipy/lib from scipy_core.Pearu Peterson2005-12-302-22/+0
|
* Moved scipy/lib/blasdot to scipy/basePearu Peterson2005-12-305-23/+22
|
* Moved scipy.lib.mtrand to scipy.random.Pearu Peterson2005-12-3015-18/+65
|
* Introduced postpone kw argument to pkgload. When postpone=True, packages ↵Pearu Peterson2005-12-301-1/+10
| | | | info are read but packages themself are not loaded.
* MANIFEST.in clean upPearu Peterson2005-12-301-14/+5
|
* Fixed mistake.Travis Oliphant2005-12-301-5/+2
|
* Fixed problems revealed by pychecker.Travis Oliphant2005-12-3016-39/+25
|
* Fixed problem with mod.Travis Oliphant2005-12-301-1/+1
|
* Added string initialization conversion to chararray.Travis Oliphant2005-12-292-11/+19
|
* Fixed up chararray a bit.Travis Oliphant2005-12-293-18/+22
|
* Added records unittest for fromfile method. Included file testdata.fits ↵chanley2005-12-293-1/+9
| | | | file for use in test.
* Remove special method names for void scalar typesTravis Oliphant2005-12-291-130/+23
|
* Improvements to nested records.Travis Oliphant2005-12-293-23/+101
|
* Changed some expected outputs in docstringsTravis Oliphant2005-12-291-4/+4
|
* Don't set fields attribute in record type (get it from dtypedescr).Travis Oliphant2005-12-293-22/+21
|
* Fix so that anytime fields are defined void array-scalars don't copy data.Travis Oliphant2005-12-291-6/+10
|
* Improved void array-scalar type so that it has named-field accessTravis Oliphant2005-12-292-35/+169
|
* Fixed use of byteorder.Travis Oliphant2005-12-281-1/+1
|
* Added an mlab so that there is one file to replace the old MLab functionality.Travis Oliphant2005-12-289-66/+208
|
* new test for records method fromarrayschanley2005-12-271-1/+11
|
* Changed .toscalar() method to .item()Travis Oliphant2005-12-2610-23/+22
|
* Don't define extra variables if we don't use them.Travis Oliphant2005-12-261-1/+2
|
* Fix so that array can be used to construct default record arrays.Travis Oliphant2005-12-262-7/+15
|
* Fixing svn commit testing issues.Pearu Peterson2005-12-261-2/+2
|
* Fixing svn commit testing issuesPearu Peterson2005-12-265-0/+645
|
* Fixing svn commit testing issuesPearu Peterson2005-12-268-955/+0
|
* Renamed scipy.test module to scipy.testing. Clean up testing.Pearu Peterson2005-12-2655-1944/+1132
|
* Changed the version in preparation for a release.Travis Oliphant2005-12-261-1/+1
|
* Changed rtype to dtype in reduce for consistency.Travis Oliphant2005-12-263-61/+61
|
* Added redefinitions of corelinalg and corefft functions duplicated in full ↵Travis Oliphant2005-12-268-453/+520
| | | | scipy linalg and fft
* Changed corerandom to random to reflect that it will not be 'supplanted' by ↵Travis Oliphant2005-12-263-4/+4
| | | | full scipy.
* Removed separate random.py file.Travis Oliphant2005-12-262-14/+13
|
* Renamed corerandom to randomTravis Oliphant2005-12-264-1/+1
|
* Added rudimentary code for over-riding functions in scipy_core with those ↵Travis Oliphant2005-12-252-0/+14
| | | | from full scipy.
* ...and back again.Travis Oliphant2005-12-254-0/+0
|
* Moved from random to stats.Travis Oliphant2005-12-254-0/+0
|