Skip to content

Commit

Permalink
Major changes to network export functions
Browse files Browse the repository at this point in the history
 * Re-implemented visone graphml export (closes #86).
 * Added new sample.dna database (closes #80).
 * Fixed some bugs in export functions.
 * Proper implementation of all normalization algorithms (closes #70).
  • Loading branch information
leifeld committed Feb 14, 2017
1 parent e079b7a commit f666af0
Show file tree
Hide file tree
Showing 10 changed files with 446 additions and 5,182 deletions.
2 changes: 1 addition & 1 deletion DNA/src/dna/Dna.java
Expand Up @@ -20,7 +20,7 @@ public class Dna {
PrintStream console;

public Dna() {
date = "2017-02-12";
date = "2017-02-14";
version = "2.0 beta 18";
System.out.println("DNA version: " + version + " (" + date + ")");
System.out.println("Java version: " + System.getProperty("java.version"));
Expand Down

0 comments on commit f666af0

Please sign in to comment.