Skip to content

Commit

Permalink
remove Roots dependency pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alecloudenback committed Apr 6, 2020
1 parent 2d9c828 commit 0cf01cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ActuaryUtilities.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module ActuaryUtilities

using Dates
using Roots
using Optim

"""
Expand Down

2 comments on commit 0cf01cf

@alecloudenback
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • add breakeven to get the timepoint that accumulation cashflows breakeven
  • switch to Optim.jl instead of Roots.jl for solving the IRR

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/12106

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 0cf01cf9d16f230e433ab36daf85935e1f3ae361
git push origin v0.2.0

Please sign in to comment.