packages feed

emd 0.1.8.0 → 0.1.8.1

raw patch · 3 files changed

+5/−3 lines, 3 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Numeric.HHT: marginal :: forall v n a k. (Vector v a, KnownNat n, Ord k, Num a) => (a -> k) -> HHT v n a -> Map k a

Files

CHANGELOG.md view
@@ -14,6 +14,8 @@     functions in terms of it. *   Drop support for GHC 8.2 and lower. +*   *0.1.8.1*: Exported `marginal` again; it was unexported by mistake.+ Version 0.1.7.0 --------------- 
emd.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: c0f737436b3fc56e2ddc33d92a633b37bc7c6f9486dca2a171480a0d3908dcfa+-- hash: be01f23a1a945a33db65038fddfc7d9e9ea82364789729d8dc38eec68d5745e1  name:           emd-version:        0.1.8.0+version:        0.1.8.1 synopsis:       Empirical Mode Decomposition and Hilbert-Huang Transform description:    Empirical Mode decomposition and Hilbert-Huang Transform in pure                 Haskell.
src/Numeric/HHT.hs view
@@ -37,7 +37,7 @@   -- ** Hilbert-Huang Spectrum   , hhtSpectrum, hhtSparseSpectrum, hhtDenseSpectrum   -- ** Properties of spectrum-  , meanMarginal, meanMarginal, instantaneousEnergy, degreeOfStationarity+  , meanMarginal, marginal, instantaneousEnergy, degreeOfStationarity   , expectedFreq, dominantFreq   , foldFreq   -- ** Options