@@ -9,20 +9,29 @@ to update this file automatically for each release.
99
1010.. towncrier release notes start
1111
12+ MDBenchmark 1.3.3 (2018-09-24)
13+ ==============================
14+
15+ Bugfixes
16+ --------
17+
18+ - Fixed a bug where the user was unable to call ``mdbenchmark analyze --plot ``. (#86)
19+
20+
1221MDBenchmark 1.3.2 (2018-07-20)
1322==============================
1423
1524Bugfixes
1625--------
1726
18- - We now print all rows when running `mdbenchmark analyze `. (#68)
27+ - We now print all rows when running `` mdbenchmark analyze ` `. (#68)
1928- Suppress UserWarning caused by ``MDAnalysis==0.18 ``. (#71)
2029
2130
2231Misc
2332----
2433
25- - Added new error message when running `mdbenchmark generate [...] --skip-validation ` without providing a supported MD engine. (#74)
34+ - Added new error message when running `` mdbenchmark generate [...] --skip-validation ` ` without providing a supported MD engine. (#74)
2635
2736
2837MDBenchmark 1.3.1 (2018-05-17)
@@ -36,7 +45,7 @@ Bugfixes
3645
3746Misc
3847----
39- - Consolidate common functions from `mdengines.gromacs ` and `mdengines.namd ` into `mdengines.utils `, removing code duplication. (#57)
48+ - Consolidate common functions from `` mdengines.gromacs `` and `` mdengines.namd `` into `` mdengines.utils ` `, removing code duplication. (#57)
4049- Refactor unit tests. Make everything more concise and use some more pytest functionality. (#58)
4150
4251
@@ -49,7 +58,7 @@ Features
4958- Add functionality to perform benchmarks with NAMD. (#29)
5059- Consolidated internal API to output messages to the console. (#42)
5160- Module name is now validated against available modules on host. Can be
52- skipped with `--skip-validation `. (#49)
61+ skipped with `` --skip-validation ` `. (#49)
5362
5463
5564Bugfixes
0 commit comments