summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_financial.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: deprecate financial functions.Warren Weckesser2019-10-161-0/+36
* TST: Move NPV-IRR congruence check to testskai-striega2019-09-141-0/+6
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+2
* ENH: add Decimal support to numpy.lib.financial (#9952)Garry Polley2017-11-111-61/+238
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-3/+3
* BUG: np.irr should return NaN if there are no real solutionsSimon Gibbons2016-02-291-1/+6
* MAINT: Fix pmt test in numpy/lib/tests/test_financial.py.Charles Harris2015-02-171-24/+22
* BUG: Fix zero divide warning in financial.pmt.Fei Liu2015-02-171-0/+5
* STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-311-1/+1
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-1/+3
* BUG: IRR was returning nan instead of valid negative answer.Philip Eliot2014-02-011-0/+15
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-4/+6
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-63/+63
* BUG: The npv function in financial.py was incorrectly implemented.bebert2182013-05-291-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-3/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: Changed ipmt to accept array_like arguments.Tim Cera2012-05-201-0/+80
* Added ipmt (interest portion of payment) and ppmt (principal portion of payme...tim cera2012-02-121-9/+6
* 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