summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add tests to arraysetops for empty arrays.Stefan van der Walt2006-09-191-0/+14
|
* Support empty arrays in setxor1d and setdiff1d.Stefan van der Walt2006-09-191-2/+8
|
* Fix unique1d for empty sets. Closes r208.Stefan van der Walt2006-09-191-6/+10
|
* Add ediff1d support for empty arrays.Stefan van der Walt2006-09-183-24/+25
| | | | | Fix ediff1d for to_begin or to_end = 0. Allow insert to operate on empty arrays.
* Add tests for recent void byteswap problem.Travis Oliphant2006-09-181-0/+6
|
* Fix copyswap for VOID arrays when src is NULLTravis Oliphant2006-09-181-4/+12
|
* Rework fix to #282Travis Oliphant2006-09-181-8/+8
|
* Fixed #282Travis Oliphant2006-09-181-4/+7
|
* Fix #280Travis Oliphant2006-09-181-2/+2
|
* Fix so that astype and transpose return 0-d arrays if given 0-d arrays.Travis Oliphant2006-09-181-3/+2
|
* Fixed typos, started impl. derived type support.Pearu Peterson2006-09-173-8/+20
|
* Fix typo.Travis Oliphant2006-09-171-1/+1
|
* Add test for recent fix.Travis Oliphant2006-09-161-0/+5
|
* Fix type-coercion for void-type arrays.Travis Oliphant2006-09-161-7/+24
|
* Added Fortran Standard reference manual.Pearu Peterson2006-09-161-0/+115154
|
* 4G f2py: first working example.Pearu Peterson2006-09-1617-52/+1586
|
* Fix ticket #188 by returning the name of the dtype objects for data-type ↵Travis Oliphant2006-09-164-25/+70
| | | | objects without fields or sub-arrays that are in correct byte-order
* Rename to histogramdd as original author said.Travis Oliphant2006-09-152-11/+11
|
* Add rollaxis command and fix cross functionTravis Oliphant2006-09-151-8/+30
|
* Small code re-org in _get_svn_revisionTravis Oliphant2006-09-151-3/+4
|
* Fix when svnversion is not present.Travis Oliphant2006-09-151-1/+1
|
* Fix subversion number getting for 1.4 clients. Also works for pre 1.4 clients.Travis Oliphant2006-09-151-4/+21
|
* Clean up info(ndarray)Travis Oliphant2006-09-151-11/+10
|
* Add 'a' to sctypeDict. Fixes #279Travis Oliphant2006-09-151-1/+1
|
* Fix .descr of aligned structuresTravis Oliphant2006-09-151-1/+3
|
* Add DescrAlignConverterTravis Oliphant2006-09-154-25/+57
|
* Don't raise errors when setting with a zero-sized array, just exitTravis Oliphant2006-09-151-9/+2
|
* Fix numarray.info functionTravis Oliphant2006-09-152-4/+21
|
* Fix problem with .item(n) for 1-d case.Travis Oliphant2006-09-141-1/+3
|
* Eliminate unnecessary check.Travis Oliphant2006-09-141-1/+1
|
* Fix a.flat = []Travis Oliphant2006-09-141-14/+17
|
* ndpointer will still work even without ctypes installed.Travis Oliphant2006-09-141-86/+86
|
* Don't deprecate c_. Use it as short-hand for a common caseTravis Oliphant2006-09-141-9/+7
|
* Add a few more defined checks for FreeBSD and NetBSDTravis Oliphant2006-09-141-1/+1
|
* Fix transpose implementation to work with higher dimensional arrays as wellTravis Oliphant2006-09-141-7/+14
|
* Fix up r_ so you can specify the minimum number of dimensions to force ↵Travis Oliphant2006-09-143-9/+36
| | | | arrays to and allow alteration of the concatenation axis and whether or not to transpose 1d arrays
* Add histogramnd and fix histogram2dTravis Oliphant2006-09-145-45/+238
|
* Fix column-stack to not transpose 2-d inputs. Fix iscomplex for strings. ↵Travis Oliphant2006-09-143-16/+27
| | | | Add deprecation warning for c_
* Fix random.poisson(0) to return 0 (#229)Travis Oliphant2006-09-136-903/+940
|
* Add itemset method to parallel item methodTravis Oliphant2006-09-133-6/+134
|
* Allow .item(<index>) for fast selection of Python scalars from a numpy ↵Travis Oliphant2006-09-132-22/+94
| | | | array. Re-name a few confusing constants in ufuncobject.c
* Update type comparison to be based on equivalence classes and safe casting ↵Travis Oliphant2006-09-121-4/+3
| | | | defining the ordering.
* Add some comments about grabbing the CObject implementation.Travis Oliphant2006-09-111-1/+9
|
* Improve the getting and setting of ufunc loops for user-defined types. Travis Oliphant2006-09-113-84/+192
|
* Pass the converted array arguments instead of the scalars.Robert Kern2006-09-112-907/+894
|
* Fix ReplaceLoopBySignature.Travis Oliphant2006-09-111-3/+7
|
* Fix functions in oldnumeric.mlabTravis Oliphant2006-09-081-0/+1
|
* Fix #198Robert Kern2006-09-081-1/+1
|
* Add analyze fortran hooks.Pearu Peterson2006-09-087-54/+303
|
* Add ticket for ticket #243.Stefan van der Walt2006-09-081-0/+7
|