summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-04Changed all references to scipy to numpyTravis Oliphant130-1009/+1009
2006-01-04Change most setup.py filesTravis Oliphant10-51/+76
2006-01-04Moving things..Travis Oliphant21-0/+0
2006-01-04rename sub-packagesTravis Oliphant82-0/+0
2006-01-04Fix-up setup.pyTravis Oliphant1-6/+41
2006-01-04Moved scipy directory to numpyTravis Oliphant327-0/+0
2006-01-04Added compare to dtypedescr and typeNA dictTravis Oliphant2-6/+31
2006-01-04fixed sf bug 1395646sasha2-3/+20
2006-01-04test commit privilegesasha1-0/+1
2006-01-03Forced fields to be a proxy object (read-only from Python) and added ability ...Travis Oliphant3-35/+77
2006-01-02Moved weave to scipyTravis Oliphant266-129166/+0
2006-01-02Added UIntXX inplace of UintXX. Added Bool typeTravis Oliphant3-9/+21
2006-01-01Correct sort documentationCharles Harris1-2/+2
2006-01-01Applied Andrew Straw patch with modifications to support eggs.Pearu Peterson1-24/+34
2006-01-01Added capability to add docstrings to new types and builtin functions or meth...Travis Oliphant1-4/+46
2006-01-01Added mergesorts for STRING and UNICODE and exposed lexsortTravis Oliphant3-19/+111
2006-01-01Added lexicographic sort.Travis Oliphant4-6/+184
2005-12-31Added 1-d indexing speed-ups by going through the array iterator when fancy-i...Travis Oliphant2-34/+101
2005-12-31Postpone implicit imports of packages without global_symbols.Pearu Peterson1-7/+6
2005-12-31Fixed getting info files from subpackages. Code clean up.Pearu Peterson1-44/+80
2005-12-31Fix nasty corner-case.Travis Oliphant1-2/+4
2005-12-31Fixed conversion from string to number typesTravis Oliphant3-6/+20
2005-12-31Just changed the order of source-codeTravis Oliphant1-87/+96
2005-12-31Added other sort methods (heap, merge)Travis Oliphant7-50/+345
2005-12-31Added benchmarks folderTravis Oliphant1-0/+36
2005-12-31Fixed bug..Travis Oliphant1-3/+3
2005-12-31Added complex sorting functions as well.Travis Oliphant1-15/+19
2005-12-31Fixed bug in ma.py and added fast quicksorts.Travis Oliphant5-11/+144
2005-12-31Merged fixsort branch.Travis Oliphant8-14/+236
2005-12-31Adding type-specific sorting functions.Travis Oliphant8-14/+236
2005-12-30Updated PyArray_ArgSort to allow future sorting choices.Travis Oliphant3-3/+3
2005-12-30Fix inplace sorting along other dimension.Travis Oliphant1-1/+3
2005-12-30Fixed some other uses of sort method.Travis Oliphant1-2/+5
2005-12-30Changed sort to be in-placeTravis Oliphant2-35/+30
2005-12-30Changed sort to in-place --- uses copy for now.Travis Oliphant6-54/+176
2005-12-30scipy.distutils doc updatesPearu Peterson1-8/+14
2005-12-30Fixed importing _dotblas.Pearu Peterson1-1/+1
2005-12-30Removed scipy/lib from scipy_core.Pearu Peterson2-22/+0
2005-12-30Moved scipy/lib/blasdot to scipy/basePearu Peterson5-23/+22
2005-12-30Moved scipy.lib.mtrand to scipy.random.Pearu Peterson15-18/+65
2005-12-30Introduced postpone kw argument to pkgload. When postpone=True, packages info...Pearu Peterson1-1/+10
2005-12-30MANIFEST.in clean upPearu Peterson1-14/+5
2005-12-30Fixed mistake.Travis Oliphant1-5/+2
2005-12-30Fixed problems revealed by pychecker.Travis Oliphant16-39/+25
2005-12-30Fixed problem with mod.Travis Oliphant1-1/+1
2005-12-29Added string initialization conversion to chararray.Travis Oliphant2-11/+19
2005-12-29Fixed up chararray a bit.Travis Oliphant3-18/+22
2005-12-29Added records unittest for fromfile method. Included file testdata.fits file...chanley3-1/+9
2005-12-29Remove special method names for void scalar typesTravis Oliphant1-130/+23
2005-12-29Improvements to nested records.Travis Oliphant3-23/+101