Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests to arraysetops for empty arrays. | Stefan van der Walt | 2006-09-19 | 1 | -0/+14 |
| | |||||
* | Support empty arrays in setxor1d and setdiff1d. | Stefan van der Walt | 2006-09-19 | 1 | -2/+8 |
| | |||||
* | Fix unique1d for empty sets. Closes r208. | Stefan van der Walt | 2006-09-19 | 1 | -6/+10 |
| | |||||
* | Add ediff1d support for empty arrays. | Stefan van der Walt | 2006-09-18 | 3 | -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 Oliphant | 2006-09-18 | 1 | -0/+6 |
| | |||||
* | Fix copyswap for VOID arrays when src is NULL | Travis Oliphant | 2006-09-18 | 1 | -4/+12 |
| | |||||
* | Rework fix to #282 | Travis Oliphant | 2006-09-18 | 1 | -8/+8 |
| | |||||
* | Fixed #282 | Travis Oliphant | 2006-09-18 | 1 | -4/+7 |
| | |||||
* | Fix #280 | Travis Oliphant | 2006-09-18 | 1 | -2/+2 |
| | |||||
* | Fix so that astype and transpose return 0-d arrays if given 0-d arrays. | Travis Oliphant | 2006-09-18 | 1 | -3/+2 |
| | |||||
* | Fixed typos, started impl. derived type support. | Pearu Peterson | 2006-09-17 | 3 | -8/+20 |
| | |||||
* | Fix typo. | Travis Oliphant | 2006-09-17 | 1 | -1/+1 |
| | |||||
* | Add test for recent fix. | Travis Oliphant | 2006-09-16 | 1 | -0/+5 |
| | |||||
* | Fix type-coercion for void-type arrays. | Travis Oliphant | 2006-09-16 | 1 | -7/+24 |
| | |||||
* | Added Fortran Standard reference manual. | Pearu Peterson | 2006-09-16 | 1 | -0/+115154 |
| | |||||
* | 4G f2py: first working example. | Pearu Peterson | 2006-09-16 | 17 | -52/+1586 |
| | |||||
* | Fix ticket #188 by returning the name of the dtype objects for data-type ↵ | Travis Oliphant | 2006-09-16 | 4 | -25/+70 |
| | | | | objects without fields or sub-arrays that are in correct byte-order | ||||
* | Rename to histogramdd as original author said. | Travis Oliphant | 2006-09-15 | 2 | -11/+11 |
| | |||||
* | Add rollaxis command and fix cross function | Travis Oliphant | 2006-09-15 | 1 | -8/+30 |
| | |||||
* | Small code re-org in _get_svn_revision | Travis Oliphant | 2006-09-15 | 1 | -3/+4 |
| | |||||
* | Fix when svnversion is not present. | Travis Oliphant | 2006-09-15 | 1 | -1/+1 |
| | |||||
* | Fix subversion number getting for 1.4 clients. Also works for pre 1.4 clients. | Travis Oliphant | 2006-09-15 | 1 | -4/+21 |
| | |||||
* | Clean up info(ndarray) | Travis Oliphant | 2006-09-15 | 1 | -11/+10 |
| | |||||
* | Add 'a' to sctypeDict. Fixes #279 | Travis Oliphant | 2006-09-15 | 1 | -1/+1 |
| | |||||
* | Fix .descr of aligned structures | Travis Oliphant | 2006-09-15 | 1 | -1/+3 |
| | |||||
* | Add DescrAlignConverter | Travis Oliphant | 2006-09-15 | 4 | -25/+57 |
| | |||||
* | Don't raise errors when setting with a zero-sized array, just exit | Travis Oliphant | 2006-09-15 | 1 | -9/+2 |
| | |||||
* | Fix numarray.info function | Travis Oliphant | 2006-09-15 | 2 | -4/+21 |
| | |||||
* | Fix problem with .item(n) for 1-d case. | Travis Oliphant | 2006-09-14 | 1 | -1/+3 |
| | |||||
* | Eliminate unnecessary check. | Travis Oliphant | 2006-09-14 | 1 | -1/+1 |
| | |||||
* | Fix a.flat = [] | Travis Oliphant | 2006-09-14 | 1 | -14/+17 |
| | |||||
* | ndpointer will still work even without ctypes installed. | Travis Oliphant | 2006-09-14 | 1 | -86/+86 |
| | |||||
* | Don't deprecate c_. Use it as short-hand for a common case | Travis Oliphant | 2006-09-14 | 1 | -9/+7 |
| | |||||
* | Add a few more defined checks for FreeBSD and NetBSD | Travis Oliphant | 2006-09-14 | 1 | -1/+1 |
| | |||||
* | Fix transpose implementation to work with higher dimensional arrays as well | Travis Oliphant | 2006-09-14 | 1 | -7/+14 |
| | |||||
* | Fix up r_ so you can specify the minimum number of dimensions to force ↵ | Travis Oliphant | 2006-09-14 | 3 | -9/+36 |
| | | | | arrays to and allow alteration of the concatenation axis and whether or not to transpose 1d arrays | ||||
* | Add histogramnd and fix histogram2d | Travis Oliphant | 2006-09-14 | 5 | -45/+238 |
| | |||||
* | Fix column-stack to not transpose 2-d inputs. Fix iscomplex for strings. ↵ | Travis Oliphant | 2006-09-14 | 3 | -16/+27 |
| | | | | Add deprecation warning for c_ | ||||
* | Fix random.poisson(0) to return 0 (#229) | Travis Oliphant | 2006-09-13 | 6 | -903/+940 |
| | |||||
* | Add itemset method to parallel item method | Travis Oliphant | 2006-09-13 | 3 | -6/+134 |
| | |||||
* | Allow .item(<index>) for fast selection of Python scalars from a numpy ↵ | Travis Oliphant | 2006-09-13 | 2 | -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 Oliphant | 2006-09-12 | 1 | -4/+3 |
| | | | | defining the ordering. | ||||
* | Add some comments about grabbing the CObject implementation. | Travis Oliphant | 2006-09-11 | 1 | -1/+9 |
| | |||||
* | Improve the getting and setting of ufunc loops for user-defined types. | Travis Oliphant | 2006-09-11 | 3 | -84/+192 |
| | |||||
* | Pass the converted array arguments instead of the scalars. | Robert Kern | 2006-09-11 | 2 | -907/+894 |
| | |||||
* | Fix ReplaceLoopBySignature. | Travis Oliphant | 2006-09-11 | 1 | -3/+7 |
| | |||||
* | Fix functions in oldnumeric.mlab | Travis Oliphant | 2006-09-08 | 1 | -0/+1 |
| | |||||
* | Fix #198 | Robert Kern | 2006-09-08 | 1 | -1/+1 |
| | |||||
* | Add analyze fortran hooks. | Pearu Peterson | 2006-09-08 | 7 | -54/+303 |
| | |||||
* | Add ticket for ticket #243. | Stefan van der Walt | 2006-09-08 | 1 | -0/+7 |
| |