packages feed

phonetic-languages-plus 0.5.0.0 → 0.5.1.0

raw patch · 3 files changed

+5/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -35,3 +35,6 @@ * Fifth version. Changed the boundaries for the maximum number of words accordingly to the pairwise permutations case only.  Added the possibility to handle both pairwise and universal permutations set. Updated the dependencies boundaries.  +## 0.5.1.0 -- 2021-10-23++* Fifth version revised A. Fixed issue with some indices not being printed. 
Distribution/Processment.hs view
@@ -95,7 +95,7 @@          newLineEnding, mconcat . map (\r -> showFFloat (Just 2) (fromIntegral (r * 100) / fromIntegral s)  "%\t") $ ks,           newLineEnding, mconcat [showFFloat (Just 4) mean1 "+-", showFFloat (Just 4) (sqrt disp) "\t",            show (length . filter ((<= 1) . fst) $ pairs), '\t':show (length data31)], newLineEnding,-            mconcat . map (\r -> show r ++ "\t") $ [2..7], newLineEnding, mconcat .+            mconcat . map (\r -> show r ++ "\t") $ [2..(if pairwisePermutations then 10 else 7)], newLineEnding, mconcat .               map (\r ->  (show . length . takeWhile (== r) . dropWhile (/= r) . map fst $ pairs) ++ "\t") $                 [2..(if pairwisePermutations then 10 else 7)], newLineEnding, replicate 102 '*'] {-# INLINE generalInfo1 #-}
phonetic-languages-plus.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/  name:                phonetic-languages-plus-version:             0.5.0.0+version:             0.5.1.0 synopsis:            Some common shared between different packages functions. description:         Among them are the uniqueness-periods-vector series. homepage:            https://hackage.haskell.org/package/phonetic-languages-plus