| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DEP: Remove deprecated modules numarray and oldnumeric. | Charles Harris | 2013-09-23 | 6 | -1600/+0 |
| | | | | | | | They were deprecated in 1.8 and scheduled for removal in 1.9. Closes #3637. | ||||
| * | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 2 | -2/+0 |
| | | | | | Now is as good a time as any with open PR's at a low. | ||||
| * | UPDATE: Replace macros in old_defines.h by new. | Charles Harris | 2012-02-04 | 1 | -16/+16 |
| | | | | | | With the exception of the numarray fixups these were all instances that were results of code generation. | ||||
| * | STY: Remove trailing whitespace | Mark Wiebe | 2011-07-26 | 4 | -17/+17 |
| | | |||||
| * | ENH: core: More cleanups removing direct PyArrayObject field access | Mark Wiebe | 2011-07-19 | 1 | -35/+35 |
| | | |||||
| * | BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ↵ | Pauli Virtanen | 2010-07-17 | 1 | -1/+1 |
| | | | | | on Python 2.x | ||||
| * | ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsule | Charles Harris | 2010-05-03 | 1 | -1/+1 |
| | | | | | | | | compatibility functions in npy_3kcompat.h to replace the current calls. This gets rid of a number of version checks and is easier to maintain. Fix bug that was present in the ufunc _loop1d_list_free destructor in the python3k case. | ||||
| * | BUG: NPY_PY3K probably isn't defined when libnumarray.h is included. | Charles Harris | 2010-02-23 | 1 | -1/+1 |
| | | |||||
| * | BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1. | Charles Harris | 2010-02-23 | 1 | -21/+40 |
| | | |||||
| * | 3K: ENH: move numarray includes under numarray/include so that the 'numpy' ↵ | Pauli Virtanen | 2010-02-21 | 6 | -0/+1583 |
| directory does not confuse 2to3's relative import conversion | |||||
