From eadc463438874465ebe8e98b92245dd50ca9fabd Mon Sep 17 00:00:00 2001 From: Shu Fai Cheung Date: Sun, 7 Apr 2024 09:00:59 +0800 Subject: [PATCH] Update to 0.1.3.5 Tests, checks, and build_site() passed. --- DESCRIPTION | 2 +- NEWS.md | 8 ++++++-- README.md | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a38ff45..abe9316 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: modelbpp Title: Model BIC Posterior Probability -Version: 0.1.3.4 +Version: 0.1.3.5 Authors@R: c(person(given = "Shu Fai", family = "Cheung", diff --git a/NEWS.md b/NEWS.md index c4a52b3..8fb6978 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# modelbpp 0.1.3.4 +# modelbpp 0.1.3.5 ## New Features @@ -17,7 +17,7 @@ - Added `min_bpp_labelled` to `model_graph()`, to hide the labels of models with small BPPs. - (0.1.3.4) + (0.1.3.5) ## Bug Fixes @@ -26,6 +26,10 @@ not be recognized as interchangeable. (0.1.3.1) +- Fixed a bug in `must_not_drop` and + `must_drop` of `get_drop()`. They + should work properly now. (0.1.3.5) + - Fixed a bug in `model_graph()`. Short names should now be properly constructed. (0.1.3.3) diff --git a/README.md b/README.md index f4cd3bf..0ed59f9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ # modelbpp: Model BIC Posterior Probability -(Version 0.1.3.4 updated on 2024-04-06, [release history](https://sfcheung.github.io/modelbpp/news/index.html)) +(Version 0.1.3.5 updated on 2024-04-07, [release history](https://sfcheung.github.io/modelbpp/news/index.html)) This package is for assessing model uncertainty in structural equation modeling (SEM) by the BIC posterior