From: Michael Orlitzky Date: Tue, 4 Oct 2011 04:57:42 +0000 (-0400) Subject: Update the README and TODO. X-Git-Tag: 0.0.1~108 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=e8d14e24769eb587c8d0fc6811d1b383f8039d86 Update the README and TODO. --- diff --git a/doc/README b/doc/README index 5799b75..053df22 100644 --- a/doc/README +++ b/doc/README @@ -5,12 +5,6 @@ its documentation. Each of them may in turn have their own dependencies; you should probably just use a package manager to install them. - * Storable Complex - http://hackage.haskell.org/package/storable-complex - - * hMatrix - http://perception.inf.um.es/hmatrix/ - * DocTest https://github.com/sol/doctest-haskell diff --git a/doc/TODO b/doc/TODO index 73b79b0..b6bf918 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,10 +1,3 @@ -* Add the rest of the edge incidence tests. Make sure it works across - cubes, too. - -* Add the section (2.9) tests. - -* Figure out why the section (2.5) c_ijk1 identity is failing. - * Use distribution combinators[1] to get rid of the orphan instance warnings.