summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the documentation of the sort, argsort, and searchsorted methods intoCharles Harris2006-08-273-43/+165
* 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
* Also include signal.hTravis Oliphant2006-08-241-0/+1
* Make sure test_interrupt ends at some point.Travis Oliphant2006-08-241-8/+3
* Remove automatic setting of tp_free and tp_hash when it could be a Python fun...Travis Oliphant2006-08-242-12/+15
* Fixed issues with ticket #267Travis Oliphant2006-08-243-6/+8
* Add rudimentary interrupt handliNG. Add max, min, round, abs to the numpy sp...Travis Oliphant2006-08-248-52/+99
* add .abs() as a method on the array objectcookedm2006-08-232-0/+5
* Move complex multiply and divide from the generic interface to the specific i...Travis Oliphant2006-08-234-30/+154
* Fix a formatting bug in CAPI.txtcookedm2006-08-231-19/+18
* Fix copyswapn for complex data-typesTravis Oliphant2006-08-222-1/+9
* Fix real and imag attributes for byte-swapped arrays. Fixes ticket #265Travis Oliphant2006-08-221-68/+48
* Fix silly version numberTravis Oliphant2006-08-211-1/+1
* Make trunk 1.0b4.dev releaseTravis Oliphant2006-08-211-1/+1
* Fix shape attributes of data-types with no shapeTravis Oliphant2006-08-211-1/+1
* Re-factor fix to linspaceTravis Oliphant2006-08-211-3/+3
* Remove usage of FatalError and fix linspace to end at stop if endpoint is TrueTravis Oliphant2006-08-216-7/+9
* Fix missing #endifTravis Oliphant2006-08-211-0/+2
* Include interrupt stub.Travis Oliphant2006-08-211-0/+24
* Add simple function to replace UfuncTravis Oliphant2006-08-213-8/+27
* Fix white-space issues.Travis Oliphant2006-08-1919-2189/+2189
* Fix missing numeric type issues.Travis Oliphant2006-08-181-3/+4
* Fix missing bool8Travis Oliphant2006-08-181-5/+9
* Fix logic for using THREADSTravis Oliphant2006-08-181-10/+9
* Add ndarrayobject.h file and fix ticket #255Travis Oliphant2006-08-181-0/+1549
* Fix ticket #254 and allow defining NPY_NO_PREFIX instead of including 'nopref...Travis Oliphant2006-08-183-1543/+15
* Fix ticket #252Travis Oliphant2006-08-171-1/+1
* Alter the naming of un-specified fields to start at 0Travis Oliphant2006-08-171-2/+2
* Fix mismatch between tp_name and pickle name so that pickles of scalar types ...Travis Oliphant2006-08-175-20/+33
* Fix ambiguity of list data-type objects. Lists are always interpeted as arra...Travis Oliphant2006-08-175-52/+35
* Allow titles to be used as 'meta-data'Travis Oliphant2006-08-161-8/+17