Skip to content

Commit

Permalink
Merge pull request #89 from andreasnoack/patch-1
Browse files Browse the repository at this point in the history
Add compat entry for LogExpFunctions
  • Loading branch information
tpapp committed Mar 29, 2022
2 parents fa8cfa6 + 6bda0a4 commit 05b0cee
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 @@ -21,5 +21,6 @@ ChangesOfVariables = "0.1"
DocStringExtensions = "0.8"
ForwardDiff = "0.10"
InverseFunctions = "0.1"
LogExpFunctions = "0.3"
UnPack = "1"
julia = "^1.3"

2 comments on commit 05b0cee

@tpapp
Copy link
Owner Author

@tpapp tpapp commented on 05b0cee Mar 29, 2022

Choose a reason for hiding this comment

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

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

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.6.1 -m "<description of version>" 05b0ceee67763963353983f31e64b9879b9c92a9
git push origin v0.6.1

Please sign in to comment.