Skip to content

Latest commit

 

History

History
273 lines (161 loc) · 9.24 KB

File metadata and controls

273 lines (161 loc) · 9.24 KB

CHANGELOG

v0.7.1 (2025-04-24)

Bug Fixes

  • ui: Change correct column on run number selection (26cc9cc)

Refactoring

  • adm_core: More readable get_dataset_decider_configs (6e05d3a)

v0.7.0 (2025-04-15)

Bug Fixes

  • Kaleido gets continuous value kdma (daea766)

Documentation

  • readme: Add interaction flow and benefits (c3d07ab)

Features

  • Show alignment attribute description (05463d8)

  • prompt: Show alignment target descriptions in prompt (74aff16)

Refactoring

  • prompt: Put attribute id arg first (2130bd9)

v0.6.1 (2025-04-10)

Bug Fixes

  • pyproject: Point to align-system branch with kaleido changes (b4c6460)

v0.6.0 (2025-04-09)

Bug Fixes

  • adm_core: Remove baseline from kaleido config (51dcfad)

  • adm_core: Try to cleanup kaleido (8e20070)

Features

  • Add run picking select in columns (dd41c84)

v0.5.0 (2025-04-08)

Bug Fixes

  • adm_core: Limit kaleido alignment attributes to 1 (79fda7d)

Chores

  • README: Fix dev poetry install command (941d498)

Features

  • adm_core: Make system prompt for kaleido (d0d711b)

Refactoring

  • adm_core: Pull decider configs from datasets (ad2998e)

v0.4.2 (2025-04-04)

Bug Fixes

  • Point to working align-system (2d54041)

Switch to using poetry

v0.4.1 (2025-04-02)

Bug Fixes

  • adm_core: Remove options from opinionqa scenario (8bb2c77)

Chores

  • pyproject: Set align-system to tag 0.5.7 (5ef202a)

v0.4.0 (2025-04-02)

Bug Fixes

  • adm_core: Call kaleido correctly (bbabffd)

Features

  • prompt: Validate prompt when kaleido selected (bab1e15)

v0.3.0 (2025-03-28)

Features

v0.2.0 (2025-03-21)

Bug Fixes

  • adm_core: Filter choices (dc8fd76)

  • adm_core: Set backbone on instance (94953ec)

  • ui: Keep panel title from overflowing (424b56c)

Features

  • Add characters to scenario ui (66625ed)

  • ui: Better typography and decision maker order (026bc59)

  • ui: Put prompt input in right column (f64b4c0)

  • ui: Side by side comparsion layout (e9e6d66)

Refactoring

  • ui: Break rows into classes (11860b0)

v0.1.0 (2025-03-15)

Bug Fixes

  • multiprocess_decider: Free gpu memory before recreating (3b7c4d9)

Chores

  • test_and_release: Target main branch and python 3.10 (9f3354d)

Documentation

  • Convert README and CONTRIBUTING to markdown (6f93b0b)

Features

  • Add alignment target parameter (3490772)

  • Add decision maker parameter (57917ac)

  • Add select input for scenario (78e3eb1)

  • Add waiting for decision spinner (1cb683f)

  • Avoid snake case in UI (1895b84)

Closes #15

https://github.com/Kitware/trame-cookiecutter

  • Output layout with expansion panels (ebf28e1)

  • Remove vtk window and setup hot reload (a5b2f86)

Cleans some boilerplate and sets up trame's hot reload dev hack. Run align-app --hot-reload and a reload button appears for quick GUI tweaks.

  • Seed prompt with default (47f3f79)

  • Support multiple alignment targets (f97e4e6)

  • ui: Chat layout (fc848e8)

  • ui: Match alignment card position for input and output (3567137)

  • ui: Prompt input always at bottom (9b5f95c)

  • ui: Put Decision in same ExpansionPanels as Prompt (ee4a1b1)

Refactoring

  • Run align system in subprocess (8c2513f)

closes #5

  • Use align_system ADM (d6227fc)

  • Use common get_id func (6bcc001)

  • decider: Retain essential prompt and decision code (991c944)