diff --git a/TODO.md b/TODO.md index 7becfc917..ea11d3071 100644 --- a/TODO.md +++ b/TODO.md @@ -5,8 +5,6 @@ - Integrate flake8-docstrings (add 'docstring-convention = numpy' in [flake8] section of .flake8 file) -- Build and deploy dev documentation for non-tag merges to master - - **Improve test coverage** - Manifolds: @@ -23,7 +21,6 @@ - autodiff/_autograd: fix product manifold when one or more of the manifolds is FixedRankEmbedded - Misc: - - get rid of py2k super(Bla, self).__meth__() calls - always use "".format rather than "%s" % "bla" - set up pre-commit hook to run flake8 tests (also add this to contrib.md) - drop python 3.5 support so we can switch to f-strings