summaryrefslogtreecommitdiff
path: root/numpy/numarray
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-2326-7010/+0
* FIX: remove unused variables and add castsLars Buitinck2013-08-271-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-186-66/+66
* STY: Giant whitespace cleanup.Charles Harris2013-08-182-2/+0
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-4/+0
* DEP: Deprecate the oldnumeric and numarray modules.Charles Harris2013-06-101-0/+6
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-023-4/+4
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-132-3/+4
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-3/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-0619-43/+43
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+2
* 2to3: Use absolute imports.Charles Harris2013-03-2818-31/+31
* Merge pull request #3122 from charris/2to3-apply-xrange-fixerCharles Harris2013-03-281-3/+3
|\
| * 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-3/+3
* | fix undefined function and add integer divisionsJulian Taylor2013-03-261-5/+18
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0119-15/+30
* 2to3: apply exec fixer results.Charles Harris2013-02-281-1/+1
* DEP: Remove scons related files and code.Charles Harris2013-01-133-23/+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-042-18/+18
* STY: Remove trailing whitespaceMark Wiebe2011-07-264-17/+17
* 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-192-141/+141
* ENH: core: Progress getting NumPy building without direct field accessMark Wiebe2011-07-191-13/+19
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-2/+2
* 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-172-2/+2
* 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-032-2/+2
* 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: NPY_PY3K probably isn't defined when libnumarray.h is included.Charles Harris2010-02-231-1/+1
* BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1.Charles Harris2010-02-232-21/+44
* Fix bad usage of namespace alias changechanley2010-02-221-5/+5
* STY: Use import numpy as np. This seems to fix an import error introduced byCharles Harris2010-02-211-5/+13
* BUG: fix numarray._capi compilationPauli Virtanen2010-02-211-1/+1
* 3K: ENH: make numpy.numarray to importPauli Virtanen2010-02-211-0/+3
* 3K: ENH: move numarray includes under numarray/include so that the 'numpy' di...Pauli Virtanen2010-02-219-3/+3
* BUG: fix numscons build.David Cournapeau2009-12-101-2/+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
* Fix installation of numarray headers on Windows.Stefan van der Walt2009-06-091-1/+1
* Reindent and cleanup whitespace.Charles Harris2009-06-031-2316/+2314
* More signed/unsigned comp fixes.David Cournapeau2009-03-091-6/+6
* Fix wrong typedef for UInt64.David Cournapeau2009-03-031-1/+1
* ran reindentJarrod Millman2008-12-311-1/+1