Skip to content

Commit

Permalink
CompatHelper: bump compat for FastGaussQuadrature to 0.5, (keep exist…
Browse files Browse the repository at this point in the history
…ing compat) (#141)

* CompatHelper: bump compat for FastGaussQuadrature to 0.5, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Will Tebbutt <[email protected]>
  • Loading branch information
3 people authored Nov 2, 2022
1 parent 313fffe commit 4ff9f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ApproximateGPs"
uuid = "298c2ebc-0411-48ad-af38-99e88101b606"
authors = ["JuliaGaussianProcesses Team"]
version = "0.4.2"
version = "0.4.3"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -26,7 +26,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
AbstractGPs = "0.3, 0.4, 0.5"
ChainRulesCore = "1.7"
Distributions = "0.25"
FastGaussQuadrature = "0.4"
FastGaussQuadrature = "0.4, 0.5"
FillArrays = "0.12, 0.13"
ForwardDiff = "0.10"
GPLikelihoods = "0.4"
Expand Down

2 comments on commit 4ff9f30

@willtebbutt
Copy link
Member

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/71475

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>" 4ff9f3042fdda014f2eef53822851f6040c043d1
git push origin v0.4.3

Please sign in to comment.