-------------------
Added
~~~~~
* The command-line option ``--seeds-file`` for passing seed numbers
to Seq-Gen. This option allows the user to exactly repeat simulations.
* The command-line option ``--commands-file`` for outputting Seq-Gen commands
to a file (replaces the ``-c`` option).
Changed
~~~~~~~
* The `pandas <http://pandas.pydata.org>`_ library is no longer required.
* The principles of `Semantic Versioning <http://semver.org/>`_ will be
followed for new releases.
Removed
~~~~~~~
* The command-line ``-c`` option for writing Seq-Gen commands to a file
(replaced by the ``--commands-file`` option).
`View commits <https://github.com/jmenglund/predsim/compare/v0.1.1...v0.2.0>`_