Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add oldtypecodes to oldnumeric.typeconv so that old Numeric character codes ↵ | Travis Oliphant | 2006-09-25 | 1 | -1/+18 |
| | | | | can be identified. | ||||
* | Fix back repr of arrays to not have quote unless flexible. | Travis Oliphant | 2006-09-25 | 2 | -10/+10 |
| | |||||
* | Fix doctests for new dtype | Travis Oliphant | 2006-09-24 | 1 | -8/+8 |
| | |||||
* | Fix ticket #289 plus improve the way array data-types print and arrays ↵ | Travis Oliphant | 2006-09-23 | 2 | -7/+11 |
| | | | | represent themselves. | ||||
* | Fix Ticket #288 | Travis Oliphant | 2006-09-23 | 1 | -2/+2 |
| | |||||
* | Fix for #291 | Travis Oliphant | 2006-09-23 | 1 | -1/+1 |
| | |||||
* | Add test for default axis in method and functions. | Travis Oliphant | 2006-09-23 | 1 | -0/+39 |
| | |||||
* | Fix the Python2.5-compatibility macros so that conflicts with other ↵ | Travis Oliphant | 2006-09-23 | 1 | -3/+10 |
| | | | | libraries are avoided. | ||||
* | Fix .take() default-axis argument bug. | Travis Oliphant | 2006-09-23 | 1 | -1/+0 |
| | |||||
* | Switch order of .put arguments to match the function call. Eliminate ↵ | Travis Oliphant | 2006-09-22 | 8 | -49/+42 |
| | | | | .putmask as a method and make it only a function. | ||||
* | Refer to "length of a" instead of "a" in fftpack docstrings. | Stefan van der Walt | 2006-09-22 | 1 | -16/+17 |
| | |||||
* | Fix docstring for delete. | Stefan van der Walt | 2006-09-22 | 1 | -2/+2 |
| | |||||
* | Add Object-type to maximum and minimum ufuncs. | Travis Oliphant | 2006-09-21 | 2 | -1/+36 |
| | |||||
* | Small changes of searchsorted error messages. | Charles Harris | 2006-09-21 | 2 | -8/+8 |
| | |||||
* | Make a PyArray_SearchsideConverter for the side keyword in searchsorted. | Charles Harris | 2006-09-21 | 4 | -80/+86 |
| | | | | | Rename some searchsorted variables with more descriptive names. Do some documentation markup in case we ever run doxygen over the source. | ||||
* | Fix problem with alter_code1.py | Travis Oliphant | 2006-09-21 | 2 | -2/+2 |
| | |||||
* | Next numpy release should be 1.0 | Travis Oliphant | 2006-09-20 | 1 | -1/+1 |
| | |||||
* | Up version number on trunk. | Travis Oliphant | 2006-09-20 | 1 | -1/+1 |
| | |||||
* | Remove sorted from unique1d. Add testall to test if level > 10. Remove ↵ | Travis Oliphant | 2006-09-20 | 3 | -3/+6 |
| | | | | compiler warning. | ||||
* | Only alter data-type of integer and bool types on reduce-like functions for ↵ | Travis Oliphant | 2006-09-20 | 1 | -16/+18 |
| | | | | 'add' and 'multiply' | ||||
* | Remove dft from build. | Travis Oliphant | 2006-09-20 | 1 | -1/+0 |
| | |||||
* | Remove UserArray.py and dft sub-package. | Travis Oliphant | 2006-09-20 | 2 | -7/+0 |
| | |||||
* | Rework logic a bit for clean-up | Travis Oliphant | 2006-09-19 | 1 | -9/+7 |
| | |||||
* | Fix mean, std, and var methods so that they reduce over double data-type ↵ | Travis Oliphant | 2006-09-19 | 1 | -4/+31 |
| | | | | with integer inputs. | ||||
* | oldnumeric.argmin should use numpy.argmin | Robert Kern | 2006-09-19 | 1 | -1/+1 |
| | |||||
* | Fix ticket #284 | Charles Harris | 2006-09-19 | 2 | -20/+20 |
| | |||||
* | Fixed compiler errors when using Python 2.5rc. | Pearu Peterson | 2006-09-19 | 1 | -3/+14 |
| | |||||
* | Add one more import possibility. | Travis Oliphant | 2006-09-19 | 2 | -0/+4 |
| | |||||
* | Add convertsrc to alter_code1 and clean it up so it doesn't always write the ↵ | Travis Oliphant | 2006-09-19 | 2 | -48/+117 |
| | | | | .orig file | ||||
* | 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 |
| |