Skip to content

Commit

Permalink
Merge pull request #126 from JuliaGaussianProcesses/unpin
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Jan 23, 2024
2 parents 6023595 + d282df2 commit 784dbad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
@@ -1,7 +1,7 @@
name = "TemporalGPs"
uuid = "e155a3c4-0841-43e1-8b83-a0e4f03cc18f"
authors = ["willtebbutt <wt0881@my.bristol.ac.uk> and contributors"]
version = "0.6.7"
version = "0.6.8"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -20,10 +20,10 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
AbstractGPs = "0.5.17"
Bessels = "0.2.8"
BlockDiagonals = "0.1.7"
ChainRulesCore = "1.0.0 - 1.16.0"
FillArrays = "0.13.0 - 0.13.7"
ChainRulesCore = "1"
FillArrays = "0.13.0 - 0.13.7, 1"
KernelFunctions = "0.9, 0.10.1"
StaticArrays = "1.0.0 - 1.6.5"
StaticArrays = "1"
StructArrays = "0.5, 0.6"
Zygote = "0.6.65 - 0.6.65"
Zygote = "0.6.65"
julia = "1.6"

2 comments on commit 784dbad

@simsurace
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.8 -m "<description of version>" 784dbad5e7d633b075b5c4ebde5ee2fdddf185d8
git push origin v0.6.8

Please sign in to comment.