Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Krebs committed Jan 3, 2024
1 parent d56b82f commit 1e75d3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Version 1.1.4
# Version 1.2

## Plugins
- Add symbolic explanations plugin.

## Enhancements
- Fix lower bounds of dependency versions.
- Update author email.
- Add exit button which first deletes running jobs and then terminates DeepCave.
- Nicer handling of Keyboard Interrupt.
- Disable debug mode.

## Bug-Fixes
- Don't convert BOHB runs with status 'running' (consistent with SMAC).
Expand Down
3 changes: 1 addition & 2 deletions deepcave/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ def main() -> None:
try:
app.run(execute)
except KeyboardInterrupt:
print('KeyboardInterrupt')
os._exit(130)
exit("KeyboardInterrupt.")

0 comments on commit 1e75d3c

Please sign in to comment.