Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a require function, a issubdtype, and a load_ctypes_function to NumPy | Travis Oliphant | 2006-07-03 | 1 | -3/+29 | |
| | ||||||
* | Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and ↵ | Travis Oliphant | 2006-07-01 | 1 | -3/+7 | |
| | | | | deprecate old name. Add PyArray_ZEROS and PyArray_EMPTY macros which take type-number instead of data-type object. | |||||
* | Fix Python 2.3 incompatibilities | cookedm | 2006-06-16 | 1 | -1/+14 | |
| | | | | | - use of a generator in core/tests/test_numeric.py - you can't set __name__ on a function in 2.3 | |||||
* | Fix deprecated for when the function doesn't have a __dict__ | cookedm | 2006-06-15 | 1 | -1/+6 | |
| | ||||||
* | For `deprecated`, include a note about the function being deprecated in its ↵ | cookedm | 2006-06-15 | 1 | -0/+9 | |
| | | | | | | docstring. Also set the __name__ attribute and copy over function attributes. | |||||
* | Expose deprecate function | Travis Oliphant | 2006-06-15 | 1 | -1/+9 | |
| | ||||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -4/+4 | |
| | | | | extraneous whitespace | |||||
* | Change arrtype --> sctype so that dtype is given pre-eminance in determining ↵ | Travis Oliphant | 2006-01-31 | 1 | -4/+4 | |
| | | | | array type. | |||||
* | Fixed up usage of dtype to be consistent with new dtype objects. | Travis Oliphant | 2006-01-17 | 1 | -4/+4 | |
| | ||||||
* | numpy.base -> numpy | Travis Oliphant | 2006-01-05 | 1 | -1/+1 | |
| | ||||||
* | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -1/+1 | |
| | ||||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -8/+8 | |
| | ||||||
* | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+28 | |