File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change log
2+ ## [ v2.1.1] ( https://github.com/simvue-io/client/releases/tag/v2.1.1 ) - 2025-04-25
3+ * Changed from CO2 Signal to ElectricityMaps
4+ * Fixed a number of bugs in how offline mode is handled with emissions
5+ * Streamlined EmissionsMonitor class and handling
6+ * Fixed bugs in client getting results from Simvue server arising from pagination
7+ * Fixed bug in setting visibility in ` run.init ` method
8+ * Default setting in ` Client.get_runs ` is now ` show_shared=True `
29## [ v2.1.0] ( https://github.com/simvue-io/client/releases/tag/v2.1.0 ) - 2025-03-28
310* Removed CodeCarbon dependence in favour of a slimmer solution using the CO2 Signal API.
411* Added sorting to server queries, users can now specify to sort by columns during data retrieval from the database.
Original file line number Diff line number Diff line change @@ -42,6 +42,6 @@ keywords:
4242 - alerting
4343 - simulation
4444license : Apache-2.0
45- commit : 8f13a7adb2ad0ec53f0a4949e44e1c5676ae342d
46- version : 2.1.0
47- date-released : ' 2025-03-28 '
45+ commit : f1bde5646b33f01ec15ef72a0c5843c1fe181ac1
46+ version : 2.1.1
47+ date-released : ' 2025-04-25 '
Original file line number Diff line number Diff line change 11[project ]
22name = " simvue"
3- version = " 2.1.0 "
3+ version = " 2.1.1 "
44description = " Simulation tracking and monitoring"
55authors = [
66 {name = " Simvue Development Team" , email = " info@simvue.io" }
You can’t perform that action at this time.
0 commit comments