Skip to content

Commit

Permalink
Add v 0.2 referring to CRlibm to NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Benet committed Oct 9, 2015
1 parent 8aacce1 commit a796a0d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# What's new in ValidatedNumerics.jl

# 0.2

# 0.2.0

- The [CRlibm.jl](https://github.com/dpsanders/CRlibm.jl) (correct rounding libm) is now used to get correct rounding for the usual functions for `Float64`. `^` has also been coded separately to yield correct rounding for `Float64`. All elemental function currently implemented are consistent with the corresponding tests of the [ITF1788](https://github.com/oheim/ITF1788) test suite.


## 0.1.3

- Improvements towards conformance with the [IEEE-1788](https://standards.ieee.org/findstds/standard/1788-2015.html) standard for Interval Arithmetic:
Expand All @@ -9,7 +16,7 @@
- Control rounding tighter for arithmetic operations; `*`, `inv` and `/` have been rewritten; this includes changes in `make_interval` and `convert` to get consistent behavior. These functions pass the corresponding tests in the [ITF1788](https://github.com/oheim/ITF1788) test suite.
- Deprecate the use of `` in favor of `interior` (``).

**Important notice:** This is the **last version** of the package that
**Important notice:** This is the **last version** of the package that
supports Julia v0.3.

## 0.1.2
Expand Down

0 comments on commit a796a0d

Please sign in to comment.