Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try again to fix the endianness tests. | Robert Kern | 2008-05-21 | 1 | -3/+4 |
| | |||||
* | Use endian-specific dtypes in tests which construct cross-type views. | Robert Kern | 2008-05-19 | 1 | -2/+4 |
| | |||||
* | Fix accidentally replaced (r5190, r5193) alltrue code. Diff shows that ↵ | Pauli Virtanen | 2008-05-19 | 1 | -4/+4 |
| | | | | fromnumeric.py has only docstrings changes from r5189 now. | ||||
* | Remove duplicate `alltrue`. | Stefan van der Walt | 2008-05-19 | 1 | -27/+0 |
| | |||||
* | Merge documentation changes from wiki. | Stefan van der Walt | 2008-05-19 | 1 | -47/+119 |
| | |||||
* | get_build_architecture is not available in python 2.4 and older, so use ↵ | Pearu Peterson | 2008-05-16 | 1 | -1/+1 |
| | | | | numpy.distutils one. This should fix undiscovered/not reported bug of building numpy with python 2.4 on windows systems. | ||||
* | Add test for #788 [patch by Eric Firing]. | Stefan van der Walt | 2008-05-15 | 5 | -3/+18 |
| | |||||
* | Fix the unit tests and eliminate the dimensionality reduction assumption for ↵ | Travis Oliphant | 2008-05-15 | 2 | -2/+30 |
| | | | | non base-class arrays. | ||||
* | 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 ↵ | Travis Oliphant | 2008-05-13 | 1 | -2/+5 |
| | | | | fixed differently. | ||||
* | 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 ↵ | Robert Kern | 2008-05-10 | 2 | -6/+34 |
| | | | | .clip() method. | ||||
* | Moved docstrings to add_newdoc.py; added docstring for the class as a whole ↵ | aarchiba | 2008-05-09 | 1 | -170/+7 |
| | | | | which describes __call__. | ||||
* | 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 * ↵ | Travis Oliphant | 2008-05-07 | 3 | -13/+20 |
| | | | | Remove (now un-needed) tolist method from matrices\n * For ticket #551, copy data if start of memory is not aligned on itemsize location in optimized blas wrapper. | ||||
* | 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 |
| | | | | Lets try this again with clean files. | ||||
* | Code style cleanups and fix for ticket #743. | Charles Harris | 2008-04-26 | 3 | -853/+954 |
| | | | | Lets try this without corrupted merge files. | ||||
* | 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 |
| | | | | formatting right. Do some small code cleanup. | ||||
* | Sprinkle some do {} while (0) magic around macros with if statements. They | Charles Harris | 2008-04-26 | 2 | -28/+25 |
| | | | | | should lose the semi-colons too, but I don't want to risk breaking out of tree code. | ||||
* | Docstrings: correct description of `dtype` in prod, cumsum, cumprod (was OK ↵ | Pauli Virtanen | 2008-04-26 | 1 | -48/+49 |
| | | | | in sum, product) | ||||
* | Docstrings in fromnumeric: very small fixes. | Pauli Virtanen | 2008-04-26 | 1 | -3/+3 |
| | |||||
* | Docstring improvements for all, any, alltrue, sometrue, clip, compress + ↵ | Pauli Virtanen | 2008-04-26 | 1 | -31/+118 |
| | | | | smaller stylistic changes to others. | ||||
* | 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 |
| | | | | Try to cast strings numeric types when numbers needed. | ||||
* | 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 |
| | | | | (i.e., make it easier to answer the question, "what's ? or M mean?") | ||||
* | Uncomment tests for PyUfunc_O_O_method and PyUFunc_OO_O_method. | Charles Harris | 2008-04-22 | 1 | -2/+10 |
| |