Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use the implicit "import numpy as np" made available to all doctests instead ↵ | Alan McIntyre | 2008-07-03 | 5 | -48/+39 | |
| | | | | | | | of an explicit import. Remove ">>>" from bartlett plotting example since it currently requires matplotlib. | |||||
* | Use join instead of += to build string. | Charles Harris | 2008-06-29 | 1 | -3/+4 | |
| | ||||||
* | Shorten long lines. | Charles Harris | 2008-06-28 | 1 | -39/+58 | |
| | ||||||
* | Fix ticket #828 by explicitly sorting keys instead of relying on pprint. | Charles Harris | 2008-06-28 | 1 | -8/+12 | |
| | | | | Thanks to Neil Muller for the analysis and patch. | |||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 16 | -19/+24 | |
| | | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc. | |||||
* | Fix piecewise to handle 0-d inputs. | Travis Oliphant | 2008-06-17 | 2 | -1/+27 | |
| | ||||||
* | Switched to use nose to run tests. Added test and bench functions to all ↵ | Alan McIntyre | 2008-06-17 | 16 | -302/+356 | |
| | | | | modules. | |||||
* | Adapat numpy.lib scons build to new build_dir conventions. | David Cournapeau | 2008-06-12 | 1 | -2/+2 | |
| | ||||||
* | Adapt numpy.lib to new scons build_dir behavior. | David Cournapeau | 2008-06-12 | 2 | -9/+11 | |
| | ||||||
* | Merged revisions 5204-5257 via svnmerge from | David Cournapeau | 2008-06-07 | 1 | -4/+1 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://svn.scipy.org/svn/numpy/branches/cdavid ........ r5205 | cdavid | 2008-05-20 17:14:30 +0900 (Tue, 20 May 2008) | 3 lines Initialized merge tracking via "svnmerge" with revisions "1-5204" from http://svn.scipy.org/svn/numpy/trunk ........ r5206 | cdavid | 2008-05-20 17:17:27 +0900 (Tue, 20 May 2008) | 7 lines Current handling of bootstrapping is flawed: I should handle it at the distutils level, not at the scons level. This is the first step to detect bootstrapping at distutils level, and pass its state to scons through command line. ........ r5207 | cdavid | 2008-05-20 17:35:01 +0900 (Tue, 20 May 2008) | 1 line Fix typo when passing bootstrapping option to scons. ........ r5208 | cdavid | 2008-05-20 17:41:11 +0900 (Tue, 20 May 2008) | 5 lines Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled in numscons. ........ r5209 | cdavid | 2008-05-20 17:43:46 +0900 (Tue, 20 May 2008) | 1 line Forgot one file in lapack_lite when no LAPACK is available. ........ r5210 | cdavid | 2008-05-20 18:24:38 +0900 (Tue, 20 May 2008) | 1 line Handle fortran compiler on open-solaris ........ | |||||
| * | Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled in | David Cournapeau | 2008-05-20 | 1 | -4/+1 | |
| | | | | | | | | | | numscons. | |||||
* | | fixed whitespace w/ reindent | Jarrod Millman | 2008-05-22 | 1 | -18/+18 | |
|/ | ||||||
* | Fix math markup in docstrings. | Stefan van der Walt | 2008-05-19 | 1 | -2/+5 | |
| | ||||||
* | Fix math in Bartlett docstring. | Stefan van der Walt | 2008-05-19 | 1 | -1/+1 | |
| | ||||||
* | Merge documentation changes from wiki. | Stefan van der Walt | 2008-05-19 | 4 | -120/+242 | |
| | ||||||
* | Fix ReST markup in docstrings. | Stefan van der Walt | 2008-05-16 | 1 | -133/+143 | |
| | ||||||
* | Restore change to docstring overwritten by wiki merge. | Stefan van der Walt | 2008-05-14 | 1 | -2/+2 | |
| | ||||||
* | Merge docstrings from wiki. | Stefan van der Walt | 2008-05-14 | 1 | -8/+11 | |
| | ||||||
* | Fix ticket #791. | Travis Oliphant | 2008-05-13 | 1 | -2/+2 | |
| | ||||||
* | Suppress test output. | Stefan van der Walt | 2008-05-01 | 1 | -2/+1 | |
| | ||||||
* | Disable underflow warning reporting when testing for arch + test (#759). | David Cournapeau | 2008-04-29 | 2 | -0/+41 | |
| | ||||||
* | Add comments to savetxt. | Stefan van der Walt | 2008-04-28 | 1 | -4/+10 | |
| | ||||||
* | Support for multi formatting elements in savetxt [patch by David Huard]. | Stefan van der Walt | 2008-04-28 | 2 | -61/+80 | |
| | | | | Closes #663. | |||||
* | histogram: an error is raised for varying bin widths only if normed=True. | dhuard | 2008-04-25 | 1 | -3/+13 | |
| | ||||||
* | Added an ignore warning in the test to avoid buildbot messages. | dhuard | 2008-04-25 | 1 | -0/+2 | |
| | ||||||
* | Fix to histogram with respect to block updating.a | dhuard | 2008-04-25 | 1 | -6/+6 | |
| | ||||||
* | Modified histogram according to the discussion on the numpy ML. | dhuard | 2008-04-25 | 2 | -65/+252 | |
| | | | | This transitions from the old behavior to the new behavior using the new keyword. | |||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 10 | -138/+137 | |
| | ||||||
* | Fixing #738: Even more careful drive letter handling. And make the tests ↵ | Pauli Virtanen | 2008-04-19 | 2 | -3/+3 | |
| | | | | actually pass on Windows. | |||||
* | Fixing #738: remember to sanitize away also Windows drive letters | Pauli Virtanen | 2008-04-19 | 1 | -1/+2 | |
| | ||||||
* | Fix bug #738 and add corresponding tests. | Pauli Virtanen | 2008-04-19 | 2 | -5/+67 | |
| | | | | | | | | lib._datasource.DataSource.abspath now sanitizes path names more carefully, making sure that all file paths reside in destdir, also on Windows. (Where both '/' and os.sep function as path separators, as far as os.path.join is concerned.) | |||||
* | Don't require gzip or bz2 until the actual functionality is requested. | Robert Kern | 2008-04-17 | 3 | -7/+32 | |
| | ||||||
* | Added and fixed some tests for loadtxt and savetxt. Cleaned up the docstring ↵ | dhuard | 2008-04-16 | 2 | -19/+124 | |
| | | | | of savetxt, added some info on formatting. | |||||
* | Fix fromregex, add documentation and tests [patch by Pauli Virtanen]. | Stefan van der Walt | 2008-04-12 | 2 | -29/+85 | |
| | ||||||
* | Compare against native-endian types, not endian-specific types. | Robert Kern | 2008-04-12 | 1 | -2/+2 | |
| | ||||||
* | Add lookfor function from ticket #734 | Travis Oliphant | 2008-04-11 | 1 | -1/+186 | |
| | ||||||
* | Add one more test from ticket #728 | Travis Oliphant | 2008-04-11 | 1 | -0/+4 | |
| | ||||||
* | Fixed #728 scalar coercion problem with mixed types and r_ | Travis Oliphant | 2008-04-11 | 2 | -9/+17 | |
| | ||||||
* | Fix vander docstring. | Stefan van der Walt | 2008-04-09 | 1 | -4/+3 | |
| | ||||||
* | Added test for handling missing data using loadtxt. | dhuard | 2008-04-09 | 1 | -0/+18 | |
| | ||||||
* | Formatted the docstring. Added comment regarding the handling of missing ↵ | dhuard | 2008-04-09 | 1 | -42/+40 | |
| | | | | values. Addresses ticket #717. | |||||
* | Fix doc-tests for financial.py so they don't rely on floating-point ↵ | Travis Oliphant | 2008-04-08 | 2 | -21/+23 | |
| | | | | exactness. Start filling in final function. | |||||
* | Improve comments. | Travis Oliphant | 2008-04-08 | 1 | -1/+10 | |
| | ||||||
* | Add docs and examples for financial functions. | Travis Oliphant | 2008-04-08 | 3 | -35/+97 | |
| | ||||||
* | Modified io._getconv to allow loading values stored as float as integers ↵ | dhuard | 2008-04-04 | 2 | -1/+11 | |
| | | | | | | arrays. Added test to check the behavior as suggested in the comment from b. southey in ticket #623 | |||||
* | Add modified internal rate of return calculation which is more conservative ↵ | Travis Oliphant | 2008-04-04 | 2 | -1/+31 | |
| | | | | and takes into account re-investing profits and expense of financing losses. | |||||
* | Add fromregex function (needs more testing) and some simple spreadsheet-like ↵ | Travis Oliphant | 2008-04-04 | 3 | -0/+207 | |
| | | | | financial calculations. | |||||
* | added 1D tests for loadtxt and savetxt. Fixed a bug | dhuard | 2008-04-03 | 2 | -1/+16 | |
| | ||||||
* | Fixed a bug with loadtxt and savetxt failing on record arrays. This ↵ | dhuard | 2008-04-03 | 2 | -4/+54 | |
| | | | | | | addresses ticket #623. Added simple tests for loadtxt and savetxt. | |||||
* | Added patch from ticket #610 to allow floats in interp. | Travis Oliphant | 2008-03-27 | 1 | -18/+18 | |
| |