summaryrefslogtreecommitdiff
path: root/numpy/core/src/arraymethods.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed where to always return a tupleTravis Oliphant2006-04-121-1/+1
* Comment changes. Fix-up byte-swapping on pickle read so that descriptor is a...Travis Oliphant2006-04-111-1/+14
* Byteswap on pickle-read if notTravis Oliphant2006-04-101-2/+10
* Fix-up record-array pickling and attribute access errors. Fix minor pickling...Travis Oliphant2006-03-311-3/+3
* Fix ravel function because method went back to old behavior.Travis Oliphant2006-03-291-4/+5
* Change so that .ravel() has old behavior.Travis Oliphant2006-03-291-7/+0
* Changed fortran= keywords to order= keywordsTravis Oliphant2006-03-241-14/+14
* Fix reshape to always interpret as C-contiguous unless fortran=True is given ...Travis Oliphant2006-03-211-60/+40
* Fix bug when setting uic to False.Travis Oliphant2006-03-151-1/+1
* Remove numpy distutils from autoload and fix 64-bit bug.Travis Oliphant2006-03-131-1/+1
* Fix pickling of fortran arrays (defect #16)Travis Oliphant2006-03-061-1/+2
* Remove bigndarray because Python SVN has support for 64-bit indexing.Travis Oliphant2006-03-011-5/+5
* Add keyword arguments to single-argument functions taking axis argument.Travis Oliphant2006-03-011-31/+51
* Add refcheck keyword argument to resize method to allow override of reference...Travis Oliphant2006-02-281-5/+18
* fixed whitespace in several doc stringssasha2006-02-271-4/+4
* added rint ufunc and ndarray.roundsasha2006-02-241-0/+16
* Small documentation fixesedschofield2006-02-171-1/+1
* Fix typo.Travis Oliphant2006-02-141-1/+1
* Fix .view to not return scalars. Travis Oliphant2006-02-141-8/+6
* Fix so that arrays never become scalars using .copy() commandTravis Oliphant2006-01-201-1/+1
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-2/+2
* Added new feature to .view method so that if the argument is a sub-type of th...Travis Oliphant2006-01-061-6/+18
* Fixed error in setflags and added a few unit tests for test_multiarrayTravis Oliphant2006-01-061-1/+1
* Added Chris Stawarz patch for solaris.Travis Oliphant2006-01-051-1/+0
* More fixes...Travis Oliphant2006-01-041-2/+1
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* rename sub-packagesTravis Oliphant2006-01-041-0/+1647