Skip to content

Commit

Permalink
CompatHelper: bump compat for "FillArrays" to "0.13" (#110)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "FillArrays" to "0.13"

* bump version

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ST John <[email protected]>
  • Loading branch information
github-actions[bot] and st-- authored Mar 15, 2022
1 parent f0a258e commit 2627feb
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.3.0"
version = "0.3.1"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -24,7 +24,7 @@ AbstractGPs = "0.3, 0.4, 0.5"
ChainRulesCore = "1.7"
Distributions = "0.25"
FastGaussQuadrature = "0.4"
FillArrays = "0.12"
FillArrays = "0.12, 0.13"
ForwardDiff = "0.10"
GPLikelihoods = "0.3"
IrrationalConstants = "0.1"
Expand Down

2 comments on commit 2627feb

@st--
Copy link
Member

@st-- st-- commented on 2627feb Mar 15, 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/56637

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.3.1 -m "<description of version>" 2627febb4563762de158dbd0e7c0304a102c1840
git push origin v0.3.1

Please sign in to comment.