From 77e7c9b5530c8195853cdac48d083b41314906c4 Mon Sep 17 00:00:00 2001 From: nefrathenrici Date: Mon, 17 Jun 2024 09:55:46 -0700 Subject: [PATCH] Minor release --- NEWS.md | 8 ++++++++ Project.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 86b514b5c..cf0757226 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,14 @@ RRTMGP.jl Release Notes ======================== +v0.15.0 +------ +- Solver struct has been split to allow for independent RTE solver schemes for longwave and shortwave problems ([#492]((https://github.com/CliMA/RRTMGP.jl/pull/492))) +- Simplify arguments for solve_lw! and solve_sw!. ([#493]((https://github.com/CliMA/RRTMGP.jl/pull/493))) +- Update Artifacts to use lookup tables and reference data from ([#495]((https://github.com/CliMA/RRTMGP.jl/pull/495))) +- Move AngularDiscretization to `NoScatLWRTE` ([#496]((https://github.com/CliMA/RRTMGP.jl/pull/496))) +- Update longwave secants and weights ([#498]((https://github.com/CliMA/RRTMGP.jl/pull/498))) + v0.14.0 ------ diff --git a/Project.toml b/Project.toml index 0634c88ef..30f1efd3b 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.14.0" +version = "0.15.0" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"