Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix ticket #1579. Do some cleanups. | Charles Harris | 2010-08-10 | 1 | -40/+51 |
| | |||||
* | DOC: wiki merge, twodim_base and a few loose ones. | rgommers | 2010-07-31 | 1 | -31/+33 |
| | |||||
* | DOC - fix doc error | Matthew Brett | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -2/+2 |
| | |||||
* | Docstring update: lib | Pauli Virtanen | 2009-10-02 | 1 | -72/+126 |
| | |||||
* | Docstring updates, part 1 | Pauli Virtanen | 2009-10-02 | 1 | -49/+74 |
| | |||||
* | Address #1167: faster twodim_base.diag/eye implementation by Luca Citi + tests | Pauli Virtanen | 2009-07-12 | 1 | -21/+26 |
| | |||||
* | Fix versioning and inclusion to ref. guide in docs for #1132 | Pauli Virtanen | 2009-07-04 | 1 | -0/+20 |
| | |||||
* | Add indexing functions by Fernando Perez. | Stefan van der Walt | 2009-07-04 | 1 | -2/+214 |
| | |||||
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -9/+36 |
| | |||||
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵ | Pauli Virtanen | 2008-10-28 | 1 | -15/+15 |
| | | | | they are still an improvement) | ||||
* | Import documentation from doc wiki (part 1) | Pauli Virtanen | 2008-10-27 | 1 | -2/+2 |
| | |||||
* | Removed unused imports. | Alan McIntyre | 2008-09-18 | 1 | -1/+1 |
| | |||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -56/+391 |
| | |||||
* | Use the implicit "import numpy as np" made available to all doctests instead | Alan McIntyre | 2008-07-05 | 1 | -4/+4 |
| | | | | | of explicit imports or dependency on the local scope where the doctest is defined.. | ||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -6/+6 |
| | |||||
* | Fix vander docstring. | Stefan van der Walt | 2008-04-09 | 1 | -4/+3 |
| | |||||
* | added docstring to diagflat. | dhuard | 2008-03-20 | 1 | -0/+16 |
| | |||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -8/+8 |
| | |||||
* | Fix tri when dtype is bool (closes ticket #574). | Stefan van der Walt | 2007-09-30 | 1 | -2/+1 |
| | |||||
* | Fix so that rot90 only works on first two axes. | Travis Oliphant | 2007-09-20 | 1 | -2/+2 |
| | |||||
* | Make sure we always return a value from eye(). It wasn't returning a value ↵ | Robert Kern | 2007-07-25 | 1 | -1/+2 |
| | | | | when dtype==bool. | ||||
* | Add patch in Ticket #189 for histogramdd. Fixes bug reported by Ben Granett | Travis Oliphant | 2007-04-02 | 1 | -92/+29 |
| | |||||
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -21/+21 |
| | |||||
* | Fix ticket #188 by returning the name of the dtype objects for data-type ↵ | Travis Oliphant | 2006-09-16 | 1 | -2/+1 |
| | | | | objects without fields or sub-arrays that are in correct byte-order | ||||
* | Add histogramnd and fix histogram2d | Travis Oliphant | 2006-09-14 | 1 | -29/+54 |
| | |||||
* | Add diagflat. Begin to add numarray compatibility | Travis Oliphant | 2006-08-02 | 1 | -2/+21 |
| | |||||
* | Fixed a memory-leak in EnsureArray. Added __array_priority__ to array ↵ | Travis Oliphant | 2006-07-20 | 1 | -14/+10 |
| | | | | scalars. Added bug-fixes part of david huard's histogramdd ticket. | ||||
* | Improve c_numpy.pxd a bit. Re-name get_numpy_include() to get_include() and ↵ | Travis Oliphant | 2006-07-01 | 1 | -1/+1 |
| | | | | deprecate old name. Add PyArray_ZEROS and PyArray_EMPTY macros which take type-number instead of data-type object. | ||||
* | Adjust histogram2d a bit. Fix doc for logspace. | Travis Oliphant | 2006-07-01 | 1 | -4/+15 |
| | |||||
* | Added histogram2d #161 | Travis Oliphant | 2006-07-01 | 1 | -1/+73 |
| | |||||
* | Make the default array type float. | Travis Oliphant | 2006-06-30 | 1 | -6/+8 |
| | |||||
* | Clean up diag documentation. Clean up PyArray_INCREF and PyArray_XDECREF to ↵ | Travis Oliphant | 2006-06-23 | 1 | -2/+3 |
| | | | | use new iterators. | ||||
* | remove unused imports | Tim Leslie | 2006-03-25 | 1 | -1/+0 |
| | |||||
* | clean up some imports | Tim Leslie | 2006-03-16 | 1 | -1/+2 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -6/+6 |
| | | | | extraneous whitespace | ||||
* | Added kron and repmat | Travis Oliphant | 2006-02-24 | 1 | -1/+0 |
| | |||||
* | Fix _AIX bug and add UserArray for container class backward compatibility. | Travis Oliphant | 2006-02-23 | 1 | -6/+6 |
| | |||||
* | Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵ | Travis Oliphant | 2006-01-15 | 1 | -1/+1 |
| | | | | .dtypechar -> .dtype.char | ||||
* | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+123 |