summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make version a releasev1.0b5Travis Oliphant2006-09-051-1/+1
|
* Add more docs to function fromfile()Charles Harris2006-09-051-12/+29
|
* Document the method tofile()Charles Harris2006-09-051-1/+19
|
* Fix ticket #271 and turn default printing of warnings offTravis Oliphant2006-09-042-3/+7
|
* Fix object array creation to revert to previous behaviorTravis Oliphant2006-09-042-15/+21
|
* Update ndarray.round docs to match Travis' modsCharles Harris2006-09-041-1/+1
|
* Fix rounding of integers with decimal < 0Travis Oliphant2006-09-045-12/+39
|
* Add Index checking for integer conversion and Python 2.5Travis Oliphant2006-09-042-3/+17
|
* Add documentation to round and around to clear up confusion from numpy's choiceCharles Harris2006-09-042-5/+45
| | | | to round to even.
* More document tweaks for searchsorted.Charles Harris2006-09-031-8/+8
|
* Small fix to the insert document string.Charles Harris2006-09-031-27/+26
| | | | Cleanup whitespace.
* Change ndarray.searchsorted keyword "value" to "keys".Charles Harris2006-09-033-517/+566
| | | | | Tweak documentation of searchsorted. Indent many docstrings in add_newdocs.
* Add new keyword <side> to the searchsorted method and function.Charles Harris2006-09-036-104/+196
| | | | | Add documentation thereto. Cleanup whitespace.
* Oops, previous commit was accidental and had a temporary mod I was using forCharles Harris2006-09-021-3/+3
| | | | testing. Remove that mod. Meanwhile, have added a local_search_right function.
* In multiarray.c rename function local_where to local_search_left.Charles Harris2006-09-021-1/+65
|
* In multiarray.c rename function local_where to local_search_left.Charles Harris2006-09-021-2/+2
|
* Fix default type of empty array. Fix test for strtod on Python 2.3Travis Oliphant2006-09-012-2/+3
|
* Fix so that VOID arrays are not found during a search but instead object arrays.Travis Oliphant2006-09-012-529/+534
|
* Add a module/script to fix the default axis issue for code already converted ↵Travis Oliphant2006-08-291-0/+292
| | | | to NumPy
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-2910-14/+23
|
* Finish moving comments from arraymethods to add_newdocs.Charles Harris2006-08-292-44/+87
| | | | Replace hardcoded 1 by METH_VARARGS in arraymethods.
* Fix problem with randn in matlib. Acutally add min, max, round, abs to the ↵Travis Oliphant2006-08-295-13/+11
| | | | numpy name-space without over-writing builtins on from numpy import *
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-2916-83/+72
|
* Restore un-needed axis argumentsTravis Oliphant2006-08-292-5/+5
|
* Add axis argument to usages of takeTravis Oliphant2006-08-292-5/+5
|
* Move more documentation from arraymethods to add_newdocs.Charles Harris2006-08-292-118/+213
|
* Add float, int, etc. to numpy name-space. Flesh out tensordot. Fix-up ↵Travis Oliphant2006-08-293-16/+52
| | | | getcharbuf to allow all 8-bit types to be returned as a charbuf.
* Fix flags on numpy array scalars for array interface.Travis Oliphant2006-08-281-0/+2
|
* Fix sundry errors.Travis Oliphant2006-08-283-3/+4
|
* Merge changes mistakenly added to 1.0b4 tag to the main trunkTravis Oliphant2006-08-284-14/+57
|
* Break up the documentation of ndarray attributes into separate calls.Charles Harris2006-08-282-29/+102
|
* Move most of the remaining documentation from arraymethods to add_newdocs.Charles Harris2006-08-282-296/+477
| | | | The formatting is still very crude and the docs need expansion.
* Move the documentation of the sort, argsort, and searchsorted methods intoCharles Harris2006-08-273-43/+165
| | | | | add_newdocs. Rewrite the documentation of sort and argsort. Replace the documentation of these functions in fromnumeric with the new documentation.
* Up version of trunk.Travis Oliphant2006-08-261-1/+1
|
* Fixes to the deletefrom, insertinto, functions...Travis Oliphant2006-08-261-29/+27
|
* Fix how deletefrom and insertinto handle objects with __array_wrap__ defined.Travis Oliphant2006-08-261-11/+45
|
* Fix broadcast-copy on fancy set-item.Travis Oliphant2006-08-264-34/+119
|
* Add deletefrom, insertinto, and appendontoTravis Oliphant2006-08-263-23/+147
|
* Fix a problem with __all__ not being copied in oldnumeric.Travis Oliphant2006-08-254-9/+12
|
* Add more import_array possibilities so it can be used inside a function.Travis Oliphant2006-08-253-5/+12
|
* Revert import_array so that it doesn't return anythingTravis Oliphant2006-08-251-1/+7
|
* Added a delete functionTravis Oliphant2006-08-251-1/+42
|
* Fix coercion in multiarray to be like ufunc coercion.Travis Oliphant2006-08-251-5/+18
|
* Fix warning...Travis Oliphant2006-08-251-1/+2
|
* Don't use LONGJMP on windows.Travis Oliphant2006-08-251-0/+3
|
* Add allow threads codeTravis Oliphant2006-08-251-0/+2
|
* Move signal handler and global variable getter to C-APITravis Oliphant2006-08-244-18/+50
|
* Fix NA_NewAllFromBuffer when shape is givenTravis Oliphant2006-08-241-21/+30
|
* Add an example of using PyOS_InterruptOccurred() to the test_interuppt function.Travis Oliphant2006-08-241-6/+20
|
* update g95 version patternTravis Oliphant2006-08-241-2/+6
|