File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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 ` .
You can’t perform that action at this time.
0 commit comments