Skip to content

Commit 12046af

Browse files
committed
Update pyproject, citation and changelog for a1 release
1 parent be7fa45 commit 12046af

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

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

3+
## [v2.0.0-alpha0](https://github.com/simvue-io/client/releases/tag/v2.0.0a1) - 2025-02-19
4+
* Fixed `add_alerts` so that it now works with both IDs and names
5+
* Improved alert and folder deduplication methods to rely on 409 responses from server upon creation
6+
* Added `attach_to_run` option to create alerts methods so that alerts can be created without a run attached
7+
* Improved merging of local staging file and _staged dict using `deepmerge` - fixes bugs with tags, alerts and metadata in offline mode
8+
* Added `started`, `created` and `ended` timestamps to runs in offline mode
9+
* Remove all erronous server calls in offline mode
10+
* Fixed method to find simvue.toml config files, now just looks in cwd and home
11+
* Added run notification option to `run.init` so that users can now get emails upon their runs completing
12+
* Fixed artifact retrieval by run so that `category` parameter works correctly
13+
* Fixed bug where file artifacts wouldn't be saved correctly in offline mode if sender runs in different location to script
14+
* Fixed bug where DEBUG log messages were spamming to the console
15+
* Fixed link to run dashboard printed to the console by removing `/api`
16+
* Fixed bug where offline mode wouldn't work if no run name provided
17+
* Fixed bug where errors would be thrown if a traceback was logged as an event when a run was already terminated
18+
* Fixed hierarchical artifact retrieval to maintain directory structure
19+
* Loosened Numpy requirement to >2.0.0
20+
321
## [v2.0.0-alpha0](https://github.com/simvue-io/client/releases/tag/v2.0.0a0) - 2025-02-10
422

523
* Add support for defining Simvue run defaults using `tool.simvue` in a project `pyproject.toml` file.

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ keywords:
4343
- simulation
4444
license: Apache-2.0
4545
commit: 5aaebe682d7ec2f80fefc3eb2a8a26f5bdca1e0c
46-
version: 2.0.0a0
47-
date-released: '2025-02-11'
46+
version: 2.0.0a1
47+
date-released: '2025-02-19'
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.0a0"
3+
version = "2.0.0a1"
44
description = "Simulation tracking and monitoring"
55
authors = [
66
{name = "Simvue Development Team", email = "[email protected]"}

0 commit comments

Comments
 (0)