Skip to content

Commit 5ce8092

Browse files
authored
Merge pull request #784 from simvue-io/v2.1.1
Update files for 2.1.1 release
2 parents f1bde56 + 0d387bf commit 5ce8092

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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.

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ keywords:
4242
- alerting
4343
- simulation
4444
license: 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'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "simvue"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "Simulation tracking and monitoring"
55
authors = [
66
{name = "Simvue Development Team", email = "info@simvue.io"}

0 commit comments

Comments
 (0)