From 452b4da8d1ff3c23d3a929230a90c918fd7df21c Mon Sep 17 00:00:00 2001 From: Tapio Schneider Date: Mon, 13 Jul 2026 19:52:21 -0700 Subject: [PATCH] Release v0.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump version 0.21.9 → 0.22.0 (breaking minor release, per 0.x SemVer): the RRTMGPSolver functional-core API redesign, standalone front door, the comprehensive docs suite, and the device-dependent (ncol, nlev) coalesced internal layout with CPU dual-layout. Roll the NEWS "main" section into the v0.22.0 heading. Co-Authored-By: Claude Opus 4.8 --- NEWS.md | 3 +++ Project.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index e55f2e9b6..a1bc44dba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,9 @@ RRTMGP.jl Release Notes main ------ + +v0.22.0 +------- - Internal compute buffers now use device-dependent physical layouts behind a uniform column-first `(ncol, nlay/nlev)` indexing convention: optical properties (`OneScalar`, `TwoStream`), source functions (`SourceLWNoScat`, diff --git a/Project.toml b/Project.toml index 704f8800c..042ef4fcd 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RRTMGP" uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1" authors = ["Climate Modeling Alliance"] -version = "0.21.9" +version = "0.22.0" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"