Skip to content

Commit afee19f

Browse files
github-actions[bot]PaulHax
authored andcommitted
chore(main): release 0.4.0
1 parent f081001 commit afee19f

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/PaulHax/align-browser/compare/v0.3.0...v0.4.0) (2025-07-17)
4+
5+
6+
### Features
7+
8+
* make scores.json optional in experiment processing ([c45b0fa](https://github.com/PaulHax/align-browser/commit/c45b0faef796d4afea05177065461b4a95a9e78e))
9+
* support eval files ([37ba5e8](https://github.com/PaulHax/align-browser/commit/37ba5e80595061b04dcb6827c978342e88cf79e2))
10+
11+
12+
### Bug Fixes
13+
14+
* avoid KDMAs in run variants ([3b2bf0b](https://github.com/PaulHax/align-browser/commit/3b2bf0b615e792417b78bb18366aa6387a69ea85))
15+
* avoid run variants messing up chaning ADMs ([17c838f](https://github.com/PaulHax/align-browser/commit/17c838fd4f5444f0e0e1c8b38874f4dff31b708d))
16+
* improve run variant handling and scenario-based filtering ([f081001](https://github.com/PaulHax/align-browser/commit/f08100190b7526753d2f797267128bf23d5000b4))
17+
* run variant dropdown persistence and parameter validation ([1765988](https://github.com/PaulHax/align-browser/commit/176598852f6a297b57f98a2106e7c5dc576ac349))
18+
* validate KDMA configuration after scenario changes ([4c6677c](https://github.com/PaulHax/align-browser/commit/4c6677cc1f53939adc349d90ce304f64abf1cada))
19+
320
## [0.3.0](https://github.com/PaulHax/align-browser/compare/v0.2.1...v0.3.0) (2025-07-15)
421

522

align_browser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Align Browser - Static web application for visualizing align-system experiment results."""
22

3-
__version__ = "0.3.0"
3+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)