Version 0.9.1

Version 0.8.2 2016-12-02

   - Changed scale of timing metadata from milliseconds to seconds 
   - Replaced generated doc/conf.py with a static file
   - Added creation of HTML doc ZIP file
   
Version 0.8.1 2016-11-01

   - Added cancellation of pending results to ClusterLab
   - Added Sphinx API documentation
   - Converted class and method docstrings to Sphinx
   - Made labs treat string parameters as single values, not iterables 

Version 0.7.1 2016-08-30

   - Added Lab.dataframe() method to save going to the notebook
   - Added updateResults() at Lab level, removed now-unnecessary
     overriding at ClusterLab level
   - Optimised updateResults() to grab all completed pending results
     in a single network transaction
   - Added global wait() to ClusterLab, coding around the
     ipyparallel.Client code's wait() method (which can't be used
     directly -- see notes in the method)

Version 0.6.2 2016-08-23

   - Oops, forgot to fix one of the changed method names....
   
Version 0.6.1 2016-08-23

   - Refactored experiment combinators
   - Fixed summarisation of non-list-returning experiments

Version 0.5.1

   - Some refactoring
   - Improved exception-handling
   - Fixed integration with JSON persistence

Version 0.4.1 2016-08-12

   - Changed notebooks to keep lists of results for each point in
     their parameter space
   - Improved handling of pending results
   - Allowed addition of lists of results, and experiments that return
     lists of results
   - Made all the classes "new style", based on object
   - Changed Experiment metadata to use datetime objects
   - Added Python datetime <-> ISO datetime string handling to JSON
     notebooks
   - Improved notebook persistence tests
   - Refactored repeated experiments to separate repetition and
     summarisation

Version 0.3.1 2016-07-29

   - Made parameter spaces of a single point work properly
   - Re-wrote Experiment to clean up the logic and allow better
     repetition 

Version 0.2.1 2016-07-28

   - Test suite skips cluster tests if there isn't one running
   - Added repeated experiment combinator
   - Removed SQL-backed notebooks for the time being, until finished

Version 0.1.1 2016-07-15

   - Initial experiment, lab, and notebook implementations
   - Cluster labs
   - Test suite
   - Persistent notebooks to JSON; SQLite outlined but not working
   
