[go: nahoru, domu]

Skip to content

Commit

Permalink
Update version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mimischi committed Apr 8, 2018
1 parent 678836e commit d3e1fc1
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 7 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,31 @@ to update this file automatically for each release.

.. towncrier release notes start
MDBenchmark 1.3.0 (2018-04-08)
==============================

Features
--------

- Add functionality to perform benchmarks with NAMD. (#29)
- Consolidated internal API to output messages to the console. (#42)
- Module name is now validated against available modules on host. Can be
skipped with `--skip-validation`. (#49)


Bugfixes
--------

- The option ``--min-nodes`` needs to be bigger than ``--max-nodes``. (#46)
- Fixed edge-case in input filename parsing. (#54)


Misc
----

- Fixed display of the number of benchmarks to-be generated. (#46)


MDBenchmark 1.2.0 (2018-02-19)
==============================

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/42.feature

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/46.misc

This file was deleted.

1 change: 0 additions & 1 deletion changelog/49.feature

This file was deleted.

1 change: 0 additions & 1 deletion changelog/54.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.2.0'
__version__ = '1.3.0'

0 comments on commit d3e1fc1

Please sign in to comment.