Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2] - 2026-03-17

### Added
- `phi tutorial` — downloads example PD-L1 binder structures from the API and prints a step-by-step scoring walkthrough

### Fixed
- GCS internal paths (`gs://...`) no longer shown in status output, research notes, or `phi fetch` results
- `phi design` / `phi boltzgen` feature-flagged behind `DYNO_ENABLE_DESIGN=1` env var
- macOS SSL certificate error when downloading tutorial files via signed URLs

## [0.2.0] - 2026-03-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion CLI-REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Submit and monitor computational biology jobs, manage datasets, run structure
prediction and inverse-folding pipelines, and download results — all from your
terminal.

**Version:** 0.2.0 · **Package:** `dyno-phi` · **Requires:** Python ≥ 3.9
**Version:** 0.2.2 · **Package:** `dyno-phi` · **Requires:** Python ≥ 3.9

---

Expand Down
2 changes: 1 addition & 1 deletion src/phi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.2.2"
Loading