summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
* Fix reference counting with PyArray_ArgSortTravis Oliphant2006-12-041-3/+10
|
* Trunk is 1.0.2Travis Oliphant2006-12-021-1/+1
|
* Allow 1-element arrays to be index arrays in Python 2.5Travis Oliphant2006-12-021-3/+4
|
* Add space to error message.Travis Oliphant2006-12-021-1/+1
|
* Fix warnings found by Intel compiler due to unused variables that were set. ↵Travis Oliphant2006-12-0210-43/+37
| | | | Make ones work for compound types.
* Try updating version command for NAG compiler.Travis Oliphant2006-12-021-1/+5
|
* Allow argsort and sort functions and argsort method to take None as an ↵Travis Oliphant2006-12-024-26/+38
| | | | argument. Add order= keyword to sort and argsort functions.
* Add order keyword to argsort and fix documentation of sort and argsort. ↵Travis Oliphant2006-12-025-28/+81
| | | | Also, fix so that a Python long is passed to mmap instead of an array scalar. Fix setting when using mixed array indices and slice objects by making sure to swap the object in the reverse direction to the swapping that takes place on the MapGet operations.
* Fix arr.flat[ind] = obj when ind is 1-element and obj is a 1-element sequence.Travis Oliphant2006-12-011-1/+7
|
* Docstring improvements.Robert Kern2006-11-301-34/+44
|
* Revert previous change and rather check for both possible outcomes.Stefan van der Walt2006-11-271-3/+6
|
* Remove dependencies on default integer type in test for ticket #372.Stefan van der Walt2006-11-271-3/+1
|
* Fix early return in polysub.Travis Oliphant2006-11-221-1/+1
|
* Fix early return in polyadd.Travis Oliphant2006-11-221-1/+1
|
* Don't share __all__ between numarray.linear_algebra and ↵Stefan van der Walt2006-11-223-4/+4
| | | | oldnumeric.linear_algebra.
* better doc for a.dump and a.dumpscookedm2006-11-211-2/+5
|
* Parenthesize a macro argument.Charles Harris2006-11-201-209/+263
| | | | | | Break some long lines. Lineup macro line continuations for easy reading. Insert some empty lines for clarity.
* Add test for chararray.startswith.Stefan van der Walt2006-11-201-0/+4
|
* Fix startswith operation on character arrays.Stefan van der Walt2006-11-201-1/+1
|
* Add test for fftpack.Stefan van der Walt2006-11-201-0/+12
|
* Refuse to compute FFT for invalid number of data points.Stefan van der Walt2006-11-201-0/+2
|
* Parenthesize some arguments in macros. Cleanup whitespace. Fixes ticket #383Charles Harris2006-11-205-112/+111
|
* Skip interactive mode when using script_args argument.Pearu Peterson2006-11-191-1/+1
|
* Test refcount for changeset #3443.Stefan van der Walt2006-11-191-15/+21
|
* Remove Py_CLEAR and set ptr to NULL manuallyTravis Oliphant2006-11-181-2/+3
|
* Allow array_descriptor format to also use alignment. Force objects with ↵Travis Oliphant2006-11-172-13/+27
| | | | _fields_ attribute to use alignment (ctypes case).
* Allow data-type objects to be 'repeated' using '*' like ctypes.Travis Oliphant2006-11-171-3/+28
|
* Understand array's of ctypes types.Travis Oliphant2006-11-171-1/+17
|
* Understand ctypes basic types and structures.Travis Oliphant2006-11-171-1/+20
|
* Fix reference count problem with dtypes in vdotTravis Oliphant2006-11-172-3/+4
|
* Test for ticket #378.Stefan van der Walt2006-11-171-0/+18
|
* Fix some compiler errors.Travis Oliphant2006-11-172-1/+5
|
* Add docstring to correlate.Travis Oliphant2006-11-171-0/+4
|
* Applied tecki's patch for ufunc's involving objectsTravis Oliphant2006-11-171-2/+2
|
* Moving the research/ directory out of the trunk as it takes up space in the ↵Robert Kern2006-11-177-115301/+0
| | | | source distribution without being useful for users.
* Used an adapted setArrayFromSequence from numarray to increase speed of ↵Travis Oliphant2006-11-161-15/+41
| | | | Assign_Array dramatically
* Expose fromiter's docstring.Stefan van der Walt2006-11-131-1/+1
|
* Fix bogus unitialized variable warning by removing unneeded variable. ↵Charles Harris2006-11-111-17/+16
| | | | Cleanup whitespace.
* Fix typo in lapack_litemodule.cCharles Harris2006-11-111-1/+1
|
* Coerce to floating point arrays in cov to avoid errors when integer arrays ↵Robert Kern2006-11-111-5/+5
| | | | are passed.
* Only raise ctypes version warning on load_library. Whitespace cleanup.Stefan van der Walt2006-11-061-12/+12
|
* Add test for ticket #372. Whitespace cleanup.Stefan van der Walt2006-11-051-34/+44
|
* Fix typo.Stefan van der Walt2006-11-041-1/+1
|
* Fix auto-naming in records.pyTravis Oliphant2006-11-041-5/+6
|
* Allow order keyword to sort for sorting record arrays.Travis Oliphant2006-11-042-6/+48
|
* F2PY G3: continued F2003 parser implementation and unittesting.Pearu Peterson2006-11-038-1788/+3375
|
* Fix #369: windows returning invalid results for M=1Travis Oliphant2006-11-021-0/+16
|
* Apply #368Travis Oliphant2006-11-022-7/+7
|
* Fix problem with dgesdd where the optimal work size is not computed correctly.Travis Oliphant2006-11-024-11/+29
|
* F2PY G3: Cont impl F2003 parser; defined all syntax rules.Pearu Peterson2006-11-013-44/+735
|