From 2114b5022cbf54f51de109d5090adea3d18e11cb Mon Sep 17 00:00:00 2001 From: Dario Azzimonti Date: Wed, 28 Aug 2024 10:57:33 +0200 Subject: [PATCH] Bumped package version, updated date and NEWS.md file --- DESCRIPTION | 4 ++-- NEWS.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d08e579..b47becd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: bayesRecon Type: Package -Date: 2024-05-29 +Date: 2024-08-28 Title: Probabilistic Reconciliation via Conditioning -Version: 0.3.0 +Version: 0.3.1 Authors@R: c(person(given = "Dario", family = "Azzimonti", role = c("aut","cre"), diff --git a/NEWS.md b/NEWS.md index d1cbfdd..0e88b0d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# bayesRecon 0.3.1 + +* IMPORTANT CHANGE IN THE API OF THE `reconc_*` functions: they now require the aggregating matrix A and not the summing matrix S. + +* The examples section of the `reconc_TDcond` now contains an example showing how to handle the case of an unbalanced hierarchy. + # bayesRecon 0.3.0 * Added `reconc_MixCond`, the implementation of Mixed conditioning for the reconciliation of mixed-type hierarchical forecasts.