Skip to content

Commit

Permalink
Release 1.2.0 (PR #39)
Browse files Browse the repository at this point in the history
Release 1.2.0
  • Loading branch information
mimischi authored Feb 20, 2018
2 parents ab01816 + d14d1f5 commit 50fdb71
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@
MDBenchmark CHANGELOG
=======================

Do not edit this file directly!
Do not edit this file directly!

MDBenchmark uses `towncrier <https://github.com/hawkowl/towncrier>`_
to update this file automatically for each release.

.. towncrier release notes start
MDBenchmark 1.1.2 (2018-02-01)
MDBenchmark 1.2.0 (2018-02-19)
==============================

Features
--------

- GROMACS .tpr files can now be referenced with and without the file extension. (#32)


Bugfixes
--------

- fixed crash during analyze, if some simulations have not started/finished yet
(#26)
- fixed crash during analyze, if some simulations have not started/finished yet (#26)
- Suppress FutureWarning caused by ``h5py``. (#35)


MDBenchmark 1.1.1 (2018-01-20)
Expand All @@ -26,6 +32,7 @@ Misc
----
- show benchmark png on pypi


MDBenchmark 1.1.0 (2018-01-19)
==============================

Expand Down
1 change: 0 additions & 1 deletion changelog/32.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog/35.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion mdbenchmark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@

from . import analyze, generate, submit

__version__ = '1.1.1'
__version__ = '1.2.0'

0 comments on commit 50fdb71

Please sign in to comment.