summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Fix ticket #828 by explicitly sorting keys instead of relying on pprint.Charles Harris2008-06-281-8/+12
* Add regression test for #825.Charles Harris2008-06-271-0/+8
* Test #825 fix.Charles Harris2008-06-261-27/+38
* MaskedArray.__new__ : compare data to cls and not to MaskedArray, in case __n...pierregm2008-06-251-1/+7
* Basic reindentation.Charles Harris2008-06-241-1724/+1780
* Code style cleanups.Charles Harris2008-06-241-125/+174
* Fixed imports for doctests.Alan McIntyre2008-06-232-31/+53
* Fixed imports in doctests.Alan McIntyre2008-06-232-3/+4
* Added "import numpy as N", and adjusted whitespace to allow doctests to run c...Alan McIntyre2008-06-231-1/+3
* Small code cleanup.Charles Harris2008-06-221-14/+18
* Small cleanup.Charles Harris2008-06-221-71/+68
* Restored parametric.pyAlan McIntyre2008-06-211-0/+305
* Restore old test framework classes.Alan McIntyre2008-06-2171-101/+709
* Temporary workaround for a numscons bug.David Cournapeau2008-06-211-2/+9
* Put import_array() back into the .pyx file.Fernando Perez2008-06-202-14/+16
* Move the import_array() call directly into c_numpy.pxd.Fernando Perez2008-06-202-6/+16
* * put maximum/minimum_fill_value back in __all__pierregm2008-06-202-6/+7
* Use a colon instead of a semi-colon to separate index levels.Stefan van der Walt2008-06-191-2/+2
* Updated Cython code to use .pxd files with cimport instead of .pxi/include.Fernando Perez2008-06-194-21/+21
* Add `Methods` section to documentation standard.Stefan van der Walt2008-06-181-0/+28
* Add `ma` to __all__.Stefan van der Walt2008-06-181-1/+1
* fixed dictionary update for compatibility with Python 2.3pierregm2008-06-173-6/+7
* Fix piecewise to handle 0-d inputs.Travis Oliphant2008-06-172-1/+27
* Update documentation standard.Stefan van der Walt2008-06-171-0/+22
* Update README.txt to indicate nose version dependency, and port SciPy r4424 t...Alan McIntyre2008-06-175-29/+60
* When using PackageLoader, do not add subpackage names to __all__.Robert Kern2008-06-171-4/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-1777-2439/+1940
* core.MaskedArray.__new__pierregm2008-06-162-4/+24
* Fix dotblas compilation on mac os X: scons scanner is not smart enough to int...David Cournapeau2008-06-141-3/+2
* Do not fail scons command when cxx compiler is not available.David Cournapeau2008-06-121-1/+4
* Make sure we are using numscons 0.8.0 or above.David Cournapeau2008-06-121-0/+10
* adapt numpy.random to new scons build_dir architecture.David Cournapeau2008-06-122-46/+48
* adapt numpy.linalg to new scons build_dir architecture.David Cournapeau2008-06-122-29/+31
* Adapt numpy.fft to new build dir conventions.David Cournapeau2008-06-122-10/+12
* Adapt numpy.numarray to new build dir convention.David Cournapeau2008-06-122-9/+11
* Adapat numpy.lib scons build to new build_dir conventions.David Cournapeau2008-06-121-2/+2
* Set numpy include path relatively to top setup callee when bootstrapping.David Cournapeau2008-06-121-2/+16
* Adapt numpy.lib to new scons build_dir behavior.David Cournapeau2008-06-122-9/+11
* When src_dir is not null, takes it into account to retrieve distutils libdir.David Cournapeau2008-06-121-3/+4
* Adapt numpyconfig.h location in setup.py file.David Cournapeau2008-06-121-1/+1
* Adapt SConscript to new architecture for build dir.David Cournapeau2008-06-121-11/+10
* Add boilerplate SConstruct to set variant dir transparantly.David Cournapeau2008-06-121-0/+2
* variant_dir: Rename SConscript for numpy.core.David Cournapeau2008-06-121-0/+0
* Remove distutils_dirs_emitter hacks: no need anymore since we use variant_dir.David Cournapeau2008-06-121-12/+6
* scons command: set distutils libdir relatively to build directory.David Cournapeau2008-06-121-1/+9
* How to use variables in math markup.Stefan van der Walt2008-06-111-0/+6
* CHANGES:pierregm2008-06-085-1381/+1708
* * make_mask_none now accepts a fields argument to construct record-like masks...pierregm2008-06-081-23/+27
* Move umath docstrings to a separate file. Make the automatic ufunc signature ...Pauli Virtanen2008-06-084-69/+478
* MSVC compiler does not have compiler_cxx member.David Cournapeau2008-06-081-0/+3