File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.5.0 (2025-04-08)
5+
6+ ### Bug Fixes
7+
8+ - ** adm_core** : Limit kaleido alignment attributes to 1
9+ ([ ` 79fda7d ` ] ( https://github.com/ITM-Kitware/align-app/commit/79fda7d077f42d21c7eba4e313985bc9c5738e3a ) )
10+
11+ ### Chores
12+
13+ - ** README** : Fix dev poetry install command
14+ ([ ` 941d498 ` ] ( https://github.com/ITM-Kitware/align-app/commit/941d498d029e3f4f587652ce5d56be21673d4602 ) )
15+
16+ ### Features
17+
18+ - ** adm_core** : Make system prompt for kaleido
19+ ([ ` d0d711b ` ] ( https://github.com/ITM-Kitware/align-app/commit/d0d711bd722095e94dd898bd6b5bcce5cbe8fcac ) )
20+
21+ ### Refactoring
22+
23+ - ** adm_core** : Pull decider configs from datasets
24+ ([ ` ad2998e ` ] ( https://github.com/ITM-Kitware/align-app/commit/ad2998e663f8c46a2b77e326ed6f107fa2e138ba ) )
25+
26+
427## v0.4.2 (2025-04-04)
528
629### Bug Fixes
Original file line number Diff line number Diff line change 1- __version__ = "0.4.2 "
1+ __version__ = "0.5.0 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " align-app"
7- version = " 0.4.2 "
7+ version = " 0.5.0 "
88description = " Web app showcasing an AI system designed to make decisions in scenarios where no single right answer exists."
99authors = [" Paul Elliott" ]
1010license = " Apache Software License"
You can’t perform that action at this time.
0 commit comments