summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
* Add oldtypecodes to oldnumeric.typeconv so that old Numeric character codes ↵Travis Oliphant2006-09-251-1/+18
| | | | can be identified.
* Fix back repr of arrays to not have quote unless flexible.Travis Oliphant2006-09-252-10/+10
|
* Fix doctests for new dtypeTravis Oliphant2006-09-241-8/+8
|
* Fix ticket #289 plus improve the way array data-types print and arrays ↵Travis Oliphant2006-09-232-7/+11
| | | | represent themselves.
* Fix Ticket #288Travis Oliphant2006-09-231-2/+2
|
* Fix for #291Travis Oliphant2006-09-231-1/+1
|
* Add test for default axis in method and functions.Travis Oliphant2006-09-231-0/+39
|
* Fix the Python2.5-compatibility macros so that conflicts with other ↵Travis Oliphant2006-09-231-3/+10
| | | | libraries are avoided.
* Fix .take() default-axis argument bug.Travis Oliphant2006-09-231-1/+0
|
* Switch order of .put arguments to match the function call. Eliminate ↵Travis Oliphant2006-09-228-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 Walt2006-09-221-16/+17
|
* Fix docstring for delete.Stefan van der Walt2006-09-221-2/+2
|
* Add Object-type to maximum and minimum ufuncs.Travis Oliphant2006-09-212-1/+36
|
* Small changes of searchsorted error messages.Charles Harris2006-09-212-8/+8
|
* Make a PyArray_SearchsideConverter for the side keyword in searchsorted.Charles Harris2006-09-214-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.pyTravis Oliphant2006-09-212-2/+2
|
* Next numpy release should be 1.0Travis Oliphant2006-09-201-1/+1
|
* Up version number on trunk.Travis Oliphant2006-09-201-1/+1
|
* Remove sorted from unique1d. Add testall to test if level > 10. Remove ↵Travis Oliphant2006-09-203-3/+6
| | | | compiler warning.
* Only alter data-type of integer and bool types on reduce-like functions for ↵Travis Oliphant2006-09-201-16/+18
| | | | 'add' and 'multiply'
* Remove dft from build.Travis Oliphant2006-09-201-1/+0
|
* Remove UserArray.py and dft sub-package.Travis Oliphant2006-09-202-7/+0
|
* Rework logic a bit for clean-upTravis Oliphant2006-09-191-9/+7
|
* Fix mean, std, and var methods so that they reduce over double data-type ↵Travis Oliphant2006-09-191-4/+31
| | | | with integer inputs.
* oldnumeric.argmin should use numpy.argminRobert Kern2006-09-191-1/+1
|
* Fix ticket #284Charles Harris2006-09-192-20/+20
|
* Fixed compiler errors when using Python 2.5rc.Pearu Peterson2006-09-191-3/+14
|
* Add one more import possibility.Travis Oliphant2006-09-192-0/+4
|
* Add convertsrc to alter_code1 and clean it up so it doesn't always write the ↵Travis Oliphant2006-09-192-48/+117
| | | | .orig file
* 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
|