v2.0.0
LifeContingencies v2.0.0
- The keyword argument
n
(used in term insurance/annuity) is now a positional argument. - The keyword argument
mort
inLifeContingency
is nowmortality
- The package now is now 100-1000x faster :)
- Functions which used to return allocated vectors now return the lazy versions instead. Call
collect(...)
to get the computed vector.
Merged pull requests:
- Uqse lazy iteration for better performance across entire package (#63) (@alecloudenback)