Skip to content

Commit 9bc55a0

Browse files
committed
Update pyproject, citation, changelog
1 parent effbd2e commit 9bc55a0

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

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+
310
## [v2.0.0-alpha3](https://github.com/simvue-io/client/releases/tag/v2.0.0a3) - 2025-03-04
411
* Updated codecarbon to work with new API
512
* Codecarbon now works with offline mode

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ keywords:
4242
- alerting
4343
- simulation
4444
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'
4848
references:
4949
- title: mlco2/codecarbon
5050
version: v2.8.2

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.0.0a3"
3+
version = "2.0.0rc1"
44
description = "Simulation tracking and monitoring"
55
authors = [
66
{name = "Simvue Development Team", email = "[email protected]"}

0 commit comments

Comments
 (0)