File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
### 0.2.0 - 07/04/2024
2
9
3
10
- Added P2Rank as a new binding site prediction method available to use with AutoDock-Vina
Original file line number Diff line number Diff line change 9
9
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
10
10
project = "PoseBench"
11
11
author = "Alex Morehead"
12
- release = "0.2 .0"
12
+ release = "0.3 .0"
13
13
copyright = f"{ datetime .datetime .now ().year } , { author } "
14
14
15
15
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = "PoseBench" ,
7
- version = "0.2 .0" ,
7
+ version = "0.3 .0" ,
8
8
description = "Comprehensive benchmarking of protein-ligand structure generation methods" ,
9
9
author = "Alex Morehead" ,
10
10
author_email = "acmwhb@umsystem.edu" ,
You can’t perform that action at this time.
0 commit comments