packages feed

hierarchical-spectral-clustering 0.2.2.0 → 0.2.2.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~spectral-clusteringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: spectral-clustering

API changes (from Hackage documentation)

Files

app/Main.hs view
@@ -100,7 +100,7 @@                       \ symmetric part of matrix, so ensure the input is real\                       \ and symmetric. Diagonal should be 0s for\                       \ adjacency matrix.\-                      \ Format is row,column,value with no header.\+                      \ Format is an edge list of node1,node2,value with no header, fed in through STDIN.\                       \ Must end with a newline."      let readOrErr err       = fromMaybe (error err) . readMaybe
hierarchical-spectral-clustering.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: hierarchical-spectral-clustering-version: 0.2.2.0+version: 0.2.2.1 license: GPL-3 license-file: LICENSE copyright: 2019 Gregory W. Schwartz@@ -48,7 +48,7 @@         mtl >=2.2.2,         safe >=0.3.17,         sparse-linear-algebra >=0.3.1,-        spectral-clustering >=0.2.2.0,+        spectral-clustering >=0.2.2.2,         streaming >=0.2.1.0,         streaming-bytestring >=0.1.6,         streaming-cassava >=0.1.0.1,