pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-nimble



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun 17 12:41:54 UTC 2023

Modified Files:
        pkgsrc/math/R-nimble: Makefile distinfo

Log Message:
(math/R-nimble) Updated 1.0.0 to 1.0.1

#                            CHANGES IN VERSION 1.0.1 (June 2023)

## USER LEVEL CHANGES

- Fix bug (introduced in v. 1.0.0) causing incorrect setting of 'data'
flag for models with variables containing a mix of data nodes and nodes
appearing only on the right-hand side of expressions, for cases where not
all elements of the variable are defined (such as capture-recapture
models). This also addresses an unanticipated change in behavior in
initializing right-hand side only nodes from the `data` argument (PR #1328).

- Improved error trapping in MCMC sampler for categorical distributions
(PR #1325).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/R-nimble/Makefile \
    pkgsrc/math/R-nimble/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-nimble/Makefile
diff -u pkgsrc/math/R-nimble/Makefile:1.7 pkgsrc/math/R-nimble/Makefile:1.8
--- pkgsrc/math/R-nimble/Makefile:1.7   Sun Jun 11 03:24:46 2023
+++ pkgsrc/math/R-nimble/Makefile       Sat Jun 17 12:41:53 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2023/06/11 03:24:46 mef Exp $
+# $NetBSD: Makefile,v 1.8 2023/06/17 12:41:53 mef Exp $
 
 R_PKGNAME=     nimble
-R_PKGVER=      1.0.0
+R_PKGVER=      1.0.1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       MCMC, Particle Filtering, and Programmable Hierarchical Modeling
Index: pkgsrc/math/R-nimble/distinfo
diff -u pkgsrc/math/R-nimble/distinfo:1.7 pkgsrc/math/R-nimble/distinfo:1.8
--- pkgsrc/math/R-nimble/distinfo:1.7   Sun Jun 11 03:24:46 2023
+++ pkgsrc/math/R-nimble/distinfo       Sat Jun 17 12:41:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/06/11 03:24:46 mef Exp $
+$NetBSD: distinfo,v 1.8 2023/06/17 12:41:53 mef Exp $
 
-BLAKE2s (R/nimble_1.0.0.tar.gz) = 2158c2a08dbffaa494a86273e0a84d4fbcd740feeddfda2ae3ce41cf27181280
-SHA512 (R/nimble_1.0.0.tar.gz) = 1d3bf3c6239455fe21ea4fc6c94a786c843991c4abb1f464a177c5631e0602760ffb1b98a65c03a7c8a58259588b50bcea3d928bf17543de388e56170479d6a6
-Size (R/nimble_1.0.0.tar.gz) = 3060379 bytes
+BLAKE2s (R/nimble_1.0.1.tar.gz) = 42ed6f4b62c8da386b9965972d87d73802877e3d5b492c53dfd1beec0de27be9
+SHA512 (R/nimble_1.0.1.tar.gz) = 44b4acb57e1d5c330b5a5b56f6c0cca4dd32845896ac9e0ec5ccdcf951fda4429532a5d7d3fd7a9cf305175d47b86cf51b0c5b9ab03ade4421230236375e8758
+Size (R/nimble_1.0.1.tar.gz) = 3061969 bytes



Home | Main Index | Thread Index | Old Index