| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up test output such that a completely-passing test suite has no extrane... | Robert Kern | 2008-07-03 | 17 | -42/+29 |
* | BUG: need to create exceptions correctly. | Robert Kern | 2008-07-03 | 2 | -11/+17 |
* | ENH: Add broadcast_arrays() function to expose broadcasting to pure Python fu... | Robert Kern | 2008-07-03 | 3 | -0/+317 |
* | Added note to numpy developers about the policy on using finfo in numpy's cod... | Robert Kern | 2008-07-03 | 1 | -0/+7 |
* | Reduce numpy's import times by delaying a few time consuming imports to the p... | Robert Kern | 2008-07-03 | 7 | -26/+34 |
* | Remove uses of set_package_path, set_local_path, restore_path. | Alan McIntyre | 2008-07-03 | 9 | -103/+53 |
* | Use the implicit "import numpy as np" made available to all doctests instead ... | Alan McIntyre | 2008-07-03 | 5 | -48/+39 |
* | Fixed line continuation in doctest for setastest. | Alan McIntyre | 2008-07-03 | 2 | -10/+41 |
* | Remove uses of set_package_path, set_local_path, restore_path. | Alan McIntyre | 2008-07-03 | 8 | -120/+106 |
* | Deprecate set_package_path, set_local_path, and restore_path. | Alan McIntyre | 2008-07-03 | 1 | -1/+9 |
* | Update doctests to assume only an "import numpy as np" has been executed prio... | Alan McIntyre | 2008-07-03 | 2 | -22/+23 |
* | Corrected a goof in .reshape() | pierregm | 2008-07-02 | 2 | -5/+5 |
* | Update doctests to use the implicit "import numpy as np" made available to al... | Alan McIntyre | 2008-07-02 | 3 | -128/+109 |
* | Update doctests to use the implicit "import numpy as np" made available | Alan McIntyre | 2008-07-02 | 5 | -28/+18 |
* | prevent .reshape to update the whole __dict__ of the result, use ._update_fro... | pierregm | 2008-07-01 | 2 | -2/+2 |
* | Customize behavior of nose doctests: | Alan McIntyre | 2008-07-01 | 1 | -9/+128 |
* | Use join instead of += to build string. | Charles Harris | 2008-06-29 | 1 | -3/+4 |
* | Add test for ticket #390. | Charles Harris | 2008-06-29 | 1 | -33/+35 |
* | Fix ticket #390. | Charles Harris | 2008-06-29 | 1 | -0/+4 |
* | Shorten long lines. | Charles Harris | 2008-06-28 | 1 | -39/+58 |
* | Fix ticket #828 by explicitly sorting keys instead of relying on pprint. | Charles Harris | 2008-06-28 | 1 | -8/+12 |
* | Add regression test for #825. | Charles Harris | 2008-06-27 | 1 | -0/+8 |
* | Test #825 fix. | Charles Harris | 2008-06-26 | 1 | -27/+38 |
* | MaskedArray.__new__ : compare data to cls and not to MaskedArray, in case __n... | pierregm | 2008-06-25 | 1 | -1/+7 |
* | Basic reindentation. | Charles Harris | 2008-06-24 | 1 | -1724/+1780 |
* | Code style cleanups. | Charles Harris | 2008-06-24 | 1 | -125/+174 |
* | Fixed imports for doctests. | Alan McIntyre | 2008-06-23 | 2 | -31/+53 |
* | Fixed imports in doctests. | Alan McIntyre | 2008-06-23 | 2 | -3/+4 |
* | Added "import numpy as N", and adjusted whitespace to allow doctests to run c... | Alan McIntyre | 2008-06-23 | 1 | -1/+3 |
* | Small code cleanup. | Charles Harris | 2008-06-22 | 1 | -14/+18 |
* | Small cleanup. | Charles Harris | 2008-06-22 | 1 | -71/+68 |
* | Restored parametric.py | Alan McIntyre | 2008-06-21 | 1 | -0/+305 |
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 71 | -101/+709 |
* | Temporary workaround for a numscons bug. | David Cournapeau | 2008-06-21 | 1 | -2/+9 |
* | Put import_array() back into the .pyx file. | Fernando Perez | 2008-06-20 | 2 | -14/+16 |
* | Move the import_array() call directly into c_numpy.pxd. | Fernando Perez | 2008-06-20 | 2 | -6/+16 |
* | * put maximum/minimum_fill_value back in __all__ | pierregm | 2008-06-20 | 2 | -6/+7 |
* | Use a colon instead of a semi-colon to separate index levels. | Stefan van der Walt | 2008-06-19 | 1 | -2/+2 |
* | Updated Cython code to use .pxd files with cimport instead of .pxi/include. | Fernando Perez | 2008-06-19 | 4 | -21/+21 |
* | Add `Methods` section to documentation standard. | Stefan van der Walt | 2008-06-18 | 1 | -0/+28 |
* | Add `ma` to __all__. | Stefan van der Walt | 2008-06-18 | 1 | -1/+1 |
* | fixed dictionary update for compatibility with Python 2.3 | pierregm | 2008-06-17 | 3 | -6/+7 |
* | Fix piecewise to handle 0-d inputs. | Travis Oliphant | 2008-06-17 | 2 | -1/+27 |
* | Update documentation standard. | Stefan van der Walt | 2008-06-17 | 1 | -0/+22 |
* | Update README.txt to indicate nose version dependency, and port SciPy r4424 t... | Alan McIntyre | 2008-06-17 | 5 | -29/+60 |
* | When using PackageLoader, do not add subpackage names to __all__. | Robert Kern | 2008-06-17 | 1 | -4/+1 |
* | Switched to use nose to run tests. Added test and bench functions to all mod... | Alan McIntyre | 2008-06-17 | 77 | -2439/+1940 |
* | core.MaskedArray.__new__ | pierregm | 2008-06-16 | 2 | -4/+24 |
* | Fix dotblas compilation on mac os X: scons scanner is not smart enough to int... | David Cournapeau | 2008-06-14 | 1 | -3/+2 |
* | Do not fail scons command when cxx compiler is not available. | David Cournapeau | 2008-06-12 | 1 | -1/+4 |