Skip to content

Update files for 2.1.1 release #784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Change log
## [v2.1.1](https://github.com/simvue-io/client/releases/tag/v2.1.1) - 2025-04-25
* Changed from CO2 Signal to ElectricityMaps
* Fixed a number of bugs in how offline mode is handled with emissions
* Streamlined EmissionsMonitor class and handling
* Fixed bugs in client getting results from Simvue server arising from pagination
* Fixed bug in setting visibility in `run.init` method
* Default setting in `Client.get_runs` is now `show_shared=True`
## [v2.1.0](https://github.com/simvue-io/client/releases/tag/v2.1.0) - 2025-03-28
* Removed CodeCarbon dependence in favour of a slimmer solution using the CO2 Signal API.
* Added sorting to server queries, users can now specify to sort by columns during data retrieval from the database.
Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ keywords:
- alerting
- simulation
license: Apache-2.0
commit: 8f13a7adb2ad0ec53f0a4949e44e1c5676ae342d
version: 2.1.0
date-released: '2025-03-28'
commit: f1bde5646b33f01ec15ef72a0c5843c1fe181ac1
version: 2.1.1
date-released: '2025-04-25'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "simvue"
version = "2.1.0"
version = "2.1.1"
description = "Simulation tracking and monitoring"
authors = [
{name = "Simvue Development Team", email = "[email protected]"}
Expand Down
Loading