summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
* Move DEPRECATE macro to ndarrayobject.h.Charles Harris2008-07-134-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 Harris2008-07-131-188/+229
|
* Replaced utils.raises implementation with the nose function.Alan McIntyre2008-07-132-31/+13
| | | | | Added utils.assert_raises (uses the function from nose). Wrapped text for test() deprecation warning.
* Added tests to improve coverage.Alan McIntyre2008-07-135-4/+254
| | | | Renamed TestPiecewise methods so that they will be picked up by nose.
* Fix doctests to run properly under new execution context.Alan McIntyre2008-07-131-4/+4
|
* Add tests to improve coverage.Alan McIntyre2008-07-132-0/+43
|
* Fix Deprecation warnings for python versions < 2.5.xCharles Harris2008-07-131-2/+8
|
* Deprecate PyArray_FromDims and PyArray_FromDimsAndDataAndDescr.Charles Harris2008-07-131-15/+21
| | | | There will be warnings issued in np.test() until fftpack is fixed.
* Replace snprintf with PyOS_snprintf.Charles Harris2008-07-122-9/+12
| | | | There remain four occurrences of sprintf that should be replaced.
* Bit of whitespace removal.Charles Harris2008-07-122-2/+1
|
* Add basic tests of number str() formatting.Charles Harris2008-07-121-0/+36
|
* Make printing of complex numbers match Python.Charles Harris2008-07-121-24/+41
|
* Make buffers local for reentrancy.Charles Harris2008-07-121-10/+14
|
* Small cleanups.Charles Harris2008-07-121-12/+11
|
* Coding style cleanups.Charles Harris2008-07-121-14/+23
| | | | Check return of PyArray_DescrNew for NULL (possible memory error).
* Coding style cleanups.Charles Harris2008-07-121-38/+63
|
* Coding style cleanupsCharles Harris2008-07-121-14/+28
|
* Coding style cleanups.Charles Harris2008-07-121-12/+15
|
* Sort numpy.doc names.Stefan van der Walt2008-07-101-0/+1
|
* 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
| | | | chararray.
* 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
| | | | | | | | | __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 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
| | | | picked up by nose.
* 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
| | | | associated sys.path manipulations.
* Removed convdtype.py as discussed on numpy-discussion list (code was ↵Alan McIntyre2008-07-051-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 McIntyre2008-07-0512-188/+178
| | | | | of explicit imports or dependency on the local scope where the doctest is defined..
* BUG: C-style /**/ comments only.Robert Kern2008-07-051-1/+1
|
* Correct the oldnumeric typecodes, update the tests to work on 32-bit ↵Robert Kern2008-07-033-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 Kern2008-07-032-2/+1
|
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-0343-21659/+6
|