Skip to content

Commit d9f85b1

Browse files
committed
Update files for alpha 2 release
1 parent 83b9144 commit d9f85b1

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

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

3+
## [v2.0.0-alpha2](https://github.com/simvue-io/client/releases/tag/v2.0.0a2) - 2025-02-27
4+
* Removed 'no config file' and 'unstaged changes' warnings from Offline mode as they do not apply
5+
* Made `staging_check` not apply in Offline mode
6+
* Added heartbeat functionality to Offline mode
7+
* Moved away from `FlatDict` module for metadata collection, fixes Simvue in Jupyter notebooks
8+
* Fixed `reconnect()` by setting `read_only` to False and added tests
9+
* Fixed resource metrics collection to return measurement on startup and use short interval for more accurate measurements
10+
* Fixed `set_pid` so that resource metrics are also collected for child processes of it
11+
* Improved sender by having all cached files read at start and lock file so only one sender runs at once
12+
* Added `name` option in `log_alert` and added tests
13+
* Fixed client `get_alerts` and improved tests
14+
* Removed all server config checks in Offline mode
15+
316
## [v2.0.0-alpha1](https://github.com/simvue-io/client/releases/tag/v2.0.0a1) - 2025-02-19
417
* Fixed `add_alerts` so that it now works with both IDs and names
518
* Improved alert and folder deduplication methods to rely on 409 responses from server upon creation

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: 124b2993d91dbff2e475aa972916b11e7bd02fa4
46-
version: 2.0.0a1
47-
date-released: '2025-02-19'
45+
commit: 83b9144abd2092d4be304bf742d72a249ad1d8ff
46+
version: 2.0.0a2
47+
date-released: '2025-02-27'
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.0a1"
3+
version = "2.0.0a2"
44
description = "Simulation tracking and monitoring"
55
authors = [
66
{name = "Simvue Development Team", email = "[email protected]"}

0 commit comments

Comments
 (0)