summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-0317-42/+29
* BUG: need to create exceptions correctly.Robert Kern2008-07-032-11/+17
* ENH: Add broadcast_arrays() function to expose broadcasting to pure Python fu...Robert Kern2008-07-033-0/+317
* Added note to numpy developers about the policy on using finfo in numpy's cod...Robert Kern2008-07-031-0/+7
* Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern2008-07-037-26/+34
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-039-103/+53
* Use the implicit "import numpy as np" made available to all doctests instead ...Alan McIntyre2008-07-035-48/+39
* Fixed line continuation in doctest for setastest.Alan McIntyre2008-07-032-10/+41
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-038-120/+106
* Deprecate set_package_path, set_local_path, and restore_path.Alan McIntyre2008-07-031-1/+9
* Update doctests to assume only an "import numpy as np" has been executed prio...Alan McIntyre2008-07-032-22/+23
* Corrected a goof in .reshape()pierregm2008-07-022-5/+5
* Update doctests to use the implicit "import numpy as np" made available to al...Alan McIntyre2008-07-023-128/+109
* Update doctests to use the implicit "import numpy as np" made available Alan McIntyre2008-07-025-28/+18
* prevent .reshape to update the whole __dict__ of the result, use ._update_fro...pierregm2008-07-012-2/+2
* Customize behavior of nose doctests:Alan McIntyre2008-07-011-9/+128
* Use join instead of += to build string.Charles Harris2008-06-291-3/+4
* Add test for ticket #390.Charles Harris2008-06-291-33/+35
* Fix ticket #390.Charles Harris2008-06-291-0/+4
* Shorten long lines.Charles Harris2008-06-281-39/+58
* 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