|
1 | 1 | # Change log |
2 | 2 |
|
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 |
4 | 4 | * Add new example notebooks |
5 | 5 | * Update and refactor examples to work with v2.0 |
6 | 6 | * Fix bug in offline artifacts using wrong file path |
7 | 7 | * Change names of sustainability metrics |
8 | 8 | * 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 |
11 | 9 | * Updated codecarbon to work with new API |
12 | 10 | * Codecarbon now works with offline mode |
13 | 11 | * Codecarbon metadata dict is now nested |
|
16 | 14 | * Fixed list of processes to add / remove from existing list of objects |
17 | 15 | * Add step to resource metrics |
18 | 16 | * 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 |
21 | 17 | * Removed 'no config file' and 'unstaged changes' warnings from Offline mode as they do not apply |
22 | 18 | * Made `staging_check` not apply in Offline mode |
23 | 19 | * Added heartbeat functionality to Offline mode |
|
29 | 25 | * Added `name` option in `log_alert` and added tests |
30 | 26 | * Fixed client `get_alerts` and improved tests |
31 | 27 | * 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 |
34 | 28 | * Fixed `add_alerts` so that it now works with both IDs and names |
35 | 29 | * Improved alert and folder deduplication methods to rely on 409 responses from server upon creation |
36 | 30 | * Added `attach_to_run` option to create alerts methods so that alerts can be created without a run attached |
|
47 | 41 | * Fixed bug where errors would be thrown if a traceback was logged as an event when a run was already terminated |
48 | 42 | * Fixed hierarchical artifact retrieval to maintain directory structure |
49 | 43 | * 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 | | - |
53 | 44 | * Add support for defining Simvue run defaults using `tool.simvue` in a project `pyproject.toml` file. |
54 | 45 | * Drop support for INI based configuration files. |
55 | 46 | * Retrieve all metric values if `max_points` is unspecified or set to `None`. |
|
59 | 50 | * Separates `create_alert` into specific methods `create_event_alert` etc. |
60 | 51 | * Adds additional functionality and support for offline mode. |
61 | 52 | * Support for Simvue servers `>=3`. |
| 53 | + |
62 | 54 | ## [v1.1.4](https://github.com/simvue-io/client/releases/tag/v1.1.4) - 2024-12-11 |
63 | 55 |
|
64 | 56 | * Remove incorrect identifier reference for latest Simvue servers during reconnection. |
|
0 commit comments