AERN-Real 0.10.0 → 0.10.0.1
raw patch · 2 files changed
+6/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- AERN-Real.cabal +4/−3
- ChangeLog +2/−1
AERN-Real.cabal view
@@ -1,12 +1,13 @@ Name: AERN-Real-Version: 0.10.0+Version: 0.10.0.1 Cabal-Version: >= 1.2 Build-Type: Simple License: BSD3 License-File: LICENCE Author: Michal Konecny (Aston University)-Copyright: (c) 2007-2008 Michal Konecny, Amin Farjudian, Jan Duracz -Maintainer: mik@konecny.aow.cz+Copyright: (c) 2007-2009 Michal Konecny, Amin Farjudian, Jan Duracz+Maintainer: mikkonecny@gmail.com+Homepage: http://www-users.aston.ac.uk/~konecnym/DISCERN Stability: beta Category: Data, Math Synopsis: arbitrary precision interval arithmetic for approximating exact real numbers
ChangeLog view
@@ -1,4 +1,5 @@-0.9.10: 28 July 2009+0.10.0.1: 28 July 2009: fixed a few bugs in meta-data+0.10.0: 28 July 2009 * switching to beta status * new QuickCheck test suite covering most functionality * new support for anti-consistent intervals (eg [2,0])