summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix docstring and rename to byte_bounds.Travis Oliphant2007-02-021-4/+7
* Fix a comment string.Travis Oliphant2007-02-021-3/+0
* Add memory_bounds and may_share_memory functions to numpy.Travis Oliphant2007-02-021-1/+52
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-3/+3
* Whitespace cleanup.Stefan van der Walt2007-01-081-3/+2
* Fix ticket #188 by returning the name of the dtype objects for data-type obje...Travis Oliphant2006-09-161-1/+4
* Clean up info(ndarray)Travis Oliphant2006-09-151-11/+10
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-1/+1
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-1/+1
* Fix-up issubdtype to be more usefulTravis Oliphant2006-08-151-2/+9
* Move ctypes-related functions out of top-levelTravis Oliphant2006-08-141-108/+1
* Fix ndpointer and add tests from ticket #245Travis Oliphant2006-08-141-4/+10
* datatype --> dtype in ndpointer and fix logic of from_param checksTravis Oliphant2006-08-131-23/+28
* Allow for type-less ndpointer.Travis Oliphant2006-08-131-5/+8
* Improve ndpointer to allow shape and flags checking as well.Travis Oliphant2006-08-131-8/+55
* Remove _as_parameter_ attribute from arrays and add it to the ctypes object. ...Travis Oliphant2006-08-131-2/+28
* More fixes to masked array support of output arrays. Travis Oliphant2006-08-101-1/+1
* Move source, info, and who to NumPyTravis Oliphant2006-08-051-2/+276
* Clean up docstrings.Travis Oliphant2006-07-201-2/+6
* Add simple get_numarray_include() function and typedefs for completenessTravis Oliphant2006-07-081-1/+17
* Change the name to ctypes_load_libraryTravis Oliphant2006-07-031-2/+2
* Add a require function, a issubdtype, and a load_ctypes_function to NumPyTravis Oliphant2006-07-031-3/+29
* Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and ...Travis Oliphant2006-07-011-3/+7
* Fix Python 2.3 incompatibilitiescookedm2006-06-161-1/+14
* Fix deprecated for when the function doesn't have a __dict__cookedm2006-06-151-1/+6
* For `deprecated`, include a note about the function being deprecated in its d...cookedm2006-06-151-0/+9
* Expose deprecate functionTravis Oliphant2006-06-151-1/+9
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-4/+4
* Change arrtype --> sctype so that dtype is given pre-eminance in determining ...Travis Oliphant2006-01-311-4/+4
* Fixed up usage of dtype to be consistent with new dtype objects.Travis Oliphant2006-01-171-4/+4
* numpy.base -> numpyTravis Oliphant2006-01-051-1/+1
* Fixed libTravis Oliphant2006-01-041-1/+1
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-8/+8
* Moving things..Travis Oliphant2006-01-041-0/+28