Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Release 1.2.0 #39

Merged
merged 1 commit into from
Feb 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'