Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Isolate Numeric compatibility to numpy.linalg.old | Travis Oliphant | 2006-03-15 | 1 | -1/+2 |
| | |||||
* | remove unused imports | Tim Leslie | 2006-03-13 | 4 | -8/+6 |
| | |||||
* | update tests to all run correctly | Tim Leslie | 2006-03-13 | 4 | -7/+6 |
| | |||||
* | Fix defect #28 | Travis Oliphant | 2006-03-12 | 1 | -2/+2 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 17 | -155/+149 |
| | | | | extraneous whitespace | ||||
* | Run tabnanny over the code, and replace uses of tab for indentation with spaces | cookedm | 2006-03-10 | 2 | -4/+4 |
| | |||||
* | Ensure scalars in finfo | Travis Oliphant | 2006-03-06 | 1 | -4/+6 |
| | |||||
* | Fix-up error in piecewise. | Travis Oliphant | 2006-03-01 | 1 | -1/+1 |
| | |||||
* | Add __eq__ and __ne__ to poly1d | cookedm | 2006-02-28 | 1 | -0/+6 |
| | |||||
* | Modest improvements to UserArray attribute access. | Travis Oliphant | 2006-02-28 | 1 | -18/+11 |
| | |||||
* | Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵ | Pearu Peterson | 2006-02-24 | 2 | -3/+3 |
| | | | | initiating Scipy/NumpyTest during imports. | ||||
* | Added kron and repmat | Travis Oliphant | 2006-02-24 | 2 | -3/+35 |
| | |||||
* | Make r_ and c_ instances of subclasses of concatenator, with appropiate ↵ | cookedm | 2006-02-24 | 1 | -18/+29 |
| | | | | docstrings. | ||||
* | Add check for rint and a default implementation if not present. Make ↵ | Travis Oliphant | 2006-02-24 | 1 | -1/+1 |
| | | | | UserArray a new-style class. | ||||
* | Fix scalar-multiply dotblas error for non-double types. Preserve more ↵ | Travis Oliphant | 2006-02-23 | 1 | -0/+3 |
| | | | | matrices through functions | ||||
* | Fix _AIX bug and add UserArray for container class backward compatibility. | Travis Oliphant | 2006-02-23 | 2 | -6/+227 |
| | |||||
* | Minor style improvements for polynomial.py | cookedm | 2006-02-21 | 1 | -4/+7 |
| | |||||
* | 1) Fix scimath functions to take and return vectors. | Travis Oliphant | 2006-02-19 | 1 | -1/+1 |
| | | | | | 2) Fix old bug in PyArray_CastTo when multiple copies made. 3) Fix reference counting bugs. | ||||
* | Upgrade version number of trunk and add 'math' | Travis Oliphant | 2006-02-17 | 1 | -1/+1 |
| | |||||
* | Change arrtype --> sctype so that dtype is given pre-eminance in determining ↵ | Travis Oliphant | 2006-01-31 | 3 | -8/+8 |
| | | | | array type. | ||||
* | Convert to arrays in piecewise. Improve error-handling of object-array ↵ | Travis Oliphant | 2006-01-29 | 1 | -1/+2 |
| | | | | conversions. | ||||
* | Add test for column-vector bug in dotblas. | Travis Oliphant | 2006-01-29 | 1 | -0/+2 |
| | |||||
* | Add ndindex iterator to complement ndenumerate iterator. | Travis Oliphant | 2006-01-27 | 1 | -1/+51 |
| | |||||
* | Simplify the ndenumerate class by exposing coords and index from flat ↵ | Travis Oliphant | 2006-01-26 | 1 | -19/+2 |
| | | | | iterator. Simple cosmetic changes to ffts. | ||||
* | Don't raise fatal errors on load. | Travis Oliphant | 2006-01-24 | 1 | -4/+2 |
| | |||||
* | Add ndmin to array constructors. | Travis Oliphant | 2006-01-24 | 1 | -12/+2 |
| | |||||
* | Fixed up PyArray_FromAny and friends for API --- recompile extensions... | Travis Oliphant | 2006-01-19 | 1 | -2/+2 |
| | |||||
* | Fixed up usage of dtype to be consistent with new dtype objects. | Travis Oliphant | 2006-01-17 | 3 | -9/+9 |
| | |||||
* | Add docstrings to index_tricks functions (r_, c_, ndenumerate, index_exp) | cookedm | 2006-01-16 | 1 | -16/+42 |
| | |||||
* | Made dtypedescr name attribute always report bit-width; fixed memmap ↵ | Travis Oliphant | 2006-01-15 | 1 | -4/+15 |
| | | | | slicing; Improved documentation of convertfile and convertall in convertcode.py | ||||
* | Fix bad use of .dtype | Travis Oliphant | 2006-01-15 | 1 | -2/+2 |
| | |||||
* | Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵ | Travis Oliphant | 2006-01-15 | 7 | -32/+30 |
| | | | | .dtypechar -> .dtype.char | ||||
* | Making f2py and distutils scipy-style packages. Using pkgload to load numpy ↵ | Pearu Peterson | 2006-01-14 | 1 | -3/+3 |
| | | | | packages. | ||||
* | Fix arraysetops. | Travis Oliphant | 2006-01-11 | 1 | -22/+27 |
| | |||||
* | Rename arguments in arraysetops to follow convention. Add bsum for builtin sum. | Travis Oliphant | 2006-01-11 | 1 | -15/+15 |
| | |||||
* | Fixed up segfault and error in r_ | Travis Oliphant | 2006-01-10 | 1 | -0/+13 |
| | |||||
* | Arraysetops added to numpy.lib | Robert Cimrman | 2006-01-09 | 4 | -0/+363 |
| | |||||
* | Added new feature to .view method so that if the argument is a sub-type of ↵ | Travis Oliphant | 2006-01-06 | 1 | -2/+3 |
| | | | | the ndarray, an object is returned with all the information of the array. | ||||
* | Included locals info to error on negep. | Pearu Peterson | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | Copy input for i0 calculation. | Travis Oliphant | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | Cleaning up __all__ list and numpy namespace. | Pearu Peterson | 2006-01-05 | 4 | -4/+16 |
| | |||||
* | Add a few more docstrings using add_docstring. | Travis Oliphant | 2006-01-05 | 2 | -2/+24 |
| | |||||
* | Remove deconvolve | Travis Oliphant | 2006-01-05 | 1 | -19/+0 |
| | |||||
* | Added i0 natively for kaiser window | Travis Oliphant | 2006-01-05 | 3 | -13/+102 |
| | |||||
* | numpy.base -> numpy | Travis Oliphant | 2006-01-05 | 2 | -2/+2 |
| | |||||
* | Fixed problem in mlab.py | Travis Oliphant | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | More documentation updates | edschofield | 2006-01-05 | 1 | -2/+2 |
| | |||||
* | Fixes to convertcode.py | Travis Oliphant | 2006-01-05 | 1 | -4/+4 |
| | |||||
* | Final commit before merge to trunk. | Travis Oliphant | 2006-01-04 | 2 | -3/+1 |
| | |||||
* | More fixes... | Travis Oliphant | 2006-01-04 | 12 | -49/+24 |
| |