Skip to content

Commit

Permalink
Merge pull request mims-harvard#84 from mims-harvard/kexin_dev
Browse files Browse the repository at this point in the history
0.2.0 release
  • Loading branch information
kexinhuang12345 committed May 24, 2021
2 parents b0e6eaa + 554a033 commit 7f50de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ TDC is an open-source initiative. To get involved, check out the [Contribution G


## Updates
- `0.2.0`: Release docking molecule generation benchmark! Checkout [here](https://tdcommons.ai/benchmark/docking_group/overview/)!
- `0.1.9`: Support molecule filters! Checkout [here](https://tdcommons.ai//functions/data_process/#molecule-filters)!
- `0.1.8`: Streamlined and simplified the leaderboard programming frameworks! Now, you can submit a result for a single dataset! Checkout [here](https://tdcommons.ai/benchmark/overview/)!
- TDC white paper is alive on [arXiv](https://arxiv.org/abs/2102.09548)!
Expand Down
2 changes: 1 addition & 1 deletion tdc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = '0.1.9' # pragma: no cover
__version__ = '0.2.0' # pragma: no cover

0 comments on commit 7f50de7

Please sign in to comment.