Skip to content

Commit 961d203

Browse files
committed
Adding change log
1 parent 30049d1 commit 961d203

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Change log
2+
3+
## v0.6.0
4+
5+
* `offline` and `disabled` replaced with single `mode` flag
6+
7+
## v0.5.0
8+
9+
* Added option to disable all monitoring.
10+
11+
## v0.4.0
12+
13+
* Offline mode added, enabling tracking of simulations running on worker nodes without outgoing network access.
14+
* Argument to `init` enabling runs to be left in the `created` state changed from `status="created"` to `running=True`.
15+
* Improvements to error handling.
16+
17+
## v0.3.0
18+
19+
* Update `add_alert` method to support either metrics or events based alerts.
20+
21+
## v0.2.0
22+
23+
* The previous `Simvue` class has been split into `Run` and `Client`. When creating a run use the new `Run` class rather than `Simvue`.
24+
25+
## v0.1.0
26+
27+
* The previous `Simvue` class has been split into `Run` and `Client`. When creating a run use the new `Run` class rather than `Simvue`.

0 commit comments

Comments
 (0)