public inbox for gsl-announce@sourceware.org
 help / color / mirror / Atom feed
From: Mark Galassi <rosalia@cygnus.com>
To: gsl-announce@sourceware.cygnus.com
Cc: gsl-discuss@sourceware.cygnus.com, gnome-devel-list@gnome.org
Subject: ANNOUNCE: GSL 0.4.1 is out
Date: Thu, 25 Feb 1999 08:19:00 -0000	[thread overview]
Message-ID: <14037.29095.444454.205557@papageno.roadrunner.com> (raw)

I have just placed version 0.4.1 of the GNU Scientific Library on
ftp://sourceware.cygnus.com/pub/gsl/

I will also put it on ftp://alpha.gnu.org/gnu/ as soon as I can get
through to that machine.

This minor update is motivated, in part, by trying to get a more up to 
date and reasonably stable version into the Red Hat 6.0 release, due
to hit the streets this spring.

This is important because Red Hat is still using a 0.3-based release,
and the complex number API has changed since then, so we do not want
that version to propagate.

And, of course, it's also good to have a new release every now and
then.  There is certainly a lot of new code in this release.

For more information, please see the GSL home page:
http://sourceware.cygnus.com/gsl/

----

* Will be new in gsl-0.4.1:

** Two changes not making their way into the documentation
A couple of things are not getting into the docs, so here are the
errata:
*** The FFT routines now take a stride parameter.  Passing 1 for the
stride will make them behave as documented.
*** The complex numbers are now an opaque type, and no assumptions can
be made about the format in which they are stored (they are not stored
as a simple structure anymore, since that is not portable).  The type
is now gsl_complex (or gsl_complex_long_double or gsl_complex_float),
and the macros to access them are
    GSL_REAL(z)
    GSL_IMAG(z)
    GSL_COMPLEX_P_REAL(zp)
    GSL_COMPLEX_P_IMAG(zp)
    GSL_COMPLEX_EQ(z1,z2)
    GSL_SET_COMPLEX(zp,x,y)
    GSL_SET_REAL(zp,x)
    GSL_SET_IMAG(zp,y)

This change in the complex number API makes it important that you
start working with 0.4.1 or later.

** 0.4.1 is being released in occasion of the Red Hat 6.0 release.
The specfunc module is still in an alpha state; if you run "make
check" in the specfunc directory you will see that some tests still
fail.

** Most Alpha specific problems have been fixed. In particular the
random number generators rand48 and ranf now work on the Alpha

** Additional random number distributions: Rayleigh distribution

                 reply	other threads:[~1999-02-25  8:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14037.29095.444454.205557@papageno.roadrunner.com \
    --to=rosalia@cygnus.com \
    --cc=gnome-devel-list@gnome.org \
    --cc=gsl-announce@sourceware.cygnus.com \
    --cc=gsl-discuss@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).