| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Make useless imports of oldnumeric and numarray safe. | Charles Harris | 2013-09-28 | 1 | -0/+6 |
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -1/+0 |
* | DEP: Deprecate the oldnumeric and numarray modules. | Charles Harris | 2013-06-10 | 1 | -1/+14 |
* | 2to3: Apply unicode fixer. | Charles Harris | 2013-04-21 | 1 | -1/+2 |
* | 2to3: Apply the `numliterals` fixer and skip the `long` fixer. | Charles Harris | 2013-04-13 | 1 | -2/+3 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Apply `imports` fixer. | Charles Harris | 2013-04-02 | 1 | -2/+7 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -20/+20 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+1 |
* | MAINT: silence Cython warnings about changes dtype/ufunc size. | Ralf Gommers | 2012-09-08 | 1 | -0/+6 |
* | ENH: Put line ending on message to stderr. | Charles Harris | 2011-04-26 | 1 | -1/+1 |
* | ENH: Add Git revision hash to numpy dev version string | Scott Sinclair | 2010-11-10 | 1 | -0/+1 |
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -0/+4 |
* | Make top numpy __init__ importable from python3. | David Cournapeau | 2009-12-03 | 1 | -2/+2 |
* | Add support for chebyshev series and polynomials. | Charles Harris | 2009-11-14 | 1 | -0/+3 |
* | ENH: move inspect copy into newly created compat module. | David Cournapeau | 2009-10-13 | 1 | -0/+1 |
* | Final doc import cleanups. Thanks to all contributors for the preceding commits! | Pauli Virtanen | 2009-10-02 | 1 | -1/+1 |
* | Rename matrx to matrixlib. | David Cournapeau | 2009-09-18 | 1 | -2/+2 |
* | Move matrix class into its own module. | David Cournapeau | 2009-09-16 | 1 | -0/+3 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -7/+12 |
* | Move documentation outside of source tree. Remove `doc` import from __init__. | Stefan van der Walt | 2008-08-23 | 1 | -19/+11 |
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -1/+0 |
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -9/+48 |
* | Add numpy.doc topical documentation framework. | Stefan van der Walt | 2008-07-09 | 1 | -1/+2 |
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+1 |
* | Add `ma` to __all__. | Stefan van der Walt | 2008-06-18 | 1 | -1/+1 |
* | Switched to use nose to run tests. Added test and bench functions to all mod... | Alan McIntyre | 2008-06-17 | 1 | -10/+6 |
* | fixed whitespace w/ reindent | Jarrod Millman | 2008-05-22 | 1 | -1/+0 |
* | Don't assemble numpy module docstring from several parts; removes duplication | Pauli Virtanen | 2008-05-14 | 1 | -40/+0 |
* | Merge docstrings from wiki. | Stefan van der Walt | 2008-05-14 | 1 | -6/+57 |
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -1/+1 |
* | Add docs and examples for financial functions. | Travis Oliphant | 2008-04-08 | 1 | -1/+1 |
* | Put a more meaningful message when importing numpy from its source tree. | David Cournapeau | 2008-03-13 | 1 | -1/+7 |
* | Alter NumPy docstring to remove ad and give a litte more info. | Travis Oliphant | 2008-02-29 | 1 | -10/+5 |
* | Import add_newdocs earlier, so maskedarray can extend the added | Stefan van der Walt | 2008-01-23 | 1 | -9/+8 |
* | Merge maskedarray branch up to r4729. | Stefan van der Walt | 2008-01-18 | 1 | -10/+15 |
|\ |
|
| * | Modify the setup routine to indicate that it is being run via a system | Fernando Perez | 2007-12-30 | 1 | -4/+8 |
| * | Improve docstrings | Travis Oliphant | 2007-12-28 | 1 | -5/+6 |
| * | Don't add test to numpy.__all__: it's not something that needs to be exported | cookedm | 2007-12-24 | 1 | -1/+1 |
* | | Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma. | Stefan van der Walt | 2007-12-15 | 1 | -0/+1 |
|/ |
|
* | Make sure we import numpy's configuration. Closes ticket #565. | Stefan van der Walt | 2007-08-07 | 1 | -1/+1 |
* | Print install location, numpy version, and python verstion in numpy.test() | cookedm | 2007-06-17 | 1 | -0/+4 |
* | NumpyTest.test() takes an extra argument, all, which, if true, makes | cookedm | 2007-04-22 | 1 | -5/+2 |
* | Add new MACRO. Fix ticket #454 by changing pkgload to a function instead of ... | Travis Oliphant | 2007-03-31 | 1 | -1/+4 |
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -6/+6 |
* | Refer to NumpyTest instead of ScipyTest. | Stefan van der Walt | 2007-01-08 | 1 | -2/+2 |
* | Remove sorted from unique1d. Add testall to test if level > 10. Remove comp... | Travis Oliphant | 2006-09-20 | 1 | -1/+4 |
* | Fix rounding of integers with decimal < 0 | Travis Oliphant | 2006-09-04 | 1 | -4/+5 |
* | Fix problem with randn in matlib. Acutally add min, max, round, abs to the n... | Travis Oliphant | 2006-08-29 | 1 | -4/+6 |
* | Add float, int, etc. to numpy name-space. Flesh out tensordot. Fix-up getch... | Travis Oliphant | 2006-08-29 | 1 | -0/+4 |