Skip to content

Commit 7a61b13

Browse files
committed
Release v0.15.0
1 parent dc4d295 commit 7a61b13

9 files changed

Lines changed: 20 additions & 16 deletions

File tree

.buildkite/Manifest.toml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ jobs:
2424
version: '1.10'
2525
- name: Install dependencies
2626
run: >
27-
julia --project=docs -e 'using Pkg; Pkg.develop(path=".");
27+
julia --project=docs -e 'using Pkg;
2828
Pkg.develop(path="lib/ClimaCoreVTK");
2929
Pkg.develop(path="lib/ClimaCoreTempestRemap");
3030
Pkg.develop(path="lib/ClimaCoreMakie");
3131
Pkg.develop(path="lib/ClimaCorePlots");
3232
Pkg.develop(path="lib/ClimaCoreSpectra");
33+
Pkg.develop(path=".");
3334
Pkg.instantiate(;verbose=true)'
3435
- name: Build and deploy
3536
env:

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ ClimaCore.jl Release Notes
44
main
55
-------
66

7+
v0.15.0
8+
-------
9+
710
- ![][badge-🔥behavioralΔ] Unified strong/weak spectral element operator variants
811
via a `FormType` parameter. `Divergence`, `Gradient`, and `Curl` now carry a
912
second type parameter (`StrongForm` or `WeakForm`), and `WeakDivergence`,

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaCore"
22
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
33
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
4-
version = "0.14.55"
4+
version = "0.15.0"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

lib/ClimaCoreMakie/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
22
name = "ClimaCoreMakie"
33
uuid = "908f55d8-4145-4867-9c14-5dad1a479e4d"
4-
version = "0.4.7"
4+
version = "0.4.8"
55

66
[compat]
7-
ClimaCore = "0.11, 0.12, 0.13, 0.14"
7+
ClimaCore = "0.11, 0.12, 0.13, 0.14, 0.15"
88
Makie = "0.24"
99
julia = "1.7"
1010

lib/ClimaCorePlots/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaCorePlots"
22
uuid = "cf7c7e5a-b407-4c48-9047-11a94a308626"
33
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
4-
version = "0.2.11"
4+
version = "0.2.12"
55

66
[deps]
77
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
@@ -12,7 +12,7 @@ TriplotBase = "981d1d27-644d-49a2-9326-4793e63143c3"
1212

1313
[compat]
1414
ClimaComms = "0.6"
15-
ClimaCore = "0.11, 0.12, 0.13, 0.14"
15+
ClimaCore = "0.11, 0.12, 0.13, 0.14, 0.15"
1616
RecipesBase = "1"
1717
StaticArrays = "1"
1818
TriplotBase = "0.1"

lib/ClimaCoreSpectra/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "ClimaCoreSpectra"
22
uuid = "c2caaa1d-32ae-4754-ba0d-80e7561362e9"
33
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
4-
version = "0.1.4"
4+
version = "0.1.5"
55

66
[deps]
77
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
88
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
99

1010
[compat]
11-
ClimaCore = "0.10.12, 0.11, 0.12, 0.13, 0.14"
11+
ClimaCore = "0.10.12, 0.11, 0.12, 0.13, 0.14, 0.15"
1212
julia = "1.7"
1313
FFTW = "1"

lib/ClimaCoreTempestRemap/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaCoreTempestRemap"
22
uuid = "d934ef94-cdd4-4710-83d6-720549644b70"
33
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
4-
version = "0.3.18"
4+
version = "0.3.19"
55

66
[deps]
77
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
@@ -16,7 +16,7 @@ TempestRemap_jll = "8573a8c5-1df0-515e-a024-abad257ee284"
1616

1717
[compat]
1818
ClimaComms = "0.5, 0.6"
19-
ClimaCore = "0.11, 0.12, 0.13, 0.14"
19+
ClimaCore = "0.11, 0.12, 0.13, 0.14, 0.15"
2020
CommonDataModel = "0.2, 0.3"
2121
Dates = "1"
2222
DiskArrays = "<0.4.9" # NCDatasets v0.14.6 does not work with DiskArrays v0.4.9

lib/ClimaCoreVTK/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
22
name = "ClimaCoreVTK"
33
uuid = "c8b6d40d-e815-466f-95ae-c48aefa668fa"
4-
version = "0.7.6"
4+
version = "0.7.7"
55

66
[compat]
7-
ClimaCore = "0.11, 0.12, 0.13, 0.14"
7+
ClimaCore = "0.11, 0.12, 0.13, 0.14, 0.15"
88
WriteVTK = "1.11"
99
julia = "1.7"
1010

0 commit comments

Comments
 (0)