File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## [ v2.0.0-alpha0] ( https://github.com/simvue-io/client/releases/tag/v2.0.0a1 ) - 2025-02-19
4
+ * Fixed ` add_alerts ` so that it now works with both IDs and names
5
+ * Improved alert and folder deduplication methods to rely on 409 responses from server upon creation
6
+ * Added ` attach_to_run ` option to create alerts methods so that alerts can be created without a run attached
7
+ * Improved merging of local staging file and _ staged dict using ` deepmerge ` - fixes bugs with tags, alerts and metadata in offline mode
8
+ * Added ` started ` , ` created ` and ` ended ` timestamps to runs in offline mode
9
+ * Remove all erronous server calls in offline mode
10
+ * Fixed method to find simvue.toml config files, now just looks in cwd and home
11
+ * Added run notification option to ` run.init ` so that users can now get emails upon their runs completing
12
+ * Fixed artifact retrieval by run so that ` category ` parameter works correctly
13
+ * Fixed bug where file artifacts wouldn't be saved correctly in offline mode if sender runs in different location to script
14
+ * Fixed bug where DEBUG log messages were spamming to the console
15
+ * Fixed link to run dashboard printed to the console by removing ` /api `
16
+ * Fixed bug where offline mode wouldn't work if no run name provided
17
+ * Fixed bug where errors would be thrown if a traceback was logged as an event when a run was already terminated
18
+ * Fixed hierarchical artifact retrieval to maintain directory structure
19
+ * Loosened Numpy requirement to >2.0.0
20
+
3
21
## [ v2.0.0-alpha0] ( https://github.com/simvue-io/client/releases/tag/v2.0.0a0 ) - 2025-02-10
4
22
5
23
* Add support for defining Simvue run defaults using ` tool.simvue ` in a project ` pyproject.toml ` file.
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ keywords:
43
43
- simulation
44
44
license : Apache-2.0
45
45
commit : 5aaebe682d7ec2f80fefc3eb2a8a26f5bdca1e0c
46
- version : 2.0.0a0
47
- date-released : ' 2025-02-11 '
46
+ version : 2.0.0a1
47
+ date-released : ' 2025-02-19 '
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.0a0 "
3
+ version = " 2.0.0a1 "
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