Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A9DAF84E58 for ; Sat, 17 Jun 2023 12:41:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZCwBppj0d9E0 for ; Sat, 17 Jun 2023 12:41:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 21D0684CF8 for ; Sat, 17 Jun 2023 12:41:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 15B2BFA89; Sat, 17 Jun 2023 12:41:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687005714125210" MIME-Version: 1.0 Date: Sat, 17 Jun 2023 12:41:54 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-nimble To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230617124154.15B2BFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687005714125210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1687005714125210 Content-Disposition: inline Content-Length: 1533 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1687005714125210--