Releases: tubedude/xirr
Releases · tubedude/xirr
Stable
Version 0.3.0. C calculation.
Created a XNPV formula in C which improved performance quite a bit.
Retries in different Method
Version 0.2.7
- Bisection will now retry XIRR in Newton Method if right limit is reached
- Options in config are now module constants
Added Newton, BigDecimal outputs * Tests
Version 0.2.2
- Tests
Version 0.2.1
- Output is rounded to default precision.
Version 0.2.0
- Added Newton Method, but Bisection is still the default.
- Added new configs: precision, iteration limit.
- Raises a simple error if iteration limit is reached.
- Output is now BigDecimal.
- Fixed calculation of Bisection#npv
- Amounts in Transactions are now converted to Float
- Transactions now take Date Argument as Date instead of Time.
Commented version
Refactored many methods, removed unnecessary ones and commented all of them.
Initial release
Well, this is the first release.