pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gama



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Sep 29 10:33:52 UTC 2020

Modified Files:
        pkgsrc/geography/gama: Makefile distinfo

Log Message:
geography/gama: Update to 2.10

Upstream NEWS:

We are pleased to announce the release of GNU Gama 2.10!

One major update that is visible to the end users is the change in the
'update_constrained_coordinates' parameter. This parameter was
deprecated in 2.09 and has now been completely removed.

Another big change is the addition of output in GNU Octave format.
The GNU Octave *.m output file contains adjustment results from
gama-local, in matrix format that includes the following sections:

* General adjustment parameters - number of squares, observations,
  sum of squares, etc.

* IDs and coordinates of fixed points

* Information about the adjustment - adjusted and constrained
  coordinates, their indexes and covariances. Observation
  covariances and weight matrix and equation system matrices.

The main motivation for introducing GNU Octave output was to have an
experimental tool for computation of statistical parameters that are not
directly available in gama-local (e.g. reliability matrix).

GNU Octave output defines an explicit set of conditions to calculate the
adjustment of free networks (networks with a singular project equation
system). The differences between coordinates are tested with a tolerance
of 1e-3 millimeters.
This criterion may fail for poorly conditioned systems (typically
networks with a "bad"configuration).

Syntax of the GNU Octave .m output was tested for compatibility with
MATLAB R2013b (8.2.0.701).


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/geography/gama/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/geography/gama/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/gama/Makefile
diff -u pkgsrc/geography/gama/Makefile:1.37 pkgsrc/geography/gama/Makefile:1.38
--- pkgsrc/geography/gama/Makefile:1.37 Wed Jul  1 16:16:50 2020
+++ pkgsrc/geography/gama/Makefile      Tue Sep 29 10:33:52 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2020/07/01 16:16:50 gdt Exp $
+# $NetBSD: Makefile,v 1.38 2020/09/29 10:33:52 gdt Exp $
 #
 
-DISTNAME=      gama-2.09
+DISTNAME=      gama-2.10
 CATEGORIES=    geography
 MASTER_SITES=  ${MASTER_SITE_GNU:=gama/}
 

Index: pkgsrc/geography/gama/distinfo
diff -u pkgsrc/geography/gama/distinfo:1.15 pkgsrc/geography/gama/distinfo:1.16
--- pkgsrc/geography/gama/distinfo:1.15 Wed Jul  1 16:16:50 2020
+++ pkgsrc/geography/gama/distinfo      Tue Sep 29 10:33:52 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/07/01 16:16:50 gdt Exp $
+$NetBSD: distinfo,v 1.16 2020/09/29 10:33:52 gdt Exp $
 
-SHA1 (gama-2.09.tar.gz) = c4d31b68d263fc3a14c04ef6569cf84837098fe8
-RMD160 (gama-2.09.tar.gz) = ac06a519b1765b4c770d294bf6892daf898c0073
-SHA512 (gama-2.09.tar.gz) = badf551556a0ae562398c957292438db81ce1695caba01a60b5d691ebe925a14bf5014e93ed5af837041288007192cb81ffb1f53a8bb43048ecb7073fc328b0c
-Size (gama-2.09.tar.gz) = 4696349 bytes
+SHA1 (gama-2.10.tar.gz) = 94bd117418151d0ca531a005015dd2d2e46ffc93
+RMD160 (gama-2.10.tar.gz) = 938e161769b9b67ed942c443cd67757cc8dedd50
+SHA512 (gama-2.10.tar.gz) = 799620486bb2fd1f0d7a8c8b1dea4fbbd40593cf8f7b887a4f051d1f295877f899302d0781d6590c7e51dedb3d91523c29d119e682bd80c7308ec29e97e57fce
+Size (gama-2.10.tar.gz) = 14613029 bytes



Home | Main Index | Thread Index | Old Index