summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gard.spreemann@epfl.ch>2016-04-07 11:56:52 +0200
committerGard Spreemann <gard.spreemann@epfl.ch>2016-04-07 11:56:52 +0200
commitb38ee2f1dc79c03c9c100b1b33d6e2acdb13fc98 (patch)
tree73e55286bfb31df6989e296a4f953f01137ba75e
parent99c56055927eda1522e1c43e81d4ea6e35e51688 (diff)
Todo
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7da6934..0ef3ef4 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,9 @@ Todo/missing
* Both terms "persistence diagram" and "barcode" are used. Pick one to
make function names more guessable.
* Allow overriding temporary file directory.
+* PHAT exports an actual library interface, so we should also
+ interface with that, avoiding the annoying spawning of processes
+ necessary with DIPHA.
Feedback
-----
@@ -74,7 +77,8 @@ Use
I primarily use this module to convert to and from DIPHA's file
formats. The `DiphaRunner` class is available for those who would like
-to avoid manually running DIPHA.
+to avoid manually running DIPHA, and don't need its distributed
+computation capabilities.
I am not aiming for great performance, efficiency or generality with
this code. If you you want either, you are better off writing the