All Versions
4
Latest Version
Avg Release Cycle
6 days
Latest Release
3222 days ago
Changelog History
Changelog History
-
v0.3.1.0 Changes
May 22, 2016๐ https://github.com/mstksg/uncertain/releases/tag/v0.3.1.0
- Added support for GHC 8.0 by providing pattern synonym type signatures in the proper format.
-
(:+/-)
pattern synonym now exported as a "constructor" withUncert
- Generalized the type signatures for
liftCX
functions to work for alla
. Restriction toFractional
now occurs only at exit points of theCVar
abstraction. - Removed the redundant constraint on
Functor m
for the MonteCarlo module'sliftUX
functions.
-
v0.3.0.0 Changes
May 11, 2016๐ https://github.com/mstksg/uncertain/releases/tag/v0.3.0.0
- (Breaking change) Moved the top-level modules from Data to Numeric, to better reflect the nature of the library and to align with the convention of other similar libraries.
-
v0.2.0.0 Changes
May 05, 2016๐ https://github.com/mstksg/uncertain/releases/tag/v0.2.0.0
- ๐ Initial release, re-written from the unreleased
0.1.0.0
by re-implementing error propagation with the [ad][] library.
๐ฆ [ad]: https://hackage.haskell.org/package/ad
- ๐ Initial release, re-written from the unreleased
-
v0.1.0.0
May 05, 2016