Skip to content

Commit 051414c

Browse files
authored
Merge pull request #759 from simvue-io/wk9874/update_2.0.0_versioning
Update changelog, pyproject, citation
2 parents 74ce7ee + 537641f commit 051414c

File tree

4 files changed

+124
-54
lines changed

4 files changed

+124
-54
lines changed

CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Change log
22

3-
## [v2.0.0-rc1](https://github.com/simvue-io/client/releases/tag/v2.0.0rc1) - 2025-03-06
3+
## [v2.0.0](https://github.com/simvue-io/client/releases/tag/v2.0.0) - 2025-03-07
44
* Add new example notebooks
55
* Update and refactor examples to work with v2.0
66
* Fix bug in offline artifacts using wrong file path
77
* Change names of sustainability metrics
88
* Fix `Self` being used in typing Generators so that Simvue works with Python 3.10 in Conda
9-
10-
## [v2.0.0-alpha3](https://github.com/simvue-io/client/releases/tag/v2.0.0a3) - 2025-03-04
119
* Updated codecarbon to work with new API
1210
* Codecarbon now works with offline mode
1311
* Codecarbon metadata dict is now nested
@@ -16,8 +14,6 @@
1614
* Fixed list of processes to add / remove from existing list of objects
1715
* Add step to resource metrics
1816
* Fix bug where process user alerts should not be overridden if manually set by the user
19-
20-
## [v2.0.0-alpha2](https://github.com/simvue-io/client/releases/tag/v2.0.0a2) - 2025-02-27
2117
* Removed 'no config file' and 'unstaged changes' warnings from Offline mode as they do not apply
2218
* Made `staging_check` not apply in Offline mode
2319
* Added heartbeat functionality to Offline mode
@@ -29,8 +25,6 @@
2925
* Added `name` option in `log_alert` and added tests
3026
* Fixed client `get_alerts` and improved tests
3127
* Removed all server config checks in Offline mode
32-
33-
## [v2.0.0-alpha1](https://github.com/simvue-io/client/releases/tag/v2.0.0a1) - 2025-02-19
3428
* Fixed `add_alerts` so that it now works with both IDs and names
3529
* Improved alert and folder deduplication methods to rely on 409 responses from server upon creation
3630
* Added `attach_to_run` option to create alerts methods so that alerts can be created without a run attached
@@ -47,9 +41,6 @@
4741
* Fixed bug where errors would be thrown if a traceback was logged as an event when a run was already terminated
4842
* Fixed hierarchical artifact retrieval to maintain directory structure
4943
* Loosened Numpy requirement to >2.0.0
50-
51-
## [v2.0.0-alpha0](https://github.com/simvue-io/client/releases/tag/v2.0.0a0) - 2025-02-10
52-
5344
* Add support for defining Simvue run defaults using `tool.simvue` in a project `pyproject.toml` file.
5445
* Drop support for INI based configuration files.
5546
* Retrieve all metric values if `max_points` is unspecified or set to `None`.
@@ -59,6 +50,7 @@
5950
* Separates `create_alert` into specific methods `create_event_alert` etc.
6051
* Adds additional functionality and support for offline mode.
6152
* Support for Simvue servers `>=3`.
53+
6254
## [v1.1.4](https://github.com/simvue-io/client/releases/tag/v1.1.4) - 2024-12-11
6355

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

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: effbd2e88fa12a181bf33721eae599d4245e1484
46-
version: 2.0.0rc1
47-
date-released: '2025-03-06'
45+
commit: 88bdd861e01153a2853191c0a8d1bb64dfabe296
46+
version: 2.0.0
47+
date-released: '2025-03-07'
4848
references:
4949
- title: mlco2/codecarbon
5050
version: v2.8.2

0 commit comments

Comments
 (0)