Skip to content

Commit 92673ea

Browse files
chore: bump version 0.2.3
1 parent 1149681 commit 92673ea

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.3] - 2026-03-17
11+
12+
### Added
13+
- `phi research` now accepts `--dataset_id` (underscore) as an alias for `--dataset-id` — consistent with all other commands
14+
- `phi notes` command implemented: fetches and displays accumulated research notes for a dataset
15+
16+
### Changed
17+
- `phi design` (`rfdiffusion3`) and `phi boltzgen` no longer appear in `phi --help` or usage line — they remain accessible internally via `DYNO_ENABLE_DESIGN=1`
18+
19+
### Fixed
20+
- Missing imports (`_request`, `PhiApiError`, `Panel`, `Markdown`, `_C_BLUE`, `_C_SAND`, `json`) in `phi notes` command
21+
- mypy `Cannot assign to a method` error replaced with a proper `_FilteredSubParsersAction` subclass
22+
1023
## [0.2.2] - 2026-03-17
1124

1225
### Added

src/phi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.2"
1+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)