From af0cfb4d108706c6851d108b1af9e3f4353ff767 Mon Sep 17 00:00:00 2001 From: Michael Robinson Date: Tue, 30 Oct 2018 10:48:45 -0400 Subject: [PATCH] Delete TODO.rst --- TODO.rst | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 TODO.rst diff --git a/TODO.rst b/TODO.rst deleted file mode 100644 index 7a787e4..0000000 --- a/TODO.rst +++ /dev/null @@ -1,20 +0,0 @@ -PySheaf master tasks list: -========================== - -1. Implement maximal local sections algorithm as a method in `Sheaf`. See ``_ - -2. Finish implementing and testing local homology for cell complexes: - - a. `CellComplex.inducedMapLocalHomology()` - - b. Clean up `CellComplex.localPairComplex()` - -3. Finish implementing and testing `AmbiguitySheaf` - -4. Replace list semantics throughout with dictionaries. Especially where random accesses are important, for instance in - - a. `CellComplex` - - b. `Sheaf` - -5. Generalize `inducedMap` to handle categories other than finite dimensional vector spaces