summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* Fix building on freebsd [patch by Joe Peterson].Stefan van der Walt2007-12-141-3/+7
* Fix vectorize to work with strings. Fix where 64-bit looks for X11 libraries....Travis Oliphant2007-10-181-1/+1
* Add a fix for ticket #582 by adding a framework for clearing the floating poi...Travis Oliphant2007-09-211-0/+10
* Remove hack to fix putmask and apply Eric's patch instead.Stefan van der Walt2007-08-271-1/+1
* Fix putmask for byte-swapped arrays.Stefan van der Walt2007-08-261-1/+1
* Fast putmask implementation (patch by Eric Firing).Stefan van der Walt2007-08-211-1/+4
* Make changeset 3830 in the right place.Travis Oliphant2007-05-291-8/+8
* Fix so that _internal.py gets imported when it is needed. Perhaps this will ...Travis Oliphant2007-05-231-0/+7
* Fix array interface url.Stefan van der Walt2007-05-221-1/+1
* #513: fix up include of fenv.c in numarray for cygwincookedm2007-05-152-3/+3
* Improvement of separator handling for fromstring and fromfile.cookedm2007-05-101-9/+16
* Parenthesize some defined expressions just to be clean.Charles Harris2007-04-081-3/+3
* Change defined(linux) to defined(__GLIBC__)Travis Oliphant2007-04-061-1/+1
* Add new MACRO. Fix ticket #454 by changing pkgload to a function instead of ...Travis Oliphant2007-03-311-1/+1
* Add tests for clipping. Also some good tests on choose and convert_tocommont...Travis Oliphant2007-03-301-0/+3
* Make a fastclip function (adapted from ticket #425 and fix conjugate method t...Travis Oliphant2007-03-301-3/+14
* Fix-up iterator macros so that they can take Python Objects (which are return...Travis Oliphant2007-01-251-134/+137
* Add a NOTDONE test for iterators.Travis Oliphant2007-01-211-0/+3
* Parenthesize a macro argument.Charles Harris2006-11-201-209/+263
* Parenthesize some arguments in macros. Cleanup whitespace. Fixes ticket #383Charles Harris2006-11-205-112/+111
* Fix problem with dgesdd where the optimal work size is not computed correctly.Travis Oliphant2006-11-021-2/+1
* One more fix for allowing use of setitem in PyArray_FromScalar instead of memcpyTravis Oliphant2006-10-281-0/+3
* Expand usage of hasobject to be a flag-like entity keeping track of how the d...Travis Oliphant2006-10-281-7/+38
* Add more keys to _flagdict. Fix uses of F_CONTIGUOUS and C_CONTIGUOUS up a b...Travis Oliphant2006-10-241-0/+2
* Add ability to sort arrays with fields defined more intelligently.Travis Oliphant2006-10-231-1/+1
* Use fp_swap_flag(0) to reset flags on AIX. Ticket #362Travis Oliphant2006-10-231-1/+1
* Add print and log facilities to error handling and change the default error m...Travis Oliphant2006-10-192-16/+27
* Allow F_CONTIGUOUS and C_CONTIGUOUS as aliases to FORTRAN and CONTIGUOUSTravis Oliphant2006-10-181-0/+3
* Increase the C-API and allow ufuncs to be given keyword arguments. Re-compil...Travis Oliphant2006-10-171-1/+1
* Fix ticket #341: part with 'c' arrays not being comparable to strings.Travis Oliphant2006-10-131-3/+3
* Added NPY_<CLS><BITS>_FMT macros.Pearu Peterson2006-10-071-0/+101
* Defined Py<Cls><bitsize>ScalarObject and Py<Cls><bitsize>ArrType_Type CPP macrosPearu Peterson2006-10-052-0/+185
* Speed up broadcasting ufuncs by making sure the loop axis is the one with the...Travis Oliphant2006-10-051-0/+2
* experiment with iterator speed up.Travis Oliphant2006-10-031-6/+27
* Create PyArray_HasArrayInterface macro to simplify getting an array from the ...Travis Oliphant2006-09-281-0/+7
* Fix the Python2.5-compatibility macros so that conflicts with other libraries...Travis Oliphant2006-09-231-3/+10
* Make a PyArray_SearchsideConverter for the side keyword in searchsorted.Charles Harris2006-09-211-2/+2
* Add DescrAlignConverterTravis Oliphant2006-09-151-0/+1
* Add a few more defined checks for FreeBSD and NetBSDTravis Oliphant2006-09-141-1/+1
* Improve the getting and setting of ufunc loops for user-defined types. Travis Oliphant2006-09-111-0/+10
* Code clean-upTravis Oliphant2006-09-061-1/+0
* Add Index checking for integer conversion and Python 2.5Travis Oliphant2006-09-041-0/+1
* Add new keyword <side> to the searchsorted method and function.Charles Harris2006-09-031-0/+7
* Fix so that VOID arrays are not found during a search but instead object arrays.Travis Oliphant2006-09-011-529/+529
* 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