summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for object-arrays inside of other recorcd types.Travis Oliphant2006-06-271-15/+18
* Fix copyswapn to take strides.Travis Oliphant2006-06-241-1/+1
* Add code to descend through a field and increment (or decrement) any object r...Travis Oliphant2006-06-231-1/+4
* Fix the problems with SciPy.Travis Oliphant2006-06-221-1/+2
* Use INTP_FMT for formatting intp in stringscookedm2006-06-221-3/+1
* Cleaned up casting code to also handle broadcasting. Several SciPy tests are...Travis Oliphant2006-06-221-2/+5
* Speed up some copying code. Add MoveInto and CopyInto variants of PyArray_<....Travis Oliphant2006-06-221-1/+5
* Fix-up C-API support for numarrayTravis Oliphant2006-06-201-1/+1
* Fix reference-count problem in z **= 1 and more numarray compatiblity fixes.Travis Oliphant2006-06-206-1494/+0
* Rename compat headers to numpy_numarrayTravis Oliphant2006-06-206-0/+0
* Add ieeespecial.h to numarray compat.Travis Oliphant2006-06-201-0/+124
* Make import_array and import_ufunc MACROS again.Travis Oliphant2006-06-204-38/+82
* Adding numarray c-api compatibility.Travis Oliphant2006-06-194-0/+0
* Adding numarray compatibility C-APITravis Oliphant2006-06-194-0/+1326
* Clean up array interface...Travis Oliphant2006-06-161-1/+1
* Fix name issues in fftpack. Add OpenBSD support to floating-point handling.Travis Oliphant2006-06-151-1/+1
* Compress Python-side array interface to __array_interface__ attribute.Travis Oliphant2006-06-141-1/+9
* Add RNG interface and clean up old-interfaces to be separate from newer ones.Travis Oliphant2006-06-091-2/+2
* Comment changes and remove TIMSORT.Travis Oliphant2006-06-021-3/+4
* Allow user-defined data-types to participate in the casting infrastructure. ...Travis Oliphant2006-06-021-17/+40
* Updated NDARRAY_VERSION** Added RegisterCastFunc and moved RegisterDataType.Travis Oliphant2006-06-021-1/+1
* Improve registered ufuncs so that they can coerce data to and from user-defin...Travis Oliphant2006-06-021-1/+1
* Fix-up casting so that registered data-types can register casting functions a...Travis Oliphant2006-06-021-0/+6
* Fix-up handling of registering of data-types. Now it is done using a PyArray...Travis Oliphant2006-06-021-1/+1