Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use the implicit "import numpy as np" made available to all doctests instead ↵ | Alan McIntyre | 2008-07-03 | 1 | -2/+1 | |
| | | | | | | | of an explicit import. Remove ">>>" from bartlett plotting example since it currently requires matplotlib. | |||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -6/+6 | |
| | ||||||
* | Add lookfor function from ticket #734 | Travis Oliphant | 2008-04-11 | 1 | -1/+186 | |
| | ||||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -9/+7 | |
| | ||||||
* | Fix deprecate_with_doc and deprecate for builtin functions. | Travis Oliphant | 2007-12-30 | 1 | -5/+8 | |
| | ||||||
* | Merge the lib_for_io branch back into the trunk. | Travis Oliphant | 2007-12-30 | 1 | -6/+153 | |
|\ | ||||||
| * | Create a branch for io work in NumPy | Travis Oliphant | 2007-12-15 | 1 | -432/+0 | |
|/ | ||||||
* | replaced apply() with direct function call | Jarrod Millman | 2007-11-26 | 1 | -4/+4 | |
| | ||||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -3/+3 | |
| | ||||||
* | Change scipy -> numpy in who() docstring | edschofield | 2007-05-24 | 1 | -1/+1 | |
| | ||||||
* | Make numpy.get_include() and numpy.get_numarray_include() not pull in ↵ | cookedm | 2007-04-01 | 1 | -7/+12 | |
| | | | | numpy.distutils. | |||||
* | Fix doctests. | Stefan van der Walt | 2007-02-18 | 1 | -1/+2 | |
| | ||||||
* | Fix docstring and rename to byte_bounds. | Travis Oliphant | 2007-02-02 | 1 | -4/+7 | |
| | ||||||
* | Fix a comment string. | Travis Oliphant | 2007-02-02 | 1 | -3/+0 | |
| | ||||||
* | Add memory_bounds and may_share_memory functions to numpy. | Travis Oliphant | 2007-02-02 | 1 | -1/+52 | |
| | ||||||
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -3/+3 | |
| | ||||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -3/+2 | |
| | ||||||
* | Fix ticket #188 by returning the name of the dtype objects for data-type ↵ | Travis Oliphant | 2006-09-16 | 1 | -1/+4 | |
| | | | | objects without fields or sub-arrays that are in correct byte-order | |||||
* | Clean up info(ndarray) | Travis Oliphant | 2006-09-15 | 1 | -11/+10 | |
| | ||||||
* | Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product | Travis Oliphant | 2006-08-29 | 1 | -1/+1 | |
| | ||||||
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 1 | -1/+1 | |
| | ||||||
* | Fix-up issubdtype to be more useful | Travis Oliphant | 2006-08-15 | 1 | -2/+9 | |
| | ||||||
* | Move ctypes-related functions out of top-level | Travis Oliphant | 2006-08-14 | 1 | -108/+1 | |
| | ||||||
* | Fix ndpointer and add tests from ticket #245 | Travis Oliphant | 2006-08-14 | 1 | -4/+10 | |
| | ||||||
* | datatype --> dtype in ndpointer and fix logic of from_param checks | Travis Oliphant | 2006-08-13 | 1 | -23/+28 | |
| | ||||||
* | Allow for type-less ndpointer. | Travis Oliphant | 2006-08-13 | 1 | -5/+8 | |
| | ||||||
* | Improve ndpointer to allow shape and flags checking as well. | Travis Oliphant | 2006-08-13 | 1 | -8/+55 | |
| | ||||||
* | Remove _as_parameter_ attribute from arrays and add it to the ctypes object. ↵ | Travis Oliphant | 2006-08-13 | 1 | -2/+28 | |
| | | | | Create an ndpointer class factory to return classes that check for specific array types. These can be used in argtypes list to ctypes functions. | |||||
* | More fixes to masked array support of output arrays. | Travis Oliphant | 2006-08-10 | 1 | -1/+1 | |
| | ||||||
* | Move source, info, and who to NumPy | Travis Oliphant | 2006-08-05 | 1 | -2/+276 | |
| | ||||||
* | Clean up docstrings. | Travis Oliphant | 2006-07-20 | 1 | -2/+6 | |
| | ||||||
* | Add simple get_numarray_include() function and typedefs for completeness | Travis Oliphant | 2006-07-08 | 1 | -1/+17 | |
| | ||||||
* | Change the name to ctypes_load_library | Travis Oliphant | 2006-07-03 | 1 | -2/+2 | |
| | ||||||
* | 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 | |