pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/R-spatstat.sparse



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan 13 23:04:52 UTC 2024

Modified Files:
        pkgsrc/geography/R-spatstat.sparse: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/R-spatstat.sparse/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/R-spatstat.sparse/distinfo

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

Modified files:

Index: pkgsrc/geography/R-spatstat.sparse/Makefile
diff -u pkgsrc/geography/R-spatstat.sparse/Makefile:1.1 pkgsrc/geography/R-spatstat.sparse/Makefile:1.2
--- pkgsrc/geography/R-spatstat.sparse/Makefile:1.1     Mon Sep 20 09:56:02 2021
+++ pkgsrc/geography/R-spatstat.sparse/Makefile Sat Jan 13 23:04:52 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/09/20 09:56:02 mef Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/13 23:04:52 mef Exp $
 
 R_PKGNAME=     spatstat.sparse
-R_PKGVER=      2.0-0
+R_PKGVER=      3.0-3
 CATEGORIES=    geography
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

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



Home | Main Index | Thread Index | Old Index