summaryrefslogtreecommitdiff
path: root/numpy/numarray/_capi.c
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-231-3441/+0
* FIX: remove unused variables and add castsLars Buitinck2013-08-271-1/+1
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-4/+0
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* Rename PyArray_RequireWriteable to PyArray_FailUnlessWriteableNathaniel J. Smith2012-05-221-3/+3
* Funnel all assignments to PyArrayObject->base through a single pointNathaniel J. Smith2012-05-151-3/+1
* Consolidate all array writeability checking in new PyArray_RequireWriteableNathaniel J. Smith2012-05-151-10/+8
* DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to beMark Wiebe2012-04-061-1/+1
* UPDATE: Replace macros in old_defines.h by new.Charles Harris2012-02-041-2/+2
* ENH: core: Rename PyArray_SetBase to PyArray_SetBaseObject to be more clearMark Wiebe2011-07-221-1/+1
* ENH: core: More cleanups removing direct PyArrayObject field accessMark Wiebe2011-07-191-106/+106
* ENH: core: Progress getting NumPy building without direct field accessMark Wiebe2011-07-191-13/+19
* 3K: numarray: Python3 fixes in _capi.cPauli Virtanen2010-07-171-20/+24
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ...Pauli Virtanen2010-07-171-1/+1
* BUG: Fix problem with numarray _capi.c and python 2.7.Charles Harris2010-05-241-2/+6
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-031-1/+1
* ENH: get rid of #warning directives, either by fixing the issue or changing t...Pauli Virtanen2010-04-041-3/+3
* ENH: Try to fix numarray _capi.c for Python >= 3.1. Needs testing that I am notCharles Harris2010-02-251-10/+40
* BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1.Charles Harris2010-02-231-0/+4
* BUG: fix numarray._capi compilationPauli Virtanen2010-02-211-1/+1
* 3K: numarray: replace buffer APIs by dummy+error. Some ob_types.Pauli Virtanen2009-12-061-4/+31
* ENH: Fix some more uninitialized vars.David Cournapeau2009-09-161-18/+52
* Reindent and cleanup whitespace.Charles Harris2009-06-031-2316/+2314
* More signed/unsigned comp fixes.David Cournapeau2009-03-091-6/+6
* More unused vars tagged.David Cournapeau2008-10-081-15/+16
* Fix building on freebsd [patch by Joe Peterson].Stefan van der Walt2007-12-141-3/+7
* #513: fix up include of fenv.c in numarray for cygwincookedm2007-05-151-10/+7
* Change defined(linux) to defined(__GLIBC__)Travis Oliphant2007-04-061-2/+2
* Include fenv.h the second time for CYGWIN. Change a few defines.Travis Oliphant2007-04-051-3/+2
* Added patch in ticket #458 for compilation on Cygwin.Travis Oliphant2007-03-261-1/+5
* Fix include directory for fenv.cTravis Oliphant2007-01-251-1/+1
* Fix location of fenv.h file for CYGWIN to correct compilation of NumPy on CYGWINTravis Oliphant2007-01-241-1/+1
* Fix warnings found by Intel compiler due to unused variables that were set. ...Travis Oliphant2006-12-021-5/+3
* Python 2.5 fixes: replace int with Py_ssize_t where appropiatecookedm2006-09-281-1/+1
* Fix warning...Travis Oliphant2006-08-251-1/+2
* Fix NA_NewAllFromBuffer when shape is givenTravis Oliphant2006-08-241-21/+30
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-081-11/+11
* Fix to NA_OptionalOutputArray so that resulting array is a copy of the master...chanley2006-07-061-1/+2
* Undo move to numpy_numarray.Travis Oliphant2006-06-261-1/+1
* Renamed numpy/numarray/numpy directory to numpy/numarray/numpy_numarray to be...chanley2006-06-261-1/+1
* Fixed build problem with Solaris compilers. Needed to remove return values f...chanley2006-06-201-3/+3
* One more name change.Travis Oliphant2006-06-201-1/+1
* Fix-up C-API support for numarrayTravis Oliphant2006-06-201-76/+79
* Fix reference-count problem in z **= 1 and more numarray compatiblity fixes.Travis Oliphant2006-06-201-64/+275
* Adding numarray C-APITravis Oliphant2006-06-201-1/+1
* Draft of libnumarray C-API.Travis Oliphant2006-06-201-2564/+1554
* Adding numarray c-api compatibility.Travis Oliphant2006-06-191-0/+4124