Skip to content

Commit d3e1fc1

Browse files
committed
Update version to 1.3.0
1 parent 678836e commit d3e1fc1

File tree

8 files changed

+26
-7
lines changed

8 files changed

+26
-7
lines changed

Diff for: CHANGELOG.rst

+25
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@ to update this file automatically for each release.
99

1010
.. towncrier release notes start
1111
12+
MDBenchmark 1.3.0 (2018-04-08)
13+
==============================
14+
15+
Features
16+
--------
17+
18+
- Add functionality to perform benchmarks with NAMD. (#29)
19+
- Consolidated internal API to output messages to the console. (#42)
20+
- Module name is now validated against available modules on host. Can be
21+
skipped with `--skip-validation`. (#49)
22+
23+
24+
Bugfixes
25+
--------
26+
27+
- The option ``--min-nodes`` needs to be bigger than ``--max-nodes``. (#46)
28+
- Fixed edge-case in input filename parsing. (#54)
29+
30+
31+
Misc
32+
----
33+
34+
- Fixed display of the number of benchmarks to-be generated. (#46)
35+
36+
1237
MDBenchmark 1.2.0 (2018-02-19)
1338
==============================
1439

Diff for: changelog/29.feature

-1
This file was deleted.

Diff for: changelog/42.feature

-1
This file was deleted.

Diff for: changelog/46.bugfix

-1
This file was deleted.

Diff for: changelog/46.misc

-1
This file was deleted.

Diff for: changelog/49.feature

-1
This file was deleted.

Diff for: changelog/54.bugfix

-1
This file was deleted.

Diff for: mdbenchmark/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
from . import analyze, generate, submit
3131

32-
__version__ = '1.2.0'
32+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)