File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## [ v2.0.0-rc1] ( https://github.com/simvue-io/client/releases/tag/v2.0.0rc1 ) - 2025-03-06
4
+ * Add new example notebooks
5
+ * Update and refactor examples to work with v2.0
6
+ * Fix bug in offline artifacts using wrong file path
7
+ * Change names of sustainability metrics
8
+ * Fix ` Self ` being used in typing Generators so that Simvue works with Python 3.10 in Conda
9
+
3
10
## [ v2.0.0-alpha3] ( https://github.com/simvue-io/client/releases/tag/v2.0.0a3 ) - 2025-03-04
4
11
* Updated codecarbon to work with new API
5
12
* Codecarbon now works with offline mode
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 : 64ff8a5344232d44fc7da5b6ff601d3023497977
46
- version : 2.0.0a3
47
- date-released : ' 2025-03-04 '
45
+ commit : effbd2e88fa12a181bf33721eae599d4245e1484
46
+ version : 2.0.0rc1
47
+ date-released : ' 2025-03-06 '
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.0a3 "
3
+ version = " 2.0.0rc1 "
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