Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 00:17
· 20 commits to master since this release
7bce257

LifeContingencies v2.0.0

Diff since v1.7.0

  • The keyword argument n (used in term insurance/annuity) is now a positional argument.
  • The keyword argument mort in LifeContingency is now mortality
  • 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)