File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## [ v2.0.0-alpha2] ( https://github.com/simvue-io/client/releases/tag/v2.0.0a2 ) - 2025-02-27
4
+ * Removed 'no config file' and 'unstaged changes' warnings from Offline mode as they do not apply
5
+ * Made ` staging_check ` not apply in Offline mode
6
+ * Added heartbeat functionality to Offline mode
7
+ * Moved away from ` FlatDict ` module for metadata collection, fixes Simvue in Jupyter notebooks
8
+ * Fixed ` reconnect() ` by setting ` read_only ` to False and added tests
9
+ * Fixed resource metrics collection to return measurement on startup and use short interval for more accurate measurements
10
+ * Fixed ` set_pid ` so that resource metrics are also collected for child processes of it
11
+ * Improved sender by having all cached files read at start and lock file so only one sender runs at once
12
+ * Added ` name ` option in ` log_alert ` and added tests
13
+ * Fixed client ` get_alerts ` and improved tests
14
+ * Removed all server config checks in Offline mode
15
+
3
16
## [ v2.0.0-alpha1] ( https://github.com/simvue-io/client/releases/tag/v2.0.0a1 ) - 2025-02-19
4
17
* Fixed ` add_alerts ` so that it now works with both IDs and names
5
18
* Improved alert and folder deduplication methods to rely on 409 responses from server upon creation
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ keywords:
42
42
- alerting
43
43
- simulation
44
44
license : Apache-2.0
45
- commit : 124b2993d91dbff2e475aa972916b11e7bd02fa4
46
- version : 2.0.0a1
47
- date-released : ' 2025-02-19 '
45
+ commit : 83b9144abd2092d4be304bf742d72a249ad1d8ff
46
+ version : 2.0.0a2
47
+ date-released : ' 2025-02-27 '
48
48
references :
49
49
- title : mlco2/codecarbon
50
50
version : v2.8.2
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " simvue"
3
- version = " 2.0.0a1 "
3
+ version = " 2.0.0a2 "
4
4
description = " Simulation tracking and monitoring"
5
5
authors = [
6
6
{
name =
" Simvue Development Team" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments