Skip to content

Commit

Permalink
Prepare version 3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksebaz authored Feb 20, 2023
1 parent a0ea75f commit 8413dee
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
3.0.2 (2023-02-20)
==================

Features
--------

- Moved from travis to github-actions (PR 181) (`#181 <https://github.com/bio-phys/MDBenchmark/issues/181>`_)
- Add test to CI to verify distribution with pip. (PR 182) (`#182 <https://github.com/bio-phys/MDBenchmark/issues/182>`_)
- Make scaling projection show optimal scaling. (PR 193) (`#193 <https://github.com/bio-phys/MDBenchmark/issues/193>`_)


Bugfixes
--------

- Pin markupsafe to 2.0.1 to fix incompatibility with jinja2 ^2.10. (PR 184) (`#184 <https://github.com/bio-phys/MDBenchmark/issues/184>`_)
- Fix bug when plotting cpu-/gpu-data only with 'version3-categories'. (PR 192) (`#192 <https://github.com/bio-phys/MDBenchmark/issues/192>`_)
- Don't use deprecated kwarg 'type' in matplotlib.pyplot.savefig. (PR 195) (`#195 <https://github.com/bio-phys/MDBenchmark/issues/195>`_)


3.0.1 (2020-10-09)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = "3.0"
# The full version, including alpha/beta/rc tags.
release = "3.0.1"
release = "3.0.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion mdbenchmark/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
#
# You should have received a copy of the GNU General Public License
# along with MDBenchmark. If not, see <http://www.gnu.org/licenses/>
VERSION = "3.0.1"
VERSION = "3.0.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mdbenchmark"
version = "3.0.1"
version = "3.0.2"
license = "GPL-3.0"
authors = ["Max Linke", "Michael Gecht", "Marc Siggel", "Sebastian Kehl"]
description = "Quickly generate, start and analyze benchmarks for your molecular dynamics simulations."
Expand Down

0 comments on commit 8413dee

Please sign in to comment.