Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Oct 23, 2019
1 parent 654917c commit 1bb0f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ Distributions = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21"
PDMats = "0.9"
ForwardDiff = "0.10"
Optim = "0.19"
LineSearches = "7.0"

2 comments on commit 1bb0f27

@PharmCat
Copy link
Owner 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:

v0.2.0
    bugfix
    optimization
    documentation
    validation tests
    memory caching
    post optimization (can be done if Newton() failed)

@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/4660

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

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

Please sign in to comment.