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+
18### 0.2.0 - 07/04/2024
29
310- 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 99# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1010project = "PoseBench"
1111author = "Alex Morehead"
12- release = "0.2 .0"
12+ release = "0.3 .0"
1313copyright = f"{ datetime .datetime .now ().year } , { author } "
1414
1515# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 44
55setup (
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" ,
You can’t perform that action at this time.
0 commit comments