summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* BUG: ticket #1149, make argmin work for datetime.Ben Root2012-04-261-0/+7
* BUG: Fix Python version comparison in last patchMark Wiebe2011-04-051-1/+1
* BUG: Work around the fact that Python 2.6 doesn't support %lld in PyString_Fo...Mark Wiebe2011-04-051-3/+18
* BUG: Fix INTP printf formatting string on 64-bit windowsMark Wiebe2011-04-051-7/+3
* ENH: Change the default error handling to warn instead of print,Robert Kern2011-04-011-3/+3
* API: Rename 'coords' to 'multi-index' in ravel_coords and iterator APIMark Wiebe2011-03-141-3/+3
* STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOPMark Wiebe2011-03-141-2/+2
* API: Rename the iterator function pointer types to be more consistent with Nu...Mark Wiebe2011-03-101-2/+2
* BUG: fix inline definition so that it still inlines in gcc -ansi mode.David Cournapeau2011-02-081-4/+6
* BUG: tweak NPY_INLINE definition to allow compilation in gcc -pendantic mode.David Cournapeau2011-02-071-1/+3
* BUG: Fix crash in PyArray_Nonzero due to uninitialized variable usageMark Wiebe2011-01-291-1/+1
* STY: Rename NPY_ITER_DONT_REVERSE_AXES to NPY_ITER_DONT_NEGATE_STRIDES to be ...Mark Wiebe2011-01-281-1/+1
* ENH: core: Add support for numpy.ravel(a, order='K')Mark Wiebe2011-01-281-0/+2
* ENH: core: Add PyArray_NewLikeArray functionMark Wiebe2011-01-281-0/+2
* ENH: ufunc: Add new iterator version of generalized ufuncsMark Wiebe2011-01-271-120/+0
* ENH: core: Make NumPy trunk ABI-compatible with 1.5Mark Wiebe2011-01-271-2/+1
* ENH: core: Make PyArray_ArrFuncs have the same structure as in 1.5 and earlierMark Wiebe2011-01-251-16/+8
* ENH: core: Shuffle type numbers so any new ones go on the end.Mark Wiebe2011-01-251-9/+18
* ENH: iter: Add ability to do buffered iteration of reductionsMark Wiebe2011-01-221-5/+7
* ENH: iter: Improve broadcasting error messageMark Wiebe2011-01-221-12/+25
* ENH: ufunc: Get all tests passing with new iterator ufunc except generalized ...Mark Wiebe2011-01-211-2/+3
* ENH: ufunc: Make many more tests pass with the new ufunc codeMark Wiebe2011-01-211-4/+6
* ENH: ufunc: Restructure iterator ufunc evaluation into functionsMark Wiebe2011-01-201-0/+1
* ENH: core: Added numeric casting strided transfer functions, to speed up simp...Mark Wiebe2011-01-191-2/+23
* ENH: iter: Add support for iterating object arraysMark Wiebe2011-01-131-9/+9
* ENH: iter: Split flag NBO_ALIGN into NBO and ALIGN, add CONTIG flagMark Wiebe2011-01-091-8/+12
* ENH: iter: Add the new iterator to the exposed APIMark Wiebe2011-01-092-172/+74
* ENH: iter: Move new_iterator.h to the include directoryMark Wiebe2011-01-091-0/+172
* ENH: iter: Move casting flags into a casting= parameterMark Wiebe2011-01-091-1/+5
* ENH: iter: Move forcing the iterator order into an order= parameterMark Wiebe2011-01-091-1/+2
* STY: Break some long linesMark Wiebe2010-12-031-3/+8
* BUG: core: Some fixes and clean up of floating point exception codeMark Wiebe2010-12-032-69/+21
* ENH: Rename the half character code from 'j' to 'e'Mark Wiebe2010-12-011-1/+1
* DOC: core: Update docs for half/float16 typeMark Wiebe2010-12-011-1/+1
* ENH: core: Add floating point exception support to the half/float16 typeMark Wiebe2010-12-011-0/+30
* ENH: core: Create half/float16 data typeMark Wiebe2010-12-016-45/+94
* BUG: core: fix npy_PyFile_Check implementation on Py3Pauli Virtanen2010-09-111-16/+7
* BUG: core: on Python3, seek file handle to the current position in npy_PyFile...Pauli Virtanen2010-09-111-0/+13
* BUG: core: fix a missing return branch in npy_3kcompat.hPauli Virtanen2010-09-111-0/+1
* BUG: core: sync Python 3 file handle position in tofile/fromfile (fixes #1610)Pauli Virtanen2010-09-111-3/+59
* BUG: Fix bug on Windows in fromfile/tofile. Closes #1583. Thanks to C. Gohkle.rgommers2010-08-251-0/+4
* BUG: workaround for undefined isnan/isinf in VS2008. Closes #1502.rgommers2010-08-141-3/+15
* BUG: Better format specifier for Py 2.7, 3.2 on win-amd64. Closes #1570.rgommers2010-08-141-0/+4
* BUG: make sure npy_cpu.h is always included in ndarraytypes.hDavid Cournapeau2010-07-291-0/+1
* BUG: look for endian.h.David Cournapeau2010-07-291-0/+2
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ...Pauli Virtanen2010-07-172-2/+2
* TMPPauli Virtanen2010-07-171-0/+2
* ENH: 3K: add some extra NpyCapsule functionsPauli Virtanen2010-07-171-0/+12
* BUG: core: fix C++ issues in npy_3kcompat.hPauli Virtanen2010-07-171-6/+14
* ENH: core: make npy_3kcompat.h header public, for easier usage in ScipyPauli Virtanen2010-07-171-0/+315