Skip to content

Commit 65dc01f

Browse files
committed
v0.1.7 and readme
1 parent 364c0cf commit 65dc01f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See the [List of Supported Models](#list-of-supported-models) section for all av
3333
conda activate torch_molecule
3434
```
3535

36-
2. **Install using pip (v0.1.3)**:
36+
2. **Install using pip**:
3737
```bash
3838
pip install torch-molecule
3939
```
@@ -58,6 +58,7 @@ See the [List of Supported Models](#list-of-supported-models) section for all av
5858
| HFPretrainedMolecularEncoder | transformers |
5959
| BFGNNMolecularPredictor | torch-scatter |
6060
| GRINMolecularPredictor | torch-scatter |
61+
| GRINMolecularPredictor (if enable `repetition_augmentation=True`) | CombineMols |
6162

6263
**For models that require `torch-scatter`**: Install using the following command: `pip install torch-scatter -f https://data.pyg.org/whl/torch-${TORCH}+${CUDA}.html`, e.g.,
6364

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'torch-molecule'
1010
copyright = '2025, Gang Liu'
1111
author = 'Gang Liu'
12-
release = '(0.1.5)'
12+
release = '(0.1.7)'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

torch_molecule/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.6.post1"
1+
__version__ = "0.1.7"
22

33
"""
44
predictor module

0 commit comments

Comments
 (0)