declarative 0.5.3 → 0.5.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~lensPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: lens
API changes (from Hackage documentation)
- Numeric.MCMC: asGenIO :: () => (GenIO -> IO a) -> GenIO -> IO a
+ Numeric.MCMC: asGenIO :: (GenIO -> IO a) -> GenIO -> IO a
- Numeric.MCMC: data RealWorld :: Type
+ Numeric.MCMC: data RealWorld
- Numeric.MCMC: hamiltonian :: (Num (IxValue (t Double)), Traversable t, FunctorWithIndex (Index (t Double)) t, Ixed (t Double), PrimMonad m, IxValue (t Double) ~ Double) => Double -> Int -> Transition m (Chain (t Double) b)
+ Numeric.MCMC: hamiltonian :: forall t (m :: Type -> Type) b. (Num (IxValue (t Double)), Traversable t, FunctorWithIndex (Index (t Double)) t, Ixed (t Double), PrimMonad m, IxValue (t Double) ~ Double) => Double -> Int -> Transition m (Chain (t Double) b)
- Numeric.MCMC: slice :: (PrimMonad m, FoldableWithIndex (Index (t a)) t, Ixed (t a), Num (IxValue (t a)), Variate (IxValue (t a))) => IxValue (t a) -> Transition m (Chain (t a) b)
+ Numeric.MCMC: slice :: forall (m :: Type -> Type) t a b. (PrimMonad m, FoldableWithIndex (Index (t a)) t, Ixed (t a), Num (IxValue (t a)), Variate (IxValue (t a))) => IxValue (t a) -> Transition m (Chain (t a) b)
- Numeric.MCMC: type family PrimState (m :: Type -> Type) :: Type
+ Numeric.MCMC: type family PrimState (m :: Type -> Type)
Files
- declarative.cabal +3/−3
declarative.cabal view
@@ -1,5 +1,5 @@ name: declarative-version: 0.5.3+version: 0.5.4 synopsis: DIY Markov Chains. homepage: http://github.com/jtobin/declarative license: MIT@@ -8,7 +8,7 @@ maintainer: jared@jtobin.ca category: Math build-type: Simple-tested-with: GHC == 8.2.2, GHC == 8.8.3+tested-with: GHC == 8.2.2, GHC == 8.8.3, GHC == 8.10.4 cabal-version: >=1.10 description: This package presents a simple combinator language for Markov transition@@ -67,7 +67,7 @@ , mcmc-types >= 1.0.1 && < 2 , mwc-probability >= 2.0 && < 3 , mighty-metropolis >= 2.0 && < 3- , lens >= 4 && < 5+ , lens >= 4 && < 6 , primitive >= 0.6 && < 1.0 , pipes >= 4 && < 5 , hasty-hamiltonian >= 1.3 && < 2