Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move DEPRECATE macro to ndarrayobject.h. | Charles Harris | 2008-07-13 | 4 | -23/+46 |
| | | | | | | Deprecate PyArray_As1D. Remove deprecated functions from fftpack_listmodule.c. There may need to be further fixes on 64 bit platforms, we will see. | ||||
* | Indentation and coding style cleanups. | Charles Harris | 2008-07-13 | 1 | -188/+229 |
| | |||||
* | Replaced utils.raises implementation with the nose function. | Alan McIntyre | 2008-07-13 | 2 | -31/+13 |
| | | | | | Added utils.assert_raises (uses the function from nose). Wrapped text for test() deprecation warning. | ||||
* | Added tests to improve coverage. | Alan McIntyre | 2008-07-13 | 5 | -4/+254 |
| | | | | Renamed TestPiecewise methods so that they will be picked up by nose. | ||||
* | Fix doctests to run properly under new execution context. | Alan McIntyre | 2008-07-13 | 1 | -4/+4 |
| | |||||
* | Add tests to improve coverage. | Alan McIntyre | 2008-07-13 | 2 | -0/+43 |
| | |||||
* | Fix Deprecation warnings for python versions < 2.5.x | Charles Harris | 2008-07-13 | 1 | -2/+8 |
| | |||||
* | Deprecate PyArray_FromDims and PyArray_FromDimsAndDataAndDescr. | Charles Harris | 2008-07-13 | 1 | -15/+21 |
| | | | | There will be warnings issued in np.test() until fftpack is fixed. | ||||
* | Replace snprintf with PyOS_snprintf. | Charles Harris | 2008-07-12 | 2 | -9/+12 |
| | | | | There remain four occurrences of sprintf that should be replaced. | ||||
* | Bit of whitespace removal. | Charles Harris | 2008-07-12 | 2 | -2/+1 |
| | |||||
* | Add basic tests of number str() formatting. | Charles Harris | 2008-07-12 | 1 | -0/+36 |
| | |||||
* | Make printing of complex numbers match Python. | Charles Harris | 2008-07-12 | 1 | -24/+41 |
| | |||||
* | Make buffers local for reentrancy. | Charles Harris | 2008-07-12 | 1 | -10/+14 |
| | |||||
* | Small cleanups. | Charles Harris | 2008-07-12 | 1 | -12/+11 |
| | |||||
* | Coding style cleanups. | Charles Harris | 2008-07-12 | 1 | -14/+23 |
| | | | | Check return of PyArray_DescrNew for NULL (possible memory error). | ||||
* | Coding style cleanups. | Charles Harris | 2008-07-12 | 1 | -38/+63 |
| | |||||
* | Coding style cleanups | Charles Harris | 2008-07-12 | 1 | -14/+28 |
| | |||||
* | Coding style cleanups. | Charles Harris | 2008-07-12 | 1 | -12/+15 |
| | |||||
* | Sort numpy.doc names. | Stefan van der Walt | 2008-07-10 | 1 | -0/+1 |
| | |||||
* | 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 |
| | | | | chararray. | ||||
* | 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 |
| | | | | | | | | | __file__ = '__main__' to doctest context to allow the updated test to run correctly. Added setupscons.py and setup.py to the list of files to ignore when looking for doctests. Cleaned up docstrings for readability. | ||||
* | 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 |
| | | | | picked up by nose. | ||||
* | 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 |
| | | | | associated sys.path manipulations. | ||||
* | Removed convdtype.py as discussed on numpy-discussion list (code was ↵ | Alan McIntyre | 2008-07-05 | 1 | -65/+0 |
| | | | | | | intended for the Numeric to numpy transition, but was never used). | ||||
* | Use the implicit "import numpy as np" made available to all doctests instead | Alan McIntyre | 2008-07-05 | 12 | -188/+178 |
| | | | | | of explicit imports or dependency on the local scope where the doctest is defined.. | ||||
* | 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 ↵ | Robert Kern | 2008-07-03 | 3 | -17/+24 |
| | | | | machines, make sure these tests are installed with numpy so they can be run with numpy.test(). | ||||
* | 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 |
| |