gama-1.7.13 released

Ales Cepek <[email protected]> Mon, 13 Jun 2005 13:46:51 -0400
Newsgroups gmane.comp.gnu.gama.announce
Message-ID <20050613174647.GA19541@fencepost>
GNU Gama 1.7.13 was released on 2005-06-13

It is avalable via ftp from  ftp://alpha.gnu.org/gnu/gama/   and
from CVS  cvs -d:ext:[email protected]:/cvsroot/gama co gama

Major changes between versions 1.7.13 and 1.7.12
------------------------------------------------

* added Cholesky decomposition as another adjustement algorithm
  (template class AdjCholDec)

* three classes BaseOLS, OLSsvd and OLSgso (namespace GaMaLib,
  directory gamalib/ls) renamed to AdjBase, AdjSVD and AdjGSO and
  placed into the namespace GNU_gama (directory gnu_gama/adj).

  From now there is no function, nor class, defined in the old
  namespace GaMaLib referenced from the namespace GNU_gama.

  Rather obsolete namespace GaMaLib is kept for the backward
  compatibility and is mainly dedicated to the command line
  program gama-local. 

* matrix/vector template library moved to the directory 'matvec'