diff --git a/TODO b/TODO index df5e3f8..f2ab969 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,6 @@ Interaction: MatLink Reordering: - Improve the barycenter heuristic with swaps Koren multiscale ACE: http://dx.doi.org/10.1109/INFVIS.2002.1173159 Spectral ordering Sloan ordering @@ -16,6 +15,7 @@ Reordering: Elliptical Reordering done: + Improved the barycenter heuristic with swaps Tables/bipartite networks Distance matrix for graphs Barycenter method: diff --git a/src/core.js b/src/core.js index e492e88..fc28793 100644 --- a/src/core.js +++ b/src/core.js @@ -1,2 +1,2 @@ -reorder = {version: "0.0.5"}; // semver +reorder = {version: "0.0.6"}; // semver