Skip to content

Commit 97a9e48

Browse files
committed
Update CHANGELOG.md for Bug#206: Add new features and fixes related to configuration-space parsing and performance data cleaning
1 parent 24eb831 commit 97a9e48

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
Notable changes to Sparkle will be documented in this file.
44

5+
## [Unreleased]
6+
7+
### Added
8+
- Broader coverage for configuration-space parsing to guard conditional/forbidden handling regressions. [Bug#206]
9+
10+
### Changed
11+
- Comparison plots now filter out `NaN` points before choosing linear/log scale and rendering. [Bug#206]
12+
- IRACE parameter parsing now accepts categorical values whether they are double-quoted, single-quoted, or unquoted. [Bug#206]
13+
- Membership checks in parsed conditions/forbiddens now normalise single values into lists to ensure matching works as intended. [Bug#206]
14+
15+
### Fixed
16+
- Performance data cleaning now drops `NaN` entries per sub-series and raises if a whole sub-series is `NaN`, avoiding silent failures. [Bug#206]
17+
518
## [0.9.5.1] - 15/10/2025
619

720
### Added

0 commit comments

Comments
 (0)