Skip to content

Commit

Permalink
export expected_loglikelihood (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
st-- authored Mar 29, 2022
1 parent 04155ec commit 498af31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GPLikelihoods"
uuid = "6031954c-0455-49d7-b3b9-3e1c99afaf40"
authors = ["JuliaGaussianProcesses Team"]
version = "0.4.0"
version = "0.4.1"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down
1 change: 1 addition & 0 deletions src/GPLikelihoods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export Link,
ProbitLink,
NormalCDFLink,
SoftMaxLink
export expected_loglikelihood

# Links
include("links.jl")
Expand Down

2 comments on commit 498af31

@st--
Copy link
Member Author

@st-- st-- commented on 498af31 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 created: JuliaRegistries/General/57583

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.4.1 -m "<description of version>" 498af318aecb891c1497e1a4a19c26dc7ebd0c47
git push origin v0.4.1

Please sign in to comment.