summaryrefslogtreecommitdiff
path: root/numpy/lib/financial.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-2/+2
* MAINT: Simplify fix for rate == 0 in financial.pmt.Charles Harris2015-02-171-8/+5
* BUG: Fix zero divide warning in financial.pmt.Fei Liu2015-02-171-2/+5
* DOC : optional parenthesisThomas A Caswell2014-12-121-1/+1
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-27/+35
* MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-6/+0
* BUG: IRR was returning nan instead of valid negative answer.Philip Eliot2014-02-011-6/+14
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-4/+1
* BUG: The npv function in financial.py was incorrectly implemented.bebert2182013-05-291-5/+5
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-5/+5
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-6/+11
* BUG: Changed ipmt to accept array_like arguments.Tim Cera2012-05-201-11/+17
* Added ipmt (interest portion of payment) and ppmt (principal portion of payme...tim cera2012-02-121-5/+67
* WHT: Cleanup trailing whitespace.Charles Harris2011-04-021-1/+0
* 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