summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add stubs for reference documentation.Stefan van der Walt2008-07-1011-0/+99
* Comment out failing portions of __mul__ and __rmul__ until they are fixed in Alan McIntyre2008-07-101-12/+12
* Improve chararray __mul__/__rmul__ test so it should fail on 64-bit machines.Alan McIntyre2008-07-101-6/+10
* Added test module for chararray.Alan McIntyre2008-07-101-0/+89
* Make doctests pass under new execution context.Alan McIntyre2008-07-092-7/+7
* Removed matrix._get_truendim (unused).Alan McIntyre2008-07-091-7/+0
* Test coverage improvements.Alan McIntyre2008-07-091-1/+28
* Updated doctest for NoseTester to reflect actual usage, and added Alan McIntyre2008-07-091-7/+14
* Use TestCase instead of NumpyTestCase.Stefan van der Walt2008-07-091-1/+1
* Fix example docstring.Stefan van der Walt2008-07-091-3/+4
* Add numpy.doc topical documentation framework.Stefan van der Walt2008-07-096-1/+35
* Fix distutils issue on AIX with aix compilers.David Cournapeau2008-07-091-1/+1
* Simplify a bit more scons scripts.David Cournapeau2008-07-095-15/+8
* Bump min version for numscons to 0.8.2.David Cournapeau2008-07-091-4/+9
* Use NumpyPythonExtension instead of DistutilsPythonExtension where possible.David Cournapeau2008-07-095-17/+10
* BUG: Make sure the Zipf results are within the allowable range.Robert Kern2008-07-091-7/+14
* Fix refleake discussed in #848. Only applied part of the patch.Travis Oliphant2008-07-081-2/+3
* Fix ref-count leak in Ticket #843Travis Oliphant2008-07-081-1/+7
* Piecewise should not expose raw memory. Closes #798.Stefan van der Walt2008-07-082-11/+54
* Example of real docstring.Stefan van der Walt2008-07-081-0/+103
* Renamed check_recarray_from_repr to test_recarray_from_repr so it can be Alan McIntyre2008-07-081-1/+1
* Return actual bools instead of 0 or 1.Robert Kern2008-07-072-14/+60
* Prepend bootstrapping include path to avoid problem with debian numpy.David Cournapeau2008-07-061-2/+2
* Remove f2py.lib from setupscons.pyDavid Cournapeau2008-07-061-2/+0
* Remove uses of set_package_path, set_local_path, restore_path, and Alan McIntyre2008-07-057-20/+3
* Removed convdtype.py as discussed on numpy-discussion list (code was intended...Alan McIntyre2008-07-051-65/+0
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-0512-188/+178
* BUG: C-style /**/ comments only.Robert Kern2008-07-051-1/+1
* Correct the oldnumeric typecodes, update the tests to work on 32-bit machines...Robert Kern2008-07-033-17/+24
* Fix setup script. Exclude test that requires building from the main test suite.Robert Kern2008-07-032-2/+1
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-0343-21659/+6
* BUG: Correctly stub out urllib2.urlopen() for tests given the refactoring of ...Robert Kern2008-07-032-4/+10
* 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