Thread Links Date Links
Thread Prev Thread Next Thread Index Date Prev Date Next Date Index

Fwd: [GNU Octave] interval 1.1.0 released



Dear interested interval folks,

a new release of the “interval package” for GNU Octave has been published. The latest version improves features for plotting of interval arithmetic functions; for details see the package documentation in [1].

The implementation is meant to be conforming to the recently published IEEE Std 1788-2015, IEEE standard for interval arithmetic, and integrates well into GNU Octave, which is a free Matlab replacement.

In case of any questions or problems regarding the interval package, or if you would like to contribute to its development, please don't hesitate to contact either me directly or the Octave community via the public channels.

Best regards
Oliver Heimlich


-------- Forwarded Message --------
Subject: interval 1.1.0 released
Date: Mon, 3 Aug 2015 10:48:16 +0100
From: Carnë Draug <carandraug@xxxxxxxxxx>
To: Octave Help <help@xxxxxxxxxx>, octave maintainers mailing list <maintainers@xxxxxxxxxx>
CC: Oliver Heimlich <oheim@xxxxxxxxx>

Hi everyone

a new release of the interval package [1] is out, version 1.1.0, by Oliver Heimlich. A summary of important user-visible changes is also available online [2].

The interval package for real-valued interval arithmetic allows to evaluate functions over subsets of their domain. All results are verified, because interval computations automatically keep track of any errors.

These concepts can be used to handle uncertainties, estimate arithmetic errors and produce reliable results. Also it can be applied to computer-assisted proofs, constraint programming, and verified computing.

The implementation is based on interval boundaries represented by binary64 numbers and is conforming to IEEE Std 1788-2015, IEEE standard for interval arithmetic.

Enjoy Octave responsibly,
Carnë

[1] http://octave.sourceforge.net/interval/
[2] http://octave.sourceforge.net/interval/NEWS.html