Skip to content

Commit 91ba09b

Browse files
committed
Bump version to 0.3.0
1 parent a2af59c commit 91ba09b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.3.0 - 07/07/2024
2+
3+
- Added a notebook for plotting expanded DockGen benchmark results
4+
- Added support for scoring relaxed-protein predictions
5+
- Fixed runtime error for relaxed-protein energy minimization
6+
- Fixed runtime error for compute benchmarking RoseTTAFold-All-Atom predictions
7+
18
### 0.2.0 - 07/04/2024
29

310
- Added P2Rank as a new binding site prediction method available to use with AutoDock-Vina

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1010
project = "PoseBench"
1111
author = "Alex Morehead"
12-
release = "0.2.0"
12+
release = "0.3.0"
1313
copyright = f"{datetime.datetime.now().year}, {author}"
1414

1515
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="PoseBench",
7-
version="0.2.0",
7+
version="0.3.0",
88
description="Comprehensive benchmarking of protein-ligand structure generation methods",
99
author="Alex Morehead",
1010
author_email="acmwhb@umsystem.edu",

0 commit comments

Comments
 (0)