Skip to content

Commit e3ad8f3

Browse files
authored
Merge branch 'main' into gb/fixdt_gamma
2 parents e9f58ca + 73d15e1 commit e3ad8f3

20 files changed

+763
-742
lines changed

.buildkite/Manifest.toml

Lines changed: 299 additions & 260 deletions
Large diffs are not rendered by default.

.buildkite/pipeline.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ steps:
170170

171171
- label: "Convergence: SSP22Heuns"
172172
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg SSP22Heuns"
173-
soft_fail: true
174173

175174
- label: "Convergence: SSP33ShuOsher"
176175
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg SSP33ShuOsher"
@@ -183,7 +182,6 @@ steps:
183182

184183
- label: "Convergence: ARS111"
185184
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg ARS111"
186-
soft_fail: true
187185

188186
- label: "Convergence: ARS121"
189187
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg ARS121"
@@ -193,7 +191,6 @@ steps:
193191

194192
- label: "Convergence: ARS222"
195193
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg ARS222"
196-
soft_fail: true
197194

198195
- label: "Convergence: ARS232"
199196
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg ARS232"
@@ -209,7 +206,6 @@ steps:
209206

210207
- label: "Convergence: SSP222"
211208
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg SSP222"
212-
soft_fail: true
213209

214210
- label: "Convergence: SSP322"
215211
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg SSP322"
@@ -237,7 +233,6 @@ steps:
237233

238234
- label: "Convergence: IMKG242a"
239235
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg IMKG242a"
240-
soft_fail: true
241236

242237
- label: "Convergence: IMKG242b"
243238
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg IMKG242b"
@@ -262,7 +257,6 @@ steps:
262257

263258
- label: "Convergence: IMKG254b"
264259
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg IMKG254b"
265-
soft_fail: true
266260

267261
- label: "Convergence: IMKG254c"
268262
command: "julia --color=yes --check-bounds=yes --project=.buildkite docs/src/dev/report_gen_alg.jl --alg IMKG254c"

.dev/Manifest.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.6"
3+
julia_version = "1.10.7"
44
manifest_format = "2.0"
55
project_hash = "b280bcf3b481823c97fa1a62c1b5e65114b8fa18"
66

@@ -67,9 +67,9 @@ deps = ["Base64"]
6767
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
6868

6969
[[deps.OrderedCollections]]
70-
git-tree-sha1 = "dfdf5519f235516220579f949664f1bf44e741c5"
70+
git-tree-sha1 = "12f1439c4f986bb868acda6ea33ebc78e19b95ad"
7171
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
72-
version = "1.6.3"
72+
version = "1.7.0"
7373

7474
[[deps.PrecompileTools]]
7575
deps = ["Preferences"]

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaTimeSteppers"
22
uuid = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
33
authors = ["Climate Modeling Alliance"]
4-
version = "0.7.38"
4+
version = "0.8.1"
55

66
[deps]
77
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"

0 commit comments

Comments
 (0)