Skip to content

Commit

Permalink
Merge pull request #87 from JuliaGaussianProcesses/compathelper/new_v…
Browse files Browse the repository at this point in the history
…ersion/2022-04-30-01-41-53-744-727478808

CompatHelper: bump compat for "StatsFuns" to "1"
  • Loading branch information
theogf authored May 10, 2022
2 parents 7e5c412 + 6ad179d commit e9b7da9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.2"
version = "0.4.3"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -24,5 +24,5 @@ Functors = "0.1, 0.2"
InverseFunctions = "0.1.2"
IrrationalConstants = "0.1"
SpecialFunctions = "1, 2"
StatsFuns = "0.9.13"
StatsFuns = "0.9.13, 1"
julia = "1.6"
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Distributions = "0.25"
Documenter = "0.25, 0.26, 0.27"
GPLikelihoods = "0.4"
StatsFuns = "0.9"
StatsFuns = "0.9, 1"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
Distributions = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
Functors = "0.1, 0.2"
StatsFuns = "0.9"
StatsFuns = "0.9, 1"
Zygote = "0.6"
julia = "1.3"

2 comments on commit e9b7da9

@theogf
Copy link
Member Author

@theogf theogf commented on e9b7da9 May 10, 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/59992

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.3 -m "<description of version>" e9b7da99e46f56859209ff27bbb36d12512d0ad4
git push origin v0.4.3

Please sign in to comment.