File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
- ## Unreleased
3
+ ## [ v2.0.0-alpha0 ] ( https://github.com/simvue-io/client/releases/tag/v2.0.0a0 ) - 2025-02-10
4
4
5
5
* Add support for defining Simvue run defaults using ` tool.simvue ` in a project ` pyproject.toml ` file.
6
6
* Drop support for INI based configuration files.
9
9
* Create lower level API for directly interacting with the Simvue RestAPI endpoints.
10
10
* ** Removes support for Python <3.10 due to dependency constraints.**
11
11
* Separates ` create_alert ` into specific methods ` create_event_alert ` etc.
12
+ * Adds additional functionality and support for offline mode.
13
+ * Support for Simvue servers ` >=3 ` .
12
14
## [ v1.1.4] ( https://github.com/simvue-io/client/releases/tag/v1.1.4 ) - 2024-12-11
13
15
14
16
* Remove incorrect identifier reference for latest Simvue servers during reconnection.
Original file line number Diff line number Diff line change @@ -42,16 +42,16 @@ keywords:
42
42
- alerting
43
43
- simulation
44
44
license : Apache-2.0
45
- commit : 3ea5c3f1a579a44bc144a8fa0e2983475e46dd63
46
- version : 1.1.4
47
- date-released : ' 2024-12 -11'
45
+ commit : 5aaebe682d7ec2f80fefc3eb2a8a26f5bdca1e0c
46
+ version : 2.0.0a0
47
+ date-released : ' 2025-02 -11'
48
48
references :
49
49
- title : mlco2/codecarbon
50
- version : v2.4.1
50
+ version : v2.8.2
51
51
type : software
52
- date-released : 2024-05
53
- doi : 10.5281/zenodo.11171501
54
- url : https://doi.org/10.5281/zenodo.11171501
52
+ date-released : 2024-12-08
53
+ doi : 10.5281/zenodo.14518377
54
+ url : https://doi.org/10.5281/zenodo.14518377
55
55
repository-code : https://github.com/mlco2/codecarbon
56
56
authors :
57
57
- given-names : Benoit
You can’t perform that action at this time.
0 commit comments