maxent 0.6.0.3 → 0.6.0.4
raw patch · 2 files changed
+2/−6 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Numeric.MaxEnt: linear' :: LinearConstraints Double -> [[Double]]
- Numeric.MaxEnt: linear'' :: LinearConstraints Double -> [[Double]]
Files
- maxent.cabal +1/−1
- src/Numeric/MaxEnt.hs +1/−5
maxent.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.6.0.3+version: 0.6.0.4 -- A short (one-line) description of the package. synopsis: Compute Maximum Entropy Distributions
src/Numeric/MaxEnt.hs view
@@ -43,9 +43,7 @@ general, -- ** Linear LinearConstraints(..),- linear,- linear',- linear''+ linear ) where import Numeric.MaxEnt.Internal (Constraint, (.=.),@@ -57,8 +55,6 @@ maxent, general, linear,- linear',- linear'', LinearConstraints(..))