gsc-weighting 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+4/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Weighting/GSC.hs +3/−2
- gsc-weighting.cabal +1/−1
Data/Weighting/GSC.hs view
@@ -26,8 +26,9 @@ -- @ -- -- This is the same as GSC paper's example, however they used--- similarities while we are using distances (i.e. @fmap (1-)--- dendro@ would be exactly their example). Then @gsc dendro@ is+-- similarities while we are using distances (i.e. applying+-- @(1-)@ to the distances would give exactly their example).+-- Then @gsc dendro@ is -- -- @ -- gsc dendro == Branch 0.8
gsc-weighting.cabal view
@@ -1,5 +1,5 @@ Name: gsc-weighting-Version: 0.1.0.1+Version: 0.1.0.2 Synopsis: Generic implementation of Gerstein/Sonnhammer/Chothia weighting. License: BSD3 License-file: LICENSE