| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add stubs for reference documentation. | Stefan van der Walt | 2008-07-10 | 11 | -0/+99 |
* | Comment out failing portions of __mul__ and __rmul__ until they are fixed in | Alan McIntyre | 2008-07-10 | 1 | -12/+12 |
* | Improve chararray __mul__/__rmul__ test so it should fail on 64-bit machines. | Alan McIntyre | 2008-07-10 | 1 | -6/+10 |
* | Added test module for chararray. | Alan McIntyre | 2008-07-10 | 1 | -0/+89 |
* | Make doctests pass under new execution context. | Alan McIntyre | 2008-07-09 | 2 | -7/+7 |
* | Removed matrix._get_truendim (unused). | Alan McIntyre | 2008-07-09 | 1 | -7/+0 |
* | Test coverage improvements. | Alan McIntyre | 2008-07-09 | 1 | -1/+28 |
* | Updated doctest for NoseTester to reflect actual usage, and added | Alan McIntyre | 2008-07-09 | 1 | -7/+14 |
* | Use TestCase instead of NumpyTestCase. | Stefan van der Walt | 2008-07-09 | 1 | -1/+1 |
* | Fix example docstring. | Stefan van der Walt | 2008-07-09 | 1 | -3/+4 |
* | Add numpy.doc topical documentation framework. | Stefan van der Walt | 2008-07-09 | 6 | -1/+35 |
* | Fix distutils issue on AIX with aix compilers. | David Cournapeau | 2008-07-09 | 1 | -1/+1 |
* | Simplify a bit more scons scripts. | David Cournapeau | 2008-07-09 | 5 | -15/+8 |
* | Bump min version for numscons to 0.8.2. | David Cournapeau | 2008-07-09 | 1 | -4/+9 |
* | Use NumpyPythonExtension instead of DistutilsPythonExtension where possible. | David Cournapeau | 2008-07-09 | 5 | -17/+10 |
* | BUG: Make sure the Zipf results are within the allowable range. | Robert Kern | 2008-07-09 | 1 | -7/+14 |
* | Fix refleake discussed in #848. Only applied part of the patch. | Travis Oliphant | 2008-07-08 | 1 | -2/+3 |
* | Fix ref-count leak in Ticket #843 | Travis Oliphant | 2008-07-08 | 1 | -1/+7 |
* | Piecewise should not expose raw memory. Closes #798. | Stefan van der Walt | 2008-07-08 | 2 | -11/+54 |
* | Example of real docstring. | Stefan van der Walt | 2008-07-08 | 1 | -0/+103 |
* | Renamed check_recarray_from_repr to test_recarray_from_repr so it can be | Alan McIntyre | 2008-07-08 | 1 | -1/+1 |
* | Return actual bools instead of 0 or 1. | Robert Kern | 2008-07-07 | 2 | -14/+60 |
* | Prepend bootstrapping include path to avoid problem with debian numpy. | David Cournapeau | 2008-07-06 | 1 | -2/+2 |
* | Remove f2py.lib from setupscons.py | David Cournapeau | 2008-07-06 | 1 | -2/+0 |
* | Remove uses of set_package_path, set_local_path, restore_path, and | Alan McIntyre | 2008-07-05 | 7 | -20/+3 |
* | Removed convdtype.py as discussed on numpy-discussion list (code was intended... | Alan McIntyre | 2008-07-05 | 1 | -65/+0 |
* | Use the implicit "import numpy as np" made available to all doctests instead | Alan McIntyre | 2008-07-05 | 12 | -188/+178 |
* | BUG: C-style /**/ comments only. | Robert Kern | 2008-07-05 | 1 | -1/+1 |
* | Correct the oldnumeric typecodes, update the tests to work on 32-bit machines... | Robert Kern | 2008-07-03 | 3 | -17/+24 |
* | Fix setup script. Exclude test that requires building from the main test suite. | Robert Kern | 2008-07-03 | 2 | -2/+1 |
* | Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/ | Robert Kern | 2008-07-03 | 43 | -21659/+6 |
* | BUG: Correctly stub out urllib2.urlopen() for tests given the refactoring of ... | Robert Kern | 2008-07-03 | 2 | -4/+10 |
* | Clean up test output such that a completely-passing test suite has no extrane... | Robert Kern | 2008-07-03 | 17 | -42/+29 |
* | BUG: need to create exceptions correctly. | Robert Kern | 2008-07-03 | 2 | -11/+17 |
* | ENH: Add broadcast_arrays() function to expose broadcasting to pure Python fu... | Robert Kern | 2008-07-03 | 3 | -0/+317 |
* | Added note to numpy developers about the policy on using finfo in numpy's cod... | Robert Kern | 2008-07-03 | 1 | -0/+7 |
* | Reduce numpy's import times by delaying a few time consuming imports to the p... | Robert Kern | 2008-07-03 | 7 | -26/+34 |
* | Remove uses of set_package_path, set_local_path, restore_path. | Alan McIntyre | 2008-07-03 | 9 | -103/+53 |
* | Use the implicit "import numpy as np" made available to all doctests instead ... | Alan McIntyre | 2008-07-03 | 5 | -48/+39 |
* | Fixed line continuation in doctest for setastest. | Alan McIntyre | 2008-07-03 | 2 | -10/+41 |
* | Remove uses of set_package_path, set_local_path, restore_path. | Alan McIntyre | 2008-07-03 | 8 | -120/+106 |
* | Deprecate set_package_path, set_local_path, and restore_path. | Alan McIntyre | 2008-07-03 | 1 | -1/+9 |
* | Update doctests to assume only an "import numpy as np" has been executed prio... | Alan McIntyre | 2008-07-03 | 2 | -22/+23 |
* | Corrected a goof in .reshape() | pierregm | 2008-07-02 | 2 | -5/+5 |
* | Update doctests to use the implicit "import numpy as np" made available to al... | Alan McIntyre | 2008-07-02 | 3 | -128/+109 |
* | Update doctests to use the implicit "import numpy as np" made available | Alan McIntyre | 2008-07-02 | 5 | -28/+18 |
* | prevent .reshape to update the whole __dict__ of the result, use ._update_fro... | pierregm | 2008-07-01 | 2 | -2/+2 |
* | Customize behavior of nose doctests: | Alan McIntyre | 2008-07-01 | 1 | -9/+128 |
* | Use join instead of += to build string. | Charles Harris | 2008-06-29 | 1 | -3/+4 |
* | Add test for ticket #390. | Charles Harris | 2008-06-29 | 1 | -33/+35 |