summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* Fix broadcast-copy on fancy set-item.Travis Oliphant2006-08-262-16/+81
* Add deletefrom, insertinto, and appendontoTravis Oliphant2006-08-262-3/+12
* Fix coercion in multiarray to be like ufunc coercion.Travis Oliphant2006-08-251-5/+18
* Add allow threads codeTravis Oliphant2006-08-251-0/+2
* Move signal handler and global variable getter to C-APITravis Oliphant2006-08-241-0/+38
* Add an example of using PyOS_InterruptOccurred() to the test_interuppt function.Travis Oliphant2006-08-241-6/+20
* 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-242-6/+6
* Add rudimentary interrupt handliNG. Add max, min, round, abs to the numpy sp...Travis Oliphant2006-08-242-6/+28
* add .abs() as a method on the array objectcookedm2006-08-231-0/+4
* Move complex multiply and divide from the generic interface to the specific i...Travis Oliphant2006-08-231-15/+63
* Fix copyswapn for complex data-typesTravis Oliphant2006-08-221-1/+2
* Fix real and imag attributes for byte-swapped arrays. Fixes ticket #265Travis Oliphant2006-08-221-68/+48
* Fix shape attributes of data-types with no shapeTravis Oliphant2006-08-211-1/+1
* Remove usage of FatalError and fix linspace to end at stop if endpoint is TrueTravis Oliphant2006-08-211-2/+2
* Add simple function to replace UfuncTravis Oliphant2006-08-211-0/+24
* Fix white-space issues.Travis Oliphant2006-08-1912-2007/+2002
* 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-172-14/+27
* Fix ambiguity of list data-type objects. Lists are always interpeted as arra...Travis Oliphant2006-08-172-50/+15
* Allow titles to be used as 'meta-data'Travis Oliphant2006-08-161-8/+17
* Handle 0-d case in IterAllButAxisTravis Oliphant2006-08-151-0/+2
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-144-39/+63
* Remove strnlen and fix unicode copy and stripTravis Oliphant2006-08-141-3/+3
* Fix == --> = error in ufuncobject.cTravis Oliphant2006-08-141-1/+1
* Strip characters from chararrays during comparisionTravis Oliphant2006-08-143-37/+234
* Remove _as_parameter_ attribute from arrays and add it to the ctypes object. ...Travis Oliphant2006-08-131-16/+8
* Fix ticket #243Travis Oliphant2006-08-131-0/+2
* Some fixes to array interface on Numpy side --- make sure descr pointer is NU...Travis Oliphant2006-08-112-4/+11
* Check for errors when casting from non-number types.Travis Oliphant2006-08-113-5/+6
* Allow .astype method to work on data-types with fields.Travis Oliphant2006-08-111-0/+3
* Rework meaning of isnative so it takes into account the fields. Travis Oliphant2006-08-111-2/+29
* Fix ticket #240Travis Oliphant2006-08-101-2/+2
* Fix ticket #239Travis Oliphant2006-08-101-4/+3
* Change name of function -- no re-compile necessary.Travis Oliphant2006-08-102-6/+7
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-102-40/+87
* Update C-API to add features needed for numarray compatibility. Output argum...Travis Oliphant2006-08-105-310/+752
* Fix byte-order problems in comma-string formats and size-specified fields.Travis Oliphant2006-08-101-22/+27
* Add numarray compatibility.Travis Oliphant2006-08-081-2/+3
* Fix segfault in Ticket #238Travis Oliphant2006-08-081-0/+6
* Clean up scalar-types functions a bit.Travis Oliphant2006-08-031-6/+4
* Make it so that .T is *always* .transpose()Travis Oliphant2006-08-021-4/+0
* Fix ticket #218Travis Oliphant2006-07-311-4/+11
* Fix prodi when intput and output are the same. This fixes a problem with arcsinTravis Oliphant2006-07-311-3/+4
* Move more docstrings to add_newdocsTravis Oliphant2006-07-311-100/+40
* Fix segfault from last commit.Travis Oliphant2006-07-311-3/+4
* Fix ticket #216. Also fix uses of DATA_RENEW so that object arrays will rais...Travis Oliphant2006-07-312-25/+57
* Move docstrings from multiarraymodule.c to add_newdocs.py.Stefan van der Walt2006-07-311-179/+25
* Remove clash of string module and string numpy object by renaming string scal...Travis Oliphant2006-07-282-4/+10