Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | documentation. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | global. This allows the main __init__ to detect the setup and avoid attempting to load things that aren't built yet. This is hackish, but the previously used method would fail if there was an existing system-wide numpy already installed, for example (which users might have no control over). There were frequent reports of problems with the previous method: - http://projects.scipy.org/pipermail/scipy-user/2007-November/014511.html - Tickets #561 and #565 | ||||
| * | 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 |
| | | | | | it act like NumpyTest.testall(). This comes from some refactoring to remove duplicate code in .test and .testall(). | ||||
* | Add new MACRO. Fix ticket #454 by changing pkgload to a function instead of ↵ | Travis Oliphant | 2007-03-31 | 1 | -1/+4 |
| | | | | an object. | ||||
* | 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 ↵ | Travis Oliphant | 2006-09-20 | 1 | -1/+4 |
| | | | | compiler warning. | ||||
* | 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 ↵ | Travis Oliphant | 2006-08-29 | 1 | -4/+6 |
| | | | | numpy name-space without over-writing builtins on from numpy import * | ||||
* | Add float, int, etc. to numpy name-space. Flesh out tensordot. Fix-up ↵ | Travis Oliphant | 2006-08-29 | 1 | -0/+4 |
| | | | | getcharbuf to allow all 8-bit types to be returned as a charbuf. | ||||
* | import ctypeslib on numpy load and change name from ctypes_load_library to ↵ | Travis Oliphant | 2006-08-15 | 1 | -1/+2 |
| | | | | load_library | ||||
* | Many name-changes in oldnumeric. This may break some numpy code that was ↵ | Travis Oliphant | 2006-08-04 | 1 | -3/+3 |
| | | | | using the oldnumeric interface. | ||||
* | Add explicit imports patch in #193 | Travis Oliphant | 2006-07-20 | 1 | -16/+44 |
| | |||||
* | Don't want to assign test to NumpyTest().test (which instantiates NumpyTest), | Stefan van der Walt | 2006-07-07 | 1 | -0/+1 |
| | | | | so rather bring over its docstring. | ||||
* | Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵ | Travis Oliphant | 2006-06-12 | 1 | -2/+2 |
| | | | | module and numpy does not contain all of the names. | ||||
* | Remove numpy distutils from autoload and fix 64-bit bug. | Travis Oliphant | 2006-03-13 | 1 | -1/+0 |
| | |||||
* | Fix so that -OO works | Travis Oliphant | 2006-03-06 | 1 | -3/+6 |
| | |||||
* | Clean up. | Pearu Peterson | 2006-02-24 | 1 | -1/+1 |
| | |||||
* | Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid ↵ | Pearu Peterson | 2006-02-24 | 1 | -2/+5 |
| | | | | initiating Scipy/NumpyTest during imports. | ||||
* | numpy no longer needs to be a namespace package. | Robert Kern | 2006-01-19 | 1 | -6/+0 |
| | |||||
* | Load numpy.linalg on import | Travis Oliphant | 2006-01-16 | 1 | -1/+1 |
| | |||||
* | Making f2py and distutils scipy-style packages. Using pkgload to load numpy ↵ | Pearu Peterson | 2006-01-14 | 1 | -33/+31 |
| | | | | packages. | ||||
* | Fixing scipy.lib and numpy.lib names conflict. | Pearu Peterson | 2006-01-08 | 1 | -2/+0 |
| | |||||
* | Doc updates and removing NUMPY_IMPORT_VERBOSE from numpy. | Pearu Peterson | 2006-01-05 | 1 | -8/+24 |
| | |||||
* | Cleaning up __all__ list and numpy namespace. | Pearu Peterson | 2006-01-05 | 1 | -4/+13 |
| | |||||
* | Add a few more docstrings using add_docstring. | Travis Oliphant | 2006-01-05 | 1 | -0/+2 |
| | |||||
* | Removed pkgload from numpy - all imports can be done explicitly. | Pearu Peterson | 2006-01-05 | 1 | -33/+11 |
| | |||||
* | Move package loader to _import_tools.py | Travis Oliphant | 2006-01-05 | 1 | -266/+2 |
| | |||||
* | Documentation updates: SciPy core -> NumPy | edschofield | 2006-01-05 | 1 | -4/+4 |
| | |||||
* | More numpy fixes... | Travis Oliphant | 2006-01-04 | 1 | -11/+7 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -20/+20 |
| | |||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+335 |