From 239d2435b06ae0ccac050ea57cd4bf167b1d6d13 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 17 Nov 2025 10:18:10 +0100 Subject: [PATCH 1/2] Fix docstring of elementary_weight --- src/time_integration_methods.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/time_integration_methods.jl b/src/time_integration_methods.jl index 5e66b6e..b73b154 100644 --- a/src/time_integration_methods.jl +++ b/src/time_integration_methods.jl @@ -52,7 +52,7 @@ end elementary_weight(t::RootedTree, A::AbstractMatrix, b::AbstractVector, c::AbstractVector) Compute the elementary weight Φ(`t`) of the [`RungeKuttaMethod`](@ref) `rk` -with Butcher coefficients `A, b, c` for a rooted tree `t``. +with Butcher coefficients `A, b, c` for a rooted tree `t`. Reference: Section 312 of - Butcher, John Charles. From e000c137f3c98f93664e3a1790110919febf22bd Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 17 Nov 2025 10:19:21 +0100 Subject: [PATCH 2/2] bump patch version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bf55649..73e20d1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RootedTrees" uuid = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c" authors = ["Hendrik Ranocha and contributors"] -version = "2.23.1" +version = "2.23.2" [deps] LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"