summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* Enclose macros with ifs in do {} while (0).Charles Harris2008-04-262-28/+25
* Revert to 5092.Charles Harris2008-04-262-25/+28
* Sprinkle some do {} while (0) magic around macros with if statements. TheyCharles Harris2008-04-262-28/+25
* In C, you shouldn't have trailing commas on the last item in an enum.Robert Kern2008-04-231-3/+3
* Fast implementation of take [patch by Eric Firing].Stefan van der Walt2008-04-181-1/+6
* Remove redundant check because PyObject_TypeCheck already includes an exact c...Travis Oliphant2008-04-061-3/+1
* Change var and std for complex valued arrays to compute z*conj(z) to match si...Travis Oliphant2008-03-271-0/+1
* More complete fix to #647 so that fast copy is not attempted on portions of r...Travis Oliphant2008-03-221-0/+10
* Handle NO_SIGNAL for platforms which do not define itDavid Cournapeau2008-01-231-1/+1
* Remove unneeded comment in numpyconfig.h templateDavid Cournapeau2008-01-211-1/+0
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-5/+0
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-4/+2
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-1/+1
* Fixes for config and numpyconfig header generation:David Cournapeau2008-01-211-0/+1
* Merge changes in cleanconfig_rtmDavid Cournapeau2008-01-181-1/+1
* More work on building numpy.core with scons (still does not work)David Cournapeau2008-01-061-0/+23
* Clean ndarrayobject.h headers: do not use SIZEOF_*, but NPY_SIZEOF...David Cournapeau2007-12-181-22/+23
* 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