summaryrefslogtreecommitdiff
path: root/numpy/lib/financial.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix div by zero handling in nper.David Cournapeau2010-03-311-8/+18
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-11/+13
* Docstring update: libPauli Virtanen2009-10-021-5/+14
* Fix mirr function and its test. Thanks go to Skipper and Josef.Charles Harris2009-08-261-8/+4
* Make some fixes in mirr implementation to avoid overflow inCharles Harris2009-08-261-5/+5
* Add patch in ticket #1138 which fixes mirr function to be the same as Excel a...Travis Oliphant2009-08-251-7/+11
* Merge from doc wikiPauli Virtanen2009-06-191-14/+170
* Merge from the doc wikiPauli Virtanen2009-03-241-1/+0
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-37/+172
* Remove piece-by-piece docstring assembly; the full texts were inserted in the...Pauli Virtanen2008-08-081-79/+0
* Merge from documentation editor.Stefan van der Walt2008-08-051-5/+184
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-4/+4
* Merge documentation changes from wiki.Stefan van der Walt2008-05-191-4/+4
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-27/+27
* Fix doc-tests for financial.py so they don't rely on floating-point exactness...Travis Oliphant2008-04-081-2/+4
* Improve comments.Travis Oliphant2008-04-081-1/+10
* Add docs and examples for financial functions.Travis Oliphant2008-04-081-34/+94
* Add modified internal rate of return calculation which is more conservative a...Travis Oliphant2008-04-041-1/+26
* Add fromregex function (needs more testing) and some simple spreadsheet-like ...Travis Oliphant2008-04-041-0/+151