Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix div by zero handling in nper. | David Cournapeau | 2010-03-31 | 1 | -8/+18 |
| | |||||
* | more docstring updates from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -11/+13 |
| | |||||
* | Docstring update: lib | Pauli Virtanen | 2009-10-02 | 1 | -5/+14 |
| | |||||
* | Fix mirr function and its test. Thanks go to Skipper and Josef. | Charles Harris | 2009-08-26 | 1 | -8/+4 |
| | |||||
* | Make some fixes in mirr implementation to avoid overflow in | Charles Harris | 2009-08-26 | 1 | -5/+5 |
| | | | | summing booleans. Do some whitespace cleanup. | ||||
* | Add patch in ticket #1138 which fixes mirr function to be the same as Excel ↵ | Travis Oliphant | 2009-08-25 | 1 | -7/+11 |
| | | | | and OO Calc. | ||||
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -14/+170 |
| | |||||
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -1/+0 |
| | |||||
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵ | Pauli Virtanen | 2008-10-28 | 1 | -37/+172 |
| | | | | they are still an improvement) | ||||
* | Remove piece-by-piece docstring assembly; the full texts were inserted in ↵ | Pauli Virtanen | 2008-08-08 | 1 | -79/+0 |
| | | | | the docstrings in r5610 | ||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -5/+184 |
| | |||||
* | Use the implicit "import numpy as np" made available to all doctests instead | Alan McIntyre | 2008-07-05 | 1 | -4/+4 |
| | | | | | of explicit imports or dependency on the local scope where the doctest is defined.. | ||||
* | Merge documentation changes from wiki. | Stefan van der Walt | 2008-05-19 | 1 | -4/+4 |
| | |||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -27/+27 |
| | |||||
* | Fix doc-tests for financial.py so they don't rely on floating-point ↵ | Travis Oliphant | 2008-04-08 | 1 | -2/+4 |
| | | | | exactness. Start filling in final function. | ||||
* | Improve comments. | Travis Oliphant | 2008-04-08 | 1 | -1/+10 |
| | |||||
* | Add docs and examples for financial functions. | Travis Oliphant | 2008-04-08 | 1 | -34/+94 |
| | |||||
* | Add modified internal rate of return calculation which is more conservative ↵ | Travis Oliphant | 2008-04-04 | 1 | -1/+26 |
| | | | | 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/+151 |
financial calculations. |