summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Update __init__.pyCameron Bates2014-04-261-1/+1
* DEP: Deprecate numpy.rankSebastian Berg2014-04-221-1/+14
* MAINT: Make useless imports of oldnumeric and numarray safe.Charles Harris2013-09-281-0/+6
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* DEP: Deprecate the oldnumeric and numarray modules.Charles Harris2013-06-101-1/+14
* 2to3: Apply unicode fixer.Charles Harris2013-04-211-1/+2
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-2/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+7
* 2to3: Use absolute imports.Charles Harris2013-03-281-20/+20
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* MAINT: silence Cython warnings about changes dtype/ufunc size.Ralf Gommers2012-09-081-0/+6
* ENH: Put line ending on message to stderr.Charles Harris2011-04-261-1/+1
* ENH: Add Git revision hash to numpy dev version stringScott Sinclair2010-11-101-0/+1
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-0/+4
* Make top numpy __init__ importable from python3.David Cournapeau2009-12-031-2/+2
* Add support for chebyshev series and polynomials.Charles Harris2009-11-141-0/+3
* ENH: move inspect copy into newly created compat module.David Cournapeau2009-10-131-0/+1
* Final doc import cleanups. Thanks to all contributors for the preceding commits!Pauli Virtanen2009-10-021-1/+1
* Rename matrx to matrixlib.David Cournapeau2009-09-181-2/+2
* Move matrix class into its own module.David Cournapeau2009-09-161-0/+3
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-7/+12
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-231-19/+11
* ran reindentJarrod Millman2008-08-081-1/+0
* Merge from documentation editor.Stefan van der Walt2008-08-051-9/+48
* Add numpy.doc topical documentation framework.Stefan van der Walt2008-07-091-1/+2
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Add `ma` to __all__.Stefan van der Walt2008-06-181-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-10/+6
* fixed whitespace w/ reindentJarrod Millman2008-05-221-1/+0
* Don't assemble numpy module docstring from several parts; removes duplicationPauli Virtanen2008-05-141-40/+0
* Merge docstrings from wiki.Stefan van der Walt2008-05-141-6/+57
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-1/+1
* Add docs and examples for financial functions.Travis Oliphant2008-04-081-1/+1
* Put a more meaningful message when importing numpy from its source tree.David Cournapeau2008-03-131-1/+7
* Alter NumPy docstring to remove ad and give a litte more info.Travis Oliphant2008-02-291-10/+5
* Import add_newdocs earlier, so maskedarray can extend the addedStefan van der Walt2008-01-231-9/+8
* Merge maskedarray branch up to r4729.Stefan van der Walt2008-01-181-10/+15
|\
| * Modify the setup routine to indicate that it is being run via a systemFernando Perez2007-12-301-4/+8
| * Improve docstringsTravis Oliphant2007-12-281-5/+6
| * Don't add test to numpy.__all__: it's not something that needs to be exportedcookedm2007-12-241-1/+1
* | Move ma to numpy root. Fix unit tests. Remove references to numpy.core.ma.Stefan van der Walt2007-12-151-0/+1
|/
* Make sure we import numpy's configuration. Closes ticket #565.Stefan van der Walt2007-08-071-1/+1
* Print install location, numpy version, and python verstion in numpy.test()cookedm2007-06-171-0/+4
* NumpyTest.test() takes an extra argument, all, which, if true, makescookedm2007-04-221-5/+2
* Add new MACRO. Fix ticket #454 by changing pkgload to a function instead of ...Travis Oliphant2007-03-311-1/+4
* Whitespace cleanup.Stefan van der Walt2007-01-081-6/+6
* Refer to NumpyTest instead of ScipyTest.Stefan van der Walt2007-01-081-2/+2
* Remove sorted from unique1d. Add testall to test if level > 10. Remove comp...Travis Oliphant2006-09-201-1/+4
* Fix rounding of integers with decimal < 0Travis Oliphant2006-09-041-4/+5