From 4b23ed0527d4bff6ab94389bd317bf7ff6f68031 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Wed, 29 Jan 2020 12:31:40 +0000 Subject: [PATCH] moved todo file to other place --- TODO.org | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 TODO.org diff --git a/TODO.org b/TODO.org deleted file mode 100644 index 7104038c6..000000000 --- a/TODO.org +++ /dev/null @@ -1,40 +0,0 @@ -* To do list -** Structure: -*** TODO Make sure the structure is logical and clear -*** TODO Follow tutorials on how to properly package the code; -- [ ] https://packaging.python.org/tutorials/packaging-projects/ -- [ ] https://realpython.com/python-modules-packages/ -- [ ] https://python-packaging.readthedocs.io/en/latest/ -- [ ] https://python-packaging-tutorial.readthedocs.io/en/latest/ - -** formatting: -*** TODO Make a routine to automatically format the code using the Black formatter - -** Documentation: -*** TODO Properly set up the doc generation -*** TODO Have this on readthedocs. -*** TODO Have the notebook with example on nbviewer - -** Features: -*** Help functionality -**** DONE Add help functionality to the module by calling the binary_c help api - CLOSED: [2019-12-16 Mon 00:20] -**** TODO Add help_all functionality: to have binary_c return the whole set of parameter descriptions - -*** Floors Stroopwafel -**** TODO Implement the code that FLoor will provide -**** TODO Implement options to run a population with AIS - -*** Parallelization -**** TODO Look into ways of parallelizing the code to generate populations. - -*** Populations -**** TODO Set up a multiprocessing routine (like joblib) to be able to run populations -**** TODO Allow custom parse functions -**** TODO Make example of how to write a custom logging function that logs once and then quits the sim - -** Compare to other codes -*** TODO Compare to HOKI -*** TODO COmpare to SEBA -*** TODO Compare to COSMIC -*** TODO FSPS -- GitLab