Sat Jan 13 23:04:52 2024 UTC (155d)
(geography/R-spatstat.sparse) Updated 2.0.0 to 3.0.3

        CHANGES IN spatstat.sparse VERSION 3.0-3

OVERVIEW

    o Minor improvements.

        CHANGES IN spatstat.sparse VERSION 3.0-2

OVERVIEW

    o We thank Joey Arthur for contributions.

    o Bug fix.

BUG FIXES

    o marginSumsSparse
    If the result of marginSumsSparse was a one-dimensional sparse vector,
    the entries were incorrectly rearranged so that the non-zero entries
    were all at the beginning of the vector.
    [Spotted by Joey Arthur.]
    Fixed.

        CHANGES IN spatstat.sparse VERSION 3.0-1

OVERVIEW

    o Minor changes to package information.

        CHANGES IN spatstat.sparse VERSION 3.0-0

OVERVIEW

    o Minor internal changes.

        CHANGES IN spatstat.sparse VERSION 2.1-1

OVERVIEW

    o Bug fix.

BUG FIXES

    o matrixsqrt, matrixinvsqrt, matrixpower
    If the result was a complex-valued matrix,
    the values were completely incorrect.
    Fixed.

        CHANGES IN spatstat.sparse VERSION 2.1-0

OVERVIEW

    o Join two sparse arrays.

    o Minor improvements and bug fixes.

NEW FUNCTIONS

    o bind.sparse3Darray
    Join two sparse three-dimensional arrays along a specified dimension
    (analogously to 'rbind', 'cbind' or 'abind') to make another
    sparse three-dimensional array.

SIGNIFICANT USER-VISIBLE CHANGES

    o quadform
    Argument 'v=NULL' is now accepted, and interpreted as the identity matrix.

    o bilinearform
    Argument 'v=NULL' is now accepted, and interpreted as the identity matrix.

BUG FIXES

    o quadform
    Crashed if 'v' was missing.
    Fixed.


(mef)
diff -r1.1 -r1.2 pkgsrc/geography/R-spatstat.sparse/Makefile
diff -r1.3 -r1.4 pkgsrc/geography/R-spatstat.sparse/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/geography/R-spatstat.sparse/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/R-spatstat.sparse/Makefile 2021/09/20 09:56:02 1.1
+++ pkgsrc/geography/R-spatstat.sparse/Makefile 2024/01/13 23:04:52 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2021/09/20 09:56:02 mef Exp $ 1# $NetBSD: Makefile,v 1.2 2024/01/13 23:04:52 mef Exp $
2 2
3R_PKGNAME= spatstat.sparse 3R_PKGNAME= spatstat.sparse
4R_PKGVER= 2.0-0 4R_PKGVER= 3.0-3
5CATEGORIES= geography 5CATEGORIES= geography
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Sparse Three-Dimensional Arrays and Linear Algebra Utilities 8COMMENT= Sparse Three-Dimensional Arrays and Linear Algebra Utilities
9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 9LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
10 10
11DEPENDS+= R-spatstat.utils>=2.1.0:../../geography/R-spatstat.utils 11DEPENDS+= R-spatstat.utils>=2.1.0:../../geography/R-spatstat.utils
12DEPENDS+= R-abind>=1.4.5:../../math/R-abind 12DEPENDS+= R-abind>=1.4.5:../../math/R-abind
13DEPENDS+= R-tensor>=1.5:../../math/R-tensor 13DEPENDS+= R-tensor>=1.5:../../math/R-tensor
14 14
15.include "../../math/R/Makefile.extension" 15.include "../../math/R/Makefile.extension"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/geography/R-spatstat.sparse/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/R-spatstat.sparse/distinfo 2021/10/26 10:45:08 1.3
+++ pkgsrc/geography/R-spatstat.sparse/distinfo 2024/01/13 23:04:52 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2021/10/26 10:45:08 nia Exp $ 1$NetBSD: distinfo,v 1.4 2024/01/13 23:04:52 mef Exp $
2 2
3BLAKE2s (R/spatstat.sparse_2.0-0.tar.gz) = 23e96e723000ad222cc611382cb8c0091e370517241db4e2800d3afbf5ee261f 3BLAKE2s (R/spatstat.sparse_3.0-3.tar.gz) = 903b338621604fc91400d2981f62707c4c91fd3d3ac88ac8822db91fa2fadc8a
4SHA512 (R/spatstat.sparse_2.0-0.tar.gz) = 4134118030202243909afa89c785394170d27ba84cbf43a5146434a0453ff3982033b10c66274607cd45ee8190282d5bcbe8564a313474144d738231a7732525 4SHA512 (R/spatstat.sparse_3.0-3.tar.gz) = 364464134d85c42282c59617925cbfcc90c997c6e7bf0484b9b5d0c1f1061297c196f84c4cbc3b80d8b50548d3e06722d983d4a91a43de6ed749efa98a288cdf
5Size (R/spatstat.sparse_2.0-0.tar.gz) = 38486 bytes 5Size (R/spatstat.sparse_3.0-3.tar.gz) = 41607 bytes