Skip to content

Commit e731216

Browse files
committed
UPDATE changelog
1 parent f331af9 commit e731216

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 1.2.0
2+
3+
## Bug fixes
4+
5+
* Fix tooltips sometimes not showing
6+
* Fix docu-build
7+
* Fix logging (was printing sometimes)
8+
* Fix bug in reading in configuration in CSV-data
9+
10+
## Major changes
11+
12+
* Change internal structure from cave-in-cave to proper data-handling using a RunsContainer with individual ConfiguratorRuns (per budget/parallel-run combination)
13+
* Add options-file in .ini format to increase flexibility on default options (and technically enable using options-file for CAVE, though not supported by cmdline yet, only in python/jupyter)
14+
* Make the `--folders`-cmd line argument positional (though the keyword `--folders` is still supported)
15+
* Enable automatic file-format detection (`--file_format`-cmd line argument still supported)
16+
17+
## Minor changes
18+
19+
* Add whitebox-tests and script to execute all examples
20+
* Add exceptions for Deactivated and NotApplicable errors and load a lot more work onto BaseAnalyzer
21+
122
# 1.1.8
223

324
## Bug fixes

0 commit comments

Comments
 (0)