Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 327 | -163136/+0 |
| | |||||
* | Added compare to dtypedescr and typeNA dict | Travis Oliphant | 2006-01-04 | 2 | -6/+31 |
| | |||||
* | fixed sf bug 1395646 | sasha | 2006-01-04 | 2 | -3/+20 |
| | |||||
* | Forced fields to be a proxy object (read-only from Python) and added ability ↵ | Travis Oliphant | 2006-01-03 | 3 | -35/+77 |
| | | | | to document dynamically object attributes. | ||||
* | Moved weave to scipy | Travis Oliphant | 2006-01-02 | 266 | -129166/+0 |
| | |||||
* | Added UIntXX inplace of UintXX. Added Bool type | Travis Oliphant | 2006-01-02 | 3 | -9/+21 |
| | |||||
* | Correct sort documentation | Charles Harris | 2006-01-01 | 1 | -2/+2 |
| | |||||
* | Applied Andrew Straw patch with modifications to support eggs. | Pearu Peterson | 2006-01-01 | 1 | -24/+34 |
| | |||||
* | Added capability to add docstrings to new types and builtin functions or ↵ | Travis Oliphant | 2006-01-01 | 1 | -4/+46 |
| | | | | methods after compilation. Doc strings can be moved from C-code into a separate Python module and added as needed. | ||||
* | Added mergesorts for STRING and UNICODE and exposed lexsort | Travis Oliphant | 2006-01-01 | 3 | -19/+111 |
| | |||||
* | Added lexicographic sort. | Travis Oliphant | 2006-01-01 | 4 | -6/+184 |
| | |||||
* | Added 1-d indexing speed-ups by going through the array iterator when ↵ | Travis Oliphant | 2005-12-31 | 2 | -34/+101 |
| | | | | fancy-indexing is needed. Also added bug-fixes to ma.py from Sourceforge. | ||||
* | Postpone implicit imports of packages without global_symbols. | Pearu Peterson | 2005-12-31 | 1 | -7/+6 |
| | |||||
* | Fixed getting info files from subpackages. Code clean up. | Pearu Peterson | 2005-12-31 | 1 | -44/+80 |
| | |||||
* | Fix nasty corner-case. | Travis Oliphant | 2005-12-31 | 1 | -2/+4 |
| | |||||
* | Fixed conversion from string to number types | Travis Oliphant | 2005-12-31 | 2 | -6/+13 |
| | |||||
* | Just changed the order of source-code | Travis Oliphant | 2005-12-31 | 1 | -87/+96 |
| | |||||
* | Added other sort methods (heap, merge) | Travis Oliphant | 2005-12-31 | 7 | -50/+345 |
| | |||||
* | Fixed bug.. | Travis Oliphant | 2005-12-31 | 1 | -3/+3 |
| | |||||
* | Added complex sorting functions as well. | Travis Oliphant | 2005-12-31 | 1 | -15/+19 |
| | |||||
* | Fixed bug in ma.py and added fast quicksorts. | Travis Oliphant | 2005-12-31 | 5 | -11/+144 |
| | |||||
* | Adding type-specific sorting functions. | Travis Oliphant | 2005-12-31 | 8 | -14/+236 |
| | |||||
* | Updated PyArray_ArgSort to allow future sorting choices. | Travis Oliphant | 2005-12-30 | 3 | -3/+3 |
| | |||||
* | Fix inplace sorting along other dimension. | Travis Oliphant | 2005-12-30 | 1 | -1/+3 |
| | |||||
* | Fixed some other uses of sort method. | Travis Oliphant | 2005-12-30 | 1 | -2/+5 |
| | |||||
* | Changed sort to be in-place | Travis Oliphant | 2005-12-30 | 2 | -35/+30 |
| | |||||
* | Changed sort to in-place --- uses copy for now. | Travis Oliphant | 2005-12-30 | 6 | -54/+176 |
| | |||||
* | scipy.distutils doc updates | Pearu Peterson | 2005-12-30 | 1 | -8/+14 |
| | |||||
* | Fixed importing _dotblas. | Pearu Peterson | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | Removed scipy/lib from scipy_core. | Pearu Peterson | 2005-12-30 | 2 | -22/+0 |
| | |||||
* | Moved scipy/lib/blasdot to scipy/base | Pearu Peterson | 2005-12-30 | 5 | -23/+22 |
| | |||||
* | Moved scipy.lib.mtrand to scipy.random. | Pearu Peterson | 2005-12-30 | 15 | -18/+65 |
| | |||||
* | Introduced postpone kw argument to pkgload. When postpone=True, packages ↵ | Pearu Peterson | 2005-12-30 | 1 | -1/+10 |
| | | | | info are read but packages themself are not loaded. | ||||
* | Fixed mistake. | Travis Oliphant | 2005-12-30 | 1 | -5/+2 |
| | |||||
* | Fixed problems revealed by pychecker. | Travis Oliphant | 2005-12-30 | 16 | -39/+25 |
| | |||||
* | Fixed problem with mod. | Travis Oliphant | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | Added string initialization conversion to chararray. | Travis Oliphant | 2005-12-29 | 1 | -10/+18 |
| | |||||
* | Fixed up chararray a bit. | Travis Oliphant | 2005-12-29 | 3 | -18/+22 |
| | |||||
* | Added records unittest for fromfile method. Included file testdata.fits ↵ | chanley | 2005-12-29 | 2 | -1/+8 |
| | | | | file for use in test. | ||||
* | Remove special method names for void scalar types | Travis Oliphant | 2005-12-29 | 1 | -130/+23 |
| | |||||
* | Improvements to nested records. | Travis Oliphant | 2005-12-29 | 3 | -23/+101 |
| | |||||
* | Changed some expected outputs in docstrings | Travis Oliphant | 2005-12-29 | 1 | -4/+4 |
| | |||||
* | Don't set fields attribute in record type (get it from dtypedescr). | Travis Oliphant | 2005-12-29 | 3 | -22/+21 |
| | |||||
* | Fix so that anytime fields are defined void array-scalars don't copy data. | Travis Oliphant | 2005-12-29 | 1 | -6/+10 |
| | |||||
* | Improved void array-scalar type so that it has named-field access | Travis Oliphant | 2005-12-29 | 2 | -35/+169 |
| | |||||
* | Fixed use of byteorder. | Travis Oliphant | 2005-12-28 | 1 | -1/+1 |
| | |||||
* | Added an mlab so that there is one file to replace the old MLab functionality. | Travis Oliphant | 2005-12-28 | 9 | -66/+208 |
| | |||||
* | new test for records method fromarrays | chanley | 2005-12-27 | 1 | -1/+11 |
| | |||||
* | Changed .toscalar() method to .item() | Travis Oliphant | 2005-12-26 | 10 | -23/+22 |
| | |||||
* | Don't define extra variables if we don't use them. | Travis Oliphant | 2005-12-26 | 1 | -1/+2 |
| |