summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* Fix numeric.indices on 64-bit platforms.Stefan van der Walt2006-07-071-1/+1
* Check for error and asthetic spacing change.Travis Oliphant2006-07-031-2/+4
* Add a require function, a issubdtype, and a load_ctypes_function to NumPyTravis Oliphant2006-07-031-1/+34
* Make the default array type float.Travis Oliphant2006-06-301-5/+5
* Fix binary_repr for large numbers and add test.Stefan van der Walt2006-06-211-0/+6
* Use hexadecimal lookup table for binary_repr.Stefan van der Walt2006-06-201-15/+27
* Fix bug in _myunincmp.Travis Oliphant2006-06-141-1/+0
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-121-3/+3
* Replace Python version of fromiter with one coded in C.Tim Hochberg2006-06-101-5/+1
* Add docstrings to numeric.py, especially for seterr and geterr.cookedm2006-06-061-7/+59
* Fix-up handling of registering of data-types. Now it is done using a PyArray...Travis Oliphant2006-06-021-2/+1
* Fix up comments and checks in buffer setting and error-function setting.Travis Oliphant2006-06-011-3/+5
* Fix-up test_scalarmath to compare against ufuncs.Travis Oliphant2006-06-011-0/+5
* Simplify argwhere (maybe prematurely added), and fix memory leak in #125Travis Oliphant2006-05-191-9/+1
* Rename fromflat to unravel_index. Add argwhere function. Change where docst...Travis Oliphant2006-05-171-2/+17
* Fix so USE_USE_DEFAULTS code works in multi-threaded case. Speed up 1-d arra...Travis Oliphant2006-04-241-11/+4
* Tweaks to Travis's recent addition of thread local semantics to setting of er...Tim Hochberg2006-04-201-9/+14
* Implement a reset-on-delete object for save error modes.Travis Oliphant2006-04-181-4/+12
* Change ...errlist to ...errobjTravis Oliphant2006-04-181-10/+10
* Changed error look-up to use per-thread global variable.Travis Oliphant2006-04-181-55/+22
* Updates to array creation: improve docstring, allow fast exit for subok=1, re...Travis Oliphant2006-03-281-7/+7
* Changed fortran= keywords to order= keywordsTravis Oliphant2006-03-241-9/+9
* Simplify interfaces. Fix UCHAR bug.Travis Oliphant2006-03-241-4/+4
* Added ascontiguous and asfortran functions.Travis Oliphant2006-03-231-1/+8
* Fix reshape to always interpret as C-contiguous unless fortran=True is given ...Travis Oliphant2006-03-211-3/+3
* Changed the C-API by making the a.flags object a builtin object for speed. A...Travis Oliphant2006-03-151-22/+42
* Fix up oldnumeric.py functions to return intput class where possible. Allow ...Travis Oliphant2006-03-131-1/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-2/+2
* Apply Tim's code-checker tests except for white-space-only changes.Travis Oliphant2006-03-061-2/+2
* Remove bigndarray because Python SVN has support for 64-bit indexing.Travis Oliphant2006-03-011-2/+1
* Swap order of fill-function arguments and make ones use fill now.Travis Oliphant2006-03-011-5/+5
* Change formating of all flexible arrays to str(arr.dtype)Travis Oliphant2006-02-241-8/+4
* Added axis= argument to crossTravis Oliphant2006-02-161-1/+3
* Fixed reference count problems.Travis Oliphant2006-02-091-1/+5
* Change name of scalars from <x>_arrtype to <x>scalarTravis Oliphant2006-01-311-1/+1
* Add ndmin to array constructors.Travis Oliphant2006-01-241-4/+4
* Fix str representation for rank-0 arraysTravis Oliphant2006-01-201-1/+1
* Defined False_ and True_sasha2006-01-201-1/+3
* Fix shape() function. Fix so that longdouble typecode never overwrites doubl...Travis Oliphant2006-01-161-0/+1
* Made dtypedescr name attribute always report bit-width; fixed memmap slicing;...Travis Oliphant2006-01-151-1/+2
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-6/+6
* More numpy fixes...Travis Oliphant2006-01-041-1/+49
* rename sub-packagesTravis Oliphant2006-01-041-0/+428