Skip to content

Commit 8682145

Browse files
committed
docs: Update changelog for v0.1.1
1 parent 844b478 commit 8682145

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to Polysome will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.1] - 2025-12-23
9+
10+
### Changed
11+
- **Renamed Package**: Canonical name changed from `Polysome` to `polysome` (lowercase) for consistency with Python standards.
12+
- **GUI Integration**: Prompt Editor is now integrated into the CLI via `polysome-gui`.
13+
- **Dependency Structure**: Introduced `[ui]` extra for minimal GUI install and `[all]` for full engine support.
14+
- **Default Model**: Updated example templates to use `google/gemma-3-4b-it`.
15+
16+
### Fixed
17+
- **Jinja2 Syntax**: Corrected variable interpolation syntax in prompt templates.
18+
- **Workflow Error Handling**: Improved `Workflow.run` to correctly report node failures.
19+
- **CLI Scripting**: Fixed Bash arithmetic evaluation in integration test scripts.
20+
821
## [0.1.0] - 2025-12-23
922

1023
### Added
@@ -27,4 +40,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2740
- **Prompt Editor**: Streamlit-based UI for designing and testing prompts (`polysome-prompt-editor`).
2841
- **Documentation**: Comprehensive guides for installation, workflows, prompt engineering, and docker usage.
2942

43+
[0.1.1]: https://github.com/computationalpathologygroup/Polysome/releases/tag/v0.1.1
3044
[0.1.0]: https://github.com/computationalpathologygroup/Polysome/releases/tag/v0.1.0

0 commit comments

Comments
 (0)