Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix div by zero handling in nper. | David Cournapeau | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Fix mirr function and its test. Thanks go to Skipper and Josef. | Charles Harris | 2009-08-26 | 1 | -6/+10 |
| | |||||
* | Comment out failing test until it is decided where the problem lies. | Charles Harris | 2009-08-26 | 1 | -5/+3 |
| | |||||
* | Make some fixes in mirr implementation to avoid overflow in | Charles Harris | 2009-08-26 | 1 | -1/+1 |
| | | | | summing booleans. Do some whitespace cleanup. | ||||
* | Improve test and add a test to Python. | Travis Oliphant | 2009-08-25 | 1 | -1/+4 |
| | |||||
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -2/+2 |
| | |||||
* | Added tests to improve coverage. | Alan McIntyre | 2008-07-24 | 1 | -25/+44 |
| | | | | Converted tests from doctests to unit tests. | ||||
* | Remove uses of set_package_path, set_local_path, restore_path. | Alan McIntyre | 2008-07-03 | 1 | -11/+9 |
| | | | | | Clean up and (somewhat) standardize test module imports. Removed unneeded reload calls. | ||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -1/+1 |
| | | | | | | | | | | | 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. | ||||
* | Switched to use nose to run tests. Added test and bench functions to all ↵ | Alan McIntyre | 2008-06-17 | 1 | -3/+4 |
| | | | | modules. | ||||
* | Fix doc-tests for financial.py so they don't rely on floating-point ↵ | Travis Oliphant | 2008-04-08 | 1 | -19/+19 |
| | | | | exactness. Start filling in final function. | ||||
* | Add docs and examples for financial functions. | Travis Oliphant | 2008-04-08 | 1 | -1/+1 |
| | |||||
* | Add modified internal rate of return calculation which is more conservative ↵ | Travis Oliphant | 2008-04-04 | 1 | -0/+5 |
| | | | | 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 | 1 | -0/+34 |
financial calculations. |