==================
Features
--------
- Updated plotting interface. ``mdbenchmark analyze --plot`` is not deprecated. Use ``mdbenchmark plot`` instead.
The new workflow for plotting data is as follows:
1) Use ``mdbenchmark analyze --save-csv results.csv`` to generate a CSV output file.
2) Use ``mdbenchmark plot --csv results.csv`` to plot the data.
Consult ``mdbenchmark <command> --help`` for options to filter your data accordingly. (`52 <https://github.com/bio-phys/MDBenchmark/issues/52>`_)
- ``mdbenchmark generate`` now accepts ``--cpu`` / ``--no-cpu`` and ``--gpu`` / ``--no-gpu``. The default is ``--cpu`` and ``--no-gpu``. (`69 <https://github.com/bio-phys/MDBenchmark/issues/69>`_)
- Added user prompts to ``mdbenchmark generate`` and ``mdbenchmark submit``. (`90 <https://github.com/bio-phys/MDBenchmark/issues/90>`_)
- Added ``--yes`` flag to ``mdbenchmark generate`` and ``mdbenchmark submit`` to bypass user prompt. (`90 <https://github.com/bio-phys/MDBenchmark/issues/90>`_)
- Added ``-nc`` and ``-ng`` options to ``mdbenchmark generate``. These are short hand for ``--no-cpu`` and ``--no-gpu``, respectively. (`93 <https://github.com/bio-phys/MDBenchmark/issues/93>`_)
- Added template for MPCDF cluster ``cobra``. (`104 <https://github.com/bio-phys/MDBenchmark/issues/104>`_)
- Added ``--template`` and ``-t`` option to ``mdbenchmark generate``, to specify a job template. The ``--host`` option still works. (`106 <https://github.com/bio-phys/MDBenchmark/issues/106>`_)
- Standarize the CLI options across all ``mdbenchmark`` calls. (`107 <https://github.com/bio-phys/MDBenchmark/issues/107>`_)
- Added ``mdbenchmark plot --dpi`` option to change the plot DPI. (`108 <https://github.com/bio-phys/MDBenchmark/issues/108>`_)
- Added ``mdbenchmark plot --font-size`` to change the plot font size. (`108 <https://github.com/bio-phys/MDBenchmark/issues/108>`_)
- Linear scaling fit can now be hidden with ``--no-fit``. (`108 <https://github.com/bio-phys/MDBenchmark/issues/108>`_)
- Updated ``ylim``, ``xtick`` and ``ytick`` defaults. The steps for ``xtick`` can be overwritten with ``mdbenchmark plot --xtick-step``. (`108 <https://github.com/bio-phys/MDBenchmark/issues/108>`_)
- Added a watermark in the top left corner for every plot. Can be easiliy disabled with ``mdbenchmark plot --no-watermark``. (`108 <https://github.com/bio-phys/MDBenchmark/issues/108>`_)
- ``mdbenchmark analyze`` no longer writes CSV files by default. ``--save-csv`` flag added to write csv files. (`119 <https://github.com/bio-phys/MDBenchmark/issues/119>`_)
- Added ``mdbenchmark generate --job-name`` to change the job name submitted to the queuing system. (`125 <https://github.com/bio-phys/MDBenchmark/issues/125>`_)
Bugfixes
--------
- Fixed a bug where benchmark creation with files ending in ``.namd`` did not work. (`124 <https://github.com/bio-phys/MDBenchmark/issues/124>`_)
- Fixed a bug where benchmark creation would fail when the input file was not in the current directory. (`124 <https://github.com/bio-phys/MDBenchmark/issues/124>`_)
Misc
----
- Replaced ``mdsynthesis`` with ``datreant`` and upgraded to the new ``datreant>=1.0`` format. (`110 <https://github.com/bio-phys/MDBenchmark/issues/110>`_)