summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* Fix a problem with __all__ not being copied in oldnumeric.Travis Oliphant2006-08-252-4/+5
* Add more import_array possibilities so it can be used inside a function.Travis Oliphant2006-08-251-0/+4
* Move signal handler and global variable getter to C-APITravis Oliphant2006-08-242-18/+10
* Also include signal.hTravis Oliphant2006-08-241-0/+1
* Fixed issues with ticket #267Travis Oliphant2006-08-241-0/+2
* Add rudimentary interrupt handliNG. Add max, min, round, abs to the numpy sp...Travis Oliphant2006-08-242-45/+62
* Move complex multiply and divide from the generic interface to the specific i...Travis Oliphant2006-08-232-7/+86
* 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-211-8/+2
* Fix white-space issues.Travis Oliphant2006-08-196-179/+181
* 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-182-1541/+9
* Fix mismatch between tp_name and pickle name so that pickles of scalar types ...Travis Oliphant2006-08-171-2/+2
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-141-0/+2
* Change name of function -- no re-compile necessary.Travis Oliphant2006-08-101-2/+2
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-101-1/+1
* Update C-API to add features needed for numarray compatibility. Output argum...Travis Oliphant2006-08-102-1/+14
* Add IntpArrType_TypeTravis Oliphant2006-08-011-0/+1
* Fix ticket #216. Also fix uses of DATA_RENEW so that object arrays will rais...Travis Oliphant2006-07-311-1/+0
* Add NPY_MAXARGS to arrayobject.h for Multi-iterator object. Don't fail if ge...Travis Oliphant2006-07-282-3/+2
* Add broadcasting behavior to random-number generators. Fix cholesky to keep ...Travis Oliphant2006-07-251-75/+77
* Undo typo-change.Travis Oliphant2006-07-251-1/+1
* Change all uses of PyObject_AsReadBuffer and PyObject_AsWriteBuffer to use Py...Travis Oliphant2006-07-251-1/+4
* Change c-api to 1.0Travis Oliphant2006-07-211-1/+1
* Fixed a memory-leak in EnsureArray. Added __array_priority__ to array scalar...Travis Oliphant2006-07-201-0/+3
* Fix-up optimization for assignment. Fix threading one more time.Travis Oliphant2006-07-191-0/+1
* Added PyArray_ToString to C-API and made default .tostring() method return C-...Travis Oliphant2006-07-181-1/+1
* Fix ticket #178 which was an error whenever multiple buffers needed to be use...Travis Oliphant2006-07-181-1/+2
* Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an environ...Travis Oliphant2006-07-183-11/+15
* Make sure generated C-API uses new names.Travis Oliphant2006-07-183-53/+57
* Allow threads at several places in the code.Travis Oliphant2006-07-181-1/+5
* MADE NPY_ versions of all PyArray_ prefixes corresponding to CONSTANTS. Crea...Travis Oliphant2006-07-102-253/+424
* Add CopyAnyInto and CastAnyInto functions for implementing UPDATEIFCOPY funct...Travis Oliphant2006-07-081-1/+1
* Add simple get_numarray_include() function and typedefs for completenessTravis Oliphant2006-07-081-0/+10
* fix numarray package a bit.Travis Oliphant2006-07-081-0/+3
* Add definition to avoid repeat noprefix.h definesTravis Oliphant2006-07-081-0/+5
* Fix f2py and docTravis Oliphant2006-07-081-1/+1
* Fix f2py to use new namesTravis Oliphant2006-07-081-1/+1
* Remove tMIN and tMAX macrosTravis Oliphant2006-07-081-2/+0
* Make _FLAGS names available in noprefix.hTravis Oliphant2006-07-081-0/+10
* Fix added files.Travis Oliphant2006-07-082-4/+36
* Add noprefix.h headerTravis Oliphant2006-07-081-0/+156
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-083-609/+412
* Fix-up uses of Bool as return type in C-APITravis Oliphant2006-07-071-4/+9
* Fix buffered reduce, accumulate, and reduceat.Travis Oliphant2006-07-061-1/+1
* Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. A...Travis Oliphant2006-07-021-4/+4
* Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and ...Travis Oliphant2006-07-011-0/+4
* Fix typo shown in #164 and change dummy to two in PyArrayInterfaceTravis Oliphant2006-07-011-1/+1
* Make the default array type float.Travis Oliphant2006-06-301-0/+3