[bug-gsl] Re: GSL 1.10 dropping symbols from 1.9? (2007-10-31)
|
From: |
Brian Gough <bjg@network-theory.co.uk> |
|
Subject: |
Re: GSL 1.10 dropping symbols from 1.9? |
|
Date: |
Wed, 31 Oct 2007 17:36:43 +0000 |
|
To: |
bug-gsl@gnu.org |
At Wed, 31 Oct 2007 09:05:32 -0600,
Patrick Alken wrote:
>
> gsl_linalg_hessenberg was renamed to gsl_linalg_hessenberg_decomp
> in 1.10 to be consistent with the conventions of the rest of the
> linalg functions.
>
> gsl_schur_standardize was removed in a small redesign of the
> nonsymmetric eigensolver. It was an auxilary routine and was never
> documented or intended for use outside the eigensolver.
>
> Sorry for the confusion.
Those changes were fine -- what I should have done is adjust the
libtool versioning numbers when I made the release. I didn't do a
systematic check for added/removed functions though so I missed the
fact that a function was removed.
--
Brian