Skip to content

Commit

Permalink
Bump FillArrays dep (#195)
Browse files Browse the repository at this point in the history
* Bump FillArrays dep

* Bump test deps and update CompatHelper

* Remove Stheno from test deps

* Fix up compat helper
  • Loading branch information
willtebbutt authored Jul 21, 2021
1 parent f2c08fc commit e254d90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: "Run CompatHelper"
run: |
import CompatHelper
CompatHelper.main()
subdirs = ["", "test", "docs"]
CompatHelper.main(; subdirs=subdirs)
shell: julia --color=yes {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Stheno"
uuid = "8188c328-b5d6-583d-959b-9690869a5511"
version = "0.7.11"
version = "0.7.12"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -20,7 +20,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
AbstractGPs = "0.2.25, 0.3"
BlockArrays = "0.15, 0.16"
ChainRulesCore = "0.9.44, 0.10"
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11"
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
KernelFunctions = "0.9.6, 0.10"
MacroTools = "0.4, 0.5"
Reexport = "0.2, 1"
Expand Down
5 changes: 2 additions & 3 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Documenter = "0.25"
FiniteDifferences = "0.11"
Documenter = "0.25, 0.26, 0.27"
FiniteDifferences = "0.12"
TimerOutputs = "0.5"
julia = "1.3"

2 comments on commit e254d90

@willtebbutt
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/41288

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.7.12 -m "<description of version>" e254d90909b59831492623cdef16b59d0aa9a4bf
git push origin v0.7.12

Please sign in to comment.