##// END OF EJS Templates
Edits to the development roadmap.
Brian Granger -
Show More
@@ -16,22 +16,30 b' Release 0.10'
16 16
17 17 * Better TextMate integration.
18 18
19 * Merge in the daemon branch.
20
19 21 Release 0.11
20 22 ------------
21 23
22 * Refactor of configuration system and command line options for
24 * Refactor the configuration system and command line options for
23 25 :command:`ipengine` and :command:`ipcontroller`. This will include the
24 26 creation of cluster directories that encapsulate all the configuration
25 27 files, log files and security related files for a particular cluster.
26 28
27 * Merge in the daemon branch.
29 * Refactor :command:`ipcluster` to support the new configuration system.
30
31 * Refactor the daemon stuff to support the new configuration system.
28 32
29 33 * Merge back in the core of the notebook.
30 34
31 35 Release 0.12
32 36 ------------
33 37
34 * Integrate process startup with the daemons for full process management.
38 * Fully integrate process startup with the daemons for full process
39 management.
40
41 * Make the capabilites of :command:`ipcluster` available from simple Python
42 classes.
35 43
36 44 Major areas of work
37 45 ===================
General Comments 0
You need to be logged in to leave comments. Login now