summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_financial.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix div by zero handling in nper.David Cournapeau2010-03-311-1/+1
* Fix mirr function and its test. Thanks go to Skipper and Josef.Charles Harris2009-08-261-6/+10
* Comment out failing test until it is decided where the problem lies.Charles Harris2009-08-261-5/+3
* Make some fixes in mirr implementation to avoid overflow inCharles Harris2009-08-261-1/+1
* Improve test and add a test to Python.Travis Oliphant2009-08-251-1/+4
* ran reindentJarrod Millman2008-08-081-2/+2
* Added tests to improve coverage.Alan McIntyre2008-07-241-25/+44
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-031-11/+9
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-3/+4
* Fix doc-tests for financial.py so they don't rely on floating-point exactness...Travis Oliphant2008-04-081-19/+19
* Add docs and examples for financial functions.Travis Oliphant2008-04-081-1/+1
* Add modified internal rate of return calculation which is more conservative a...Travis Oliphant2008-04-041-0/+5
* Add fromregex function (needs more testing) and some simple spreadsheet-like ...Travis Oliphant2008-04-041-0/+34