summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index c0665af..7da6934 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ following caveats:
- Since Python will let you write `Interval("banana", 5)`, so will I,
and you and your persistence generator "from banana to 5" can go
solve problems down the road.
+
Installation
@@ -48,13 +49,24 @@ searched for in PATH.
Todo/missing
----
-* Support for general filtered complexes (DIPHA's
+* Polish support for general filtered complexes (DIPHA's
`DIPHA_WEIGHTED_BOUNDARY_MATRIX`) to allow for non-flag
complexes. This has high priority, and should be added soon.
* More flexible plotting.
* Possibly introduce a barcode class that keeps track of its own
maximal scale.
* HTML documentation from the docstrings.
+* Accessing persistence diagrams in degrees that are empty should give
+ an empty list rather than throw an exception.
+* Both terms "persistence diagram" and "barcode" are used. Pick one to
+ make function names more guessable.
+* Allow overriding temporary file directory.
+
+Feedback
+-----
+
+Feedback, bug reports and feature requests are happily taken,
+preferably by [e-mail](gard.spreemann@epfl.ch).
Use