summaryrefslogtreecommitdiff
path: root/numpy/core/src/arraymethods.c
Commit message (Expand)AuthorAgeFilesLines
* Fix segfault in Ticket #238Travis Oliphant2006-08-081-0/+6
* Change file reading and writing to call file object instead of using PyFile_F...Travis Oliphant2006-07-201-4/+2
* add some more docstringscookedm2006-07-181-1/+7
* Added PyArray_ToString to C-API and made default .tostring() method return C-...Travis Oliphant2006-07-181-6/+12
* Fix docstrings.Travis Oliphant2006-07-121-3/+3
* Fix .choose docstring and allow more functions to be 'vectorized'Travis Oliphant2006-07-111-5/+6
* MADE NPY_ versions of all PyArray_ prefixes corresponding to CONSTANTS. Crea...Travis Oliphant2006-07-101-2/+0
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-081-8/+8
* Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. A...Travis Oliphant2006-07-021-1/+1
* Fixes for objects in arrays.Travis Oliphant2006-06-271-0/+2
* Add support for object-arrays inside of other recorcd types.Travis Oliphant2006-06-271-34/+56
* Fix #157Travis Oliphant2006-06-261-5/+15
* Allow void-type scalars to be sequences if they have fields.Travis Oliphant2006-06-241-7/+1
* Fix copyswapn to take strides.Travis Oliphant2006-06-241-22/+20
* Speed up some copying code. Add MoveInto and CopyInto variants of PyArray_<....Travis Oliphant2006-06-221-5/+5
* Add a version number to pickles of ndarray and dtype.cookedm2006-06-101-12/+36
* Add RNG interface and clean up old-interfaces to be separate from newer ones.Travis Oliphant2006-06-091-11/+0
* Change squeeze to not return array scalars.Travis Oliphant2006-06-011-1/+1
* Better docstring for the nonzero method.edschofield2006-05-181-2/+10
* Better a.transpose() docstring (fixes #121)cookedm2006-05-161-1/+20
* Update copyswap functions to take array as argument in preparation for improv...Travis Oliphant2006-04-251-8/+4
* 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