From f95c4cd479caabf54d425b3f62901f977098abe0 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 22 Mar 2016 16:14:10 +0100 Subject: Initial commit with basic stuff from messy scripts. --- README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..7bb5c22 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +Introduction +===== + +This package is a cleaned up subset of the hogdepodge of the Python +glue that I regularly use to massage data into and out of persistent +homology and other TDA computations. It does *not* compute anything +itself, and exists primarily to marshal data into and out of the +formats used by the excellent [DIPHA](https://github.com/DIPHA/dipha) +software, in order to make it easier to pre- and post-process data in +Python. + +Caveats +----- + +I decided to clean up and release a subset of these scripts to make +life slightly easier for those who compute persistent homology and +prefer to manipulate data in Python. The scripts come with the +following caveats: + +- The scripts were too messy to release as they were, and the cleaning + up process means that this is now essentially untested software + again. Beware. + +- There is nothing of substance here. This is just glue around + [DIPHA](https://github.com/DIPHA/dipha). + +- I use Python as modern Perl, and my experience with it is limited to + quickly manipulating data without too much thought for writing + structured software. Beware. + +- I make no attempt to accurately reflect the full capabilities of + [DIPHA](https://github.com/DIPHA/dipha). + +- 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 +===== + +FIXME. + + +Use +===== + +FIXME. -- cgit v1.2.3