-------------------
* Added createchallenge stage which is NOT a stage, but a fake stage
that runs the following stages: makedb,import,blast,challengedata. `Issue 92 <https://github.com/drugdata/D3R/issues/92>`_
* Moved logic to setup logging handlers to start of celpprunner.py to remove
no handlers found error for d3r.celpp.util. `Issue 91 <https://github.com/drugdata/D3R/issues/91>`_
* Fixed bug where participant_list.csv could not be parsed if file was
written with carriage return delimiters instead of newlines. `Issue 93 <https://github.com/drugdata/D3R/issues/93>`_
* Cleaned up CELPPade by updating documentation and simplifying variable names
* Version of d3r is now written to 'start' file in each stage/task. `Issue 94 <https://github.com/drugdata/D3R/issues/94>`_