| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge docstrings from wiki. | Stefan van der Walt | 2008-05-14 | 1 | -11/+17 |
* | Back-out matrix changes from trunk. This breaks some test which need to be f... | Travis Oliphant | 2008-05-13 | 1 | -2/+5 |
* | Fix ticket #791. | Travis Oliphant | 2008-05-13 | 3 | -5/+22 |
* | Use EquivTypes instead of equality testing for data-type comparison. | Travis Oliphant | 2008-05-11 | 1 | -1/+1 |
* | Add the out= argument to the clip() function to bring it in line with the .cl... | Robert Kern | 2008-05-10 | 2 | -6/+34 |
* | Moved docstrings to add_newdoc.py; added docstring for the class as a whole w... | aarchiba | 2008-05-09 | 1 | -170/+7 |
* | Docstrings for ufunc methods add, reduce, outer, and the arcane reduceat. | aarchiba | 2008-05-09 | 1 | -4/+166 |
* | Test for ticket #551 part of r5140 | Pauli Virtanen | 2008-05-08 | 1 | -0/+8 |
* | Additional tests of matrix indexing. | aarchiba | 2008-05-08 | 1 | -3/+31 |
* | Add some tests for scalar indexing, tolist(), and fancy indexing. | Charles Harris | 2008-05-08 | 1 | -0/+29 |
* | Remove un-needed attribute lookup in 1.2 | Travis Oliphant | 2008-05-07 | 1 | -1/+1 |
* | * Make matrices return 1-dimensional array on item selection for 1.2\n * Rem... | Travis Oliphant | 2008-05-07 | 3 | -13/+20 |
* | Remove dtype_or_type key word in favor of simpler interface. | Travis Oliphant | 2008-05-01 | 1 | -23/+9 |
* | Support for Python types in x.view. | Stefan van der Walt | 2008-05-01 | 2 | -11/+60 |
* | Small cleanup and whitespace removal. | Charles Harris | 2008-04-30 | 1 | -17/+16 |
* | For x.view, change dtype into keyword argument. | Stefan van der Walt | 2008-04-30 | 2 | -3/+15 |
* | Check for error and fix spacing. | Travis Oliphant | 2008-04-30 | 1 | -2/+3 |
* | Code style cleanups. | Charles Harris | 2008-04-28 | 1 | -61/+98 |
* | Enclose macros with ifs in do {} while (0). | Charles Harris | 2008-04-26 | 2 | -28/+25 |
* | Code style cleanups and fix for ticket #743. | Charles Harris | 2008-04-26 | 3 | -853/+954 |
* | Docstring fixes to fromnumeric, to better mirror ndarray docstrings. | Pauli Virtanen | 2008-04-26 | 1 | -17/+45 |
* | Revert to 5092. | Charles Harris | 2008-04-26 | 2 | -25/+28 |
* | revert to 5092 | Charles Harris | 2008-04-26 | 1 | -66/+57 |
* | Add semicolons to end of macros. This helps editors and such get the | Charles Harris | 2008-04-26 | 1 | -57/+66 |
* | Sprinkle some do {} while (0) magic around macros with if statements. They | Charles Harris | 2008-04-26 | 2 | -28/+25 |
* | Docstrings: correct description of `dtype` in prod, cumsum, cumprod (was OK i... | Pauli Virtanen | 2008-04-26 | 1 | -48/+49 |
* | Docstrings in fromnumeric: very small fixes. | Pauli Virtanen | 2008-04-26 | 1 | -3/+3 |
* | Docstring improvements for all, any, alltrue, sometrue, clip, compress + smal... | Pauli Virtanen | 2008-04-26 | 1 | -31/+118 |
* | Code style cleanups. | Charles Harris | 2008-04-26 | 1 | -141/+214 |
* | Revert x[0][0] hack. | Stefan van der Walt | 2008-04-25 | 2 | -17/+10 |
* | Add test for numeric type array creation from string values. | Charles Harris | 2008-04-25 | 1 | -0/+9 |
* | Code style cleanups. | Charles Harris | 2008-04-25 | 1 | -74/+49 |
* | Some cleanups | Charles Harris | 2008-04-25 | 1 | -11/+20 |
* | Fix ticket #736. | Charles Harris | 2008-04-25 | 1 | -6/+3 |
* | Coding style cleanups. | Charles Harris | 2008-04-25 | 1 | -89/+189 |
* | Add some section headings to the file. | Charles Harris | 2008-04-24 | 1 | -0/+24 |
* | In C, you shouldn't have trailing commas on the last item in an enum. | Robert Kern | 2008-04-23 | 1 | -3/+3 |
* | Hack to let x[0][0] return a scalar for matrices. | Stefan van der Walt | 2008-04-23 | 2 | -1/+19 |
* | Add regression test for changeset #5065. | Stefan van der Walt | 2008-04-23 | 1 | -0/+3 |
* | Make None be NaN for float types. | Charles Harris | 2008-04-23 | 1 | -1/+5 |
* | generate_umath.py: move chartoname higher for documentation purposes | cookedm | 2008-04-22 | 1 | -21/+23 |
* | Uncomment tests for PyUfunc_O_O_method and PyUFunc_OO_O_method. | Charles Harris | 2008-04-22 | 1 | -2/+10 |
* | Fix incorrect output types for some ufuncs. | Charles Harris | 2008-04-22 | 1 | -4/+4 |
* | Scons build: put builders creation into scons_support, and add action strings... | David Cournapeau | 2008-04-21 | 2 | -32/+27 |
* | Do not specify target names for generated code, because it is not needed. | David Cournapeau | 2008-04-21 | 1 | -23/+24 |
* | Expand tab in core scons script. | David Cournapeau | 2008-04-21 | 1 | -3/+3 |
* | Generic loop cleanup. Cut and pasted from template generated file. | Charles Harris | 2008-04-21 | 1 | -194/+274 |
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 7 | -28/+27 |
* | Make the object loops tests less susceptiple to reference counting errors. | Charles Harris | 2008-04-20 | 1 | -7/+9 |
* | More clean up the generic object loops. | Charles Harris | 2008-04-20 | 1 | -45/+19 |