summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Collapse)AuthorAgeFilesLines
* Isolate Numeric compatibility to numpy.linalg.oldTravis Oliphant2006-03-151-1/+2
|
* remove unused importsTim Leslie2006-03-134-8/+6
|
* update tests to all run correctlyTim Leslie2006-03-134-7/+6
|
* Fix defect #28Travis Oliphant2006-03-121-2/+2
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-1017-155/+149
| | | | extraneous whitespace
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-102-4/+4
|
* Ensure scalars in finfoTravis Oliphant2006-03-061-4/+6
|
* Fix-up error in piecewise.Travis Oliphant2006-03-011-1/+1
|
* Add __eq__ and __ne__ to poly1dcookedm2006-02-281-0/+6
|
* Modest improvements to UserArray attribute access.Travis Oliphant2006-02-281-18/+11
|
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵Pearu Peterson2006-02-242-3/+3
| | | | initiating Scipy/NumpyTest during imports.
* Added kron and repmatTravis Oliphant2006-02-242-3/+35
|
* Make r_ and c_ instances of subclasses of concatenator, with appropiate ↵cookedm2006-02-241-18/+29
| | | | docstrings.
* Add check for rint and a default implementation if not present. Make ↵Travis Oliphant2006-02-241-1/+1
| | | | UserArray a new-style class.
* Fix scalar-multiply dotblas error for non-double types. Preserve more ↵Travis Oliphant2006-02-231-0/+3
| | | | matrices through functions
* Fix _AIX bug and add UserArray for container class backward compatibility.Travis Oliphant2006-02-232-6/+227
|
* Minor style improvements for polynomial.pycookedm2006-02-211-4/+7
|
* 1) Fix scimath functions to take and return vectors.Travis Oliphant2006-02-191-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 Oliphant2006-02-171-1/+1
|
* Change arrtype --> sctype so that dtype is given pre-eminance in determining ↵Travis Oliphant2006-01-313-8/+8
| | | | array type.
* Convert to arrays in piecewise. Improve error-handling of object-array ↵Travis Oliphant2006-01-291-1/+2
| | | | conversions.
* Add test for column-vector bug in dotblas.Travis Oliphant2006-01-291-0/+2
|
* Add ndindex iterator to complement ndenumerate iterator.Travis Oliphant2006-01-271-1/+51
|
* Simplify the ndenumerate class by exposing coords and index from flat ↵Travis Oliphant2006-01-261-19/+2
| | | | iterator. Simple cosmetic changes to ffts.
* Don't raise fatal errors on load.Travis Oliphant2006-01-241-4/+2
|
* Add ndmin to array constructors.Travis Oliphant2006-01-241-12/+2
|
* Fixed up PyArray_FromAny and friends for API --- recompile extensions...Travis Oliphant2006-01-191-2/+2
|
* Fixed up usage of dtype to be consistent with new dtype objects.Travis Oliphant2006-01-173-9/+9
|
* Add docstrings to index_tricks functions (r_, c_, ndenumerate, index_exp)cookedm2006-01-161-16/+42
|
* Made dtypedescr name attribute always report bit-width; fixed memmap ↵Travis Oliphant2006-01-151-4/+15
| | | | slicing; Improved documentation of convertfile and convertall in convertcode.py
* Fix bad use of .dtypeTravis Oliphant2006-01-151-2/+2
|
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵Travis Oliphant2006-01-157-32/+30
| | | | .dtypechar -> .dtype.char
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy ↵Pearu Peterson2006-01-141-3/+3
| | | | packages.
* Fix arraysetops.Travis Oliphant2006-01-111-22/+27
|
* Rename arguments in arraysetops to follow convention. Add bsum for builtin sum.Travis Oliphant2006-01-111-15/+15
|
* Fixed up segfault and error in r_Travis Oliphant2006-01-101-0/+13
|
* Arraysetops added to numpy.libRobert Cimrman2006-01-094-0/+363
|
* Added new feature to .view method so that if the argument is a sub-type of ↵Travis Oliphant2006-01-061-2/+3
| | | | the ndarray, an object is returned with all the information of the array.
* Included locals info to error on negep.Pearu Peterson2006-01-061-1/+1
|
* Copy input for i0 calculation.Travis Oliphant2006-01-051-1/+1
|
* Cleaning up __all__ list and numpy namespace.Pearu Peterson2006-01-054-4/+16
|
* Add a few more docstrings using add_docstring.Travis Oliphant2006-01-052-2/+24
|
* Remove deconvolveTravis Oliphant2006-01-051-19/+0
|
* Added i0 natively for kaiser windowTravis Oliphant2006-01-053-13/+102
|
* numpy.base -> numpyTravis Oliphant2006-01-052-2/+2
|
* Fixed problem in mlab.pyTravis Oliphant2006-01-051-1/+1
|
* More documentation updatesedschofield2006-01-051-2/+2
|
* Fixes to convertcode.pyTravis Oliphant2006-01-051-4/+4
|
* Final commit before merge to trunk.Travis Oliphant2006-01-042-3/+1
|
* More fixes...Travis Oliphant2006-01-0412-49/+24
|