hasty-hamiltonian 1.1.3 → 1.1.4
raw patch · 2 files changed
+5/−5 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
Numeric/MCMC/Hamiltonian.hs view
@@ -153,7 +153,7 @@ -- The leapfrog or Stormer-Verlet integrator. leapfrogIntegrator- :: (Num (IxValue (f Double)), Num (IxValue (t Double))+ :: (Num (IxValue (f Double)) , FunctorWithIndex (Index (f Double)) t , FunctorWithIndex (Index (t Double)) f , Ixed (f Double), Ixed (t Double)@@ -171,7 +171,7 @@ -- A single leapfrog step. leapfrog- :: (Num (IxValue (f Double)), Num (IxValue (t Double))+ :: (Num (IxValue (f Double)) , FunctorWithIndex (Index (f Double)) t , FunctorWithIndex (Index (t Double)) f , Ixed (t Double), Ixed (f Double)
hasty-hamiltonian.cabal view
@@ -1,5 +1,5 @@ name: hasty-hamiltonian-version: 1.1.3+version: 1.1.4 synopsis: Speedy traversal through parameter space. homepage: http://github.com/jtobin/hasty-hamiltonian license: MIT@@ -49,7 +49,7 @@ exposed-modules: Numeric.MCMC.Hamiltonian build-depends:- base < 5+ base >= 4 && < 6 , mcmc-types >= 1.0.1 , mwc-probability >= 1.0.1 , lens >= 4 && < 5@@ -66,7 +66,7 @@ -rtsopts build-depends: ad >= 4 && < 5- , base < 5+ , base >= 4 && < 6 , mwc-probability >= 1.0.1 , hasty-hamiltonian