AERN-RnToRm 0.3.0 → 0.3.0.1
raw patch · 2 files changed
+16/−15 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- AERN-RnToRm.cabal +14/−15
- ChangeLog +2/−0
AERN-RnToRm.cabal view
@@ -1,5 +1,5 @@ Name: AERN-RnToRm-Version: 0.3.0+Version: 0.3.0.1 Cabal-Version: >= 1.2 Build-Type: Simple License: BSD3@@ -19,18 +19,18 @@ . Abstractions are provided via 4 type classes: .- * ERUnitFnBase: + * ERUnitFnBase: generalises polynomials with floating point coefficients.- (/Not exported here, used only internally./)+ (Not exported here, used only internally.) .- * ERFnApprox:+ * ERFnApprox: generalises functions enclosures on a certain unspecified domain. .- * ERUnitFnApprox (extends ERFnApprox): generalises function graph enclosures+ * ERUnitFnApprox (extends ERFnApprox): generalises function graph enclosures on the domain @[-1,1]^n@.- (/Not exported here, used only internally./)+ (Not exported here, used only internally.) .- * ERFnDomApprox (extends ERFnApprox):+ * ERFnDomApprox (extends ERFnApprox): generalises function enclosures over a specified and queriable domain box (instance of class DomainBox). .@@ -40,7 +40,7 @@ . Implementations of ERUnitFnBase: .- * ERChebPoly + * ERChebPoly . By using the Chebyshev basis on domain @[-1,1]^n@, we gain simple and optimally rounding degree reduction @@ -49,32 +49,31 @@ . Implementations of ERUnitFnApprox: . - * ERFnInterval+ * ERFnInterval . Implementations of ERFnDomApprox: .- * ERFnDomTranslApprox: + * ERFnDomTranslApprox: builds a basic implementation using an instance of ERUnitFnApprox. .- * ERFnTuple: + * ERFnTuple: extends another implementation of ERFnDomApprox to work with lists of functions simultaneously. .- * ERFnDomEdgesApprox: + * ERFnDomEdgesApprox: separately enclose a function on its domain box as well as on all the domain's hyper-edges (including the corners) using another implementation of ERFnDomApprox. .- * ERFnPiecewise: + * ERFnPiecewise: allows the domain box to be bisected to an arbitrary finite depth and uses another implementation of ERFnDomApprox to approximate the function on each segment. .- Simple examples of usage can be found in tests/Demo.hs.- + Simple examples of usage can be found in /tests/: Demo.hs. Extra-source-files: ChangeLog tests/Demo.hs
ChangeLog view
@@ -1,3 +1,5 @@+0.3.0.1: 7 August 2008+ * attempt to fix markup in package description 0.3.0: 7 August 2008 * initial release of AERN-RnToRm after one year of work and two successful internal applications