From 62cdc349745aeec7899e6a6c34201c9ccf2dd2b3 Mon Sep 17 00:00:00 2001 From: Andrew Penn Date: Thu, 18 Jan 2024 17:26:59 +0000 Subject: [PATCH] Update statistics-resampling.yaml Link to new release, version 5.5.5 Changes in version 5.5.5 - Added support for logical (true, false) in GROUP in `bootlm` - Improved handling of data input (e.g. row vectors and matrices) in `bootlm` - Added ability to customize posthoc comparisons (with demos added to illustrate too) in `bootlm` - Added extra or modified some existing demos in `bootlm` to illustrate the above functionality enhancements - Updated Matlab toolbox installer and manual to reflect the above changes --- packages/statistics-resampling.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/packages/statistics-resampling.yaml b/packages/statistics-resampling.yaml index c95aace0..9858c08e 100644 --- a/packages/statistics-resampling.yaml +++ b/packages/statistics-resampling.yaml @@ -27,10 +27,10 @@ maintainers: - name: "Andrew C. Penn" contact: "andy.c.penn@gmail.com" versions: -- id: "5.5.4" - date: "2024-01-08" - sha256: "5ef914cb9b05cc4b538a8067d1c67733bd40139055f9fd5b20d70747b2145114" - url: "https://github.com/gnu-octave/statistics-resampling/archive/refs/tags/5.5.4.zip" +- id: "5.5.5" + date: "2024-01-18" + sha256: "86abc888f170626c3d69c33d69a38a99ed8f01764569b1fe0830f73658b588c1" + url: "https://github.com/gnu-octave/statistics-resampling/archive/refs/tags/5.5.5.zip" depends: - "octave (>= 4.4.0)" - "pkg" @@ -41,6 +41,13 @@ versions: depends: - "octave (>= 4.4.0)" - "pkg" +- id: "5.5.4" + date: "2024-01-08" + sha256: "5ef914cb9b05cc4b538a8067d1c67733bd40139055f9fd5b20d70747b2145114" + url: "https://github.com/gnu-octave/statistics-resampling/archive/refs/tags/5.5.4.zip" + depends: + - "octave (>= 4.4.0)" + - "pkg" - id: "5.5.3" date: "2024-01-03" sha256: "bd161552548cf0e4c1d332f1557706abd4cb0ab2ff2d7cd281b95e5fc7f7d89c"