pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gama geography/gama: Update to 2.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87b59a59d5d9
branches:  trunk
changeset: 439852:87b59a59d5d9
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Sep 29 10:33:52 2020 +0000

description:
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).

diffstat:

 geography/gama/Makefile |   4 ++--
 geography/gama/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r dadad424ba6b -r 87b59a59d5d9 geography/gama/Makefile
--- a/geography/gama/Makefile   Tue Sep 29 10:32:15 2020 +0000
+++ b/geography/gama/Makefile   Tue Sep 29 10:33:52 2020 +0000
@@ -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/}
 
diff -r dadad424ba6b -r 87b59a59d5d9 geography/gama/distinfo
--- a/geography/gama/distinfo   Tue Sep 29 10:32:15 2020 +0000
+++ b/geography/gama/distinfo   Tue Sep 29 10:33:52 2020 +0000
@@ -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