Skip to content

Commit fcf3cbd

Browse files
committed
Release v1.0.1: Add Thrombin integration tests and PyPI
publishing
1 parent 79eae91 commit fcf3cbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TACTICS: Thompson Sampling-Assisted Chemical Targeting and Iterative Compound Selection for Drug Discovery
22

33
<p align="center">
4-
<img src="docs/source/_static/images/TACTICS_logo.png" alt="TACTICS Logo" width="600">
4+
<img src="https://raw.githubusercontent.com/aakankschit/TACTICS/main/docs/source/_static/images/TACTICS_logo.png" alt="TACTICS Logo" width="600">
55
</p>
66

77
A comprehensive library for Thompson Sampling-based optimization of chemical combinatorial libraries, featuring a unified architecture with flexible strategy selection, modern Pydantic configuration, and preset configurations for out-of-the-box usage.
@@ -14,7 +14,7 @@ For full documentation, see the [TACTICS Documentation](https://aakankschit.gith
1414
### Installation
1515

1616
```bash
17-
pip install TACTICS[tutorials] # Includes marimo
17+
pip install chem-tactics[tutorials] # Includes marimo
1818
```
1919

2020
### Running Tutorials

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ requires = ["setuptools >= 77.0.3"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "TACTICS"
7-
version = "1.0.0"
6+
name = "chem-tactics"
7+
version = "1.0.1"
88
description = "Thompson Sampling-Assisted Chemical Targeting and Iterative Compound Selection for Drug Discovery"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)