v0.1.4, 2015-06-17
	Corrected Python 2/3 incompatibility.
	Added InputStrategy and tester (and Controller.ping() method)

v0.1.3, 2015-06-15
	Refactored BaseWorkerThread out of BasicWorkerThread
	Added ProcessWorkerThread
	Added ChaosMonkey tester
	Corrections to FixedSampleStrategy in case of killed fevals
	Added test_process_controller test case

v0.1.2, 2015-05-13
	Changes for compatibility with both Python 2 and Python 3
	Corrected testers

v0.1.1, 2014-07-04
        Replaced SimThreadController with SimTeamController
        Added RetryStrategy to manage point resubmission
        Added CoroutineBatchStrategy
        Made daemonization of ThreadStrategy optional
        Added MultiStartStrategy

v0.1.0, 2014-04-02 -- Initial release
