Skip to content

Commit 5a94ff9

Browse files
committed
Updated citation and readme
1 parent 5aaebe6 commit 5a94ff9

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change log
22

3-
## Unreleased
3+
## [v2.0.0-alpha0](https://github.com/simvue-io/client/releases/tag/v2.0.0a0) - 2025-02-10
44

55
* Add support for defining Simvue run defaults using `tool.simvue` in a project `pyproject.toml` file.
66
* Drop support for INI based configuration files.
@@ -9,6 +9,8 @@
99
* Create lower level API for directly interacting with the Simvue RestAPI endpoints.
1010
* **Removes support for Python <3.10 due to dependency constraints.**
1111
* 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`.
1214
## [v1.1.4](https://github.com/simvue-io/client/releases/tag/v1.1.4) - 2024-12-11
1315

1416
* Remove incorrect identifier reference for latest Simvue servers during reconnection.

CITATION.cff

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ keywords:
4242
- alerting
4343
- simulation
4444
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'
4848
references:
4949
- title: mlco2/codecarbon
50-
version: v2.4.1
50+
version: v2.8.2
5151
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
5555
repository-code: https://github.com/mlco2/codecarbon
5656
authors:
5757
- given-names: Benoit

0 commit comments

Comments
 (0)