Skip to content

Commit

Permalink
Bump manifest.json version to 0.0.4 (CrayLabs#563)
Browse files Browse the repository at this point in the history
The `manifest.json` version needs to be bumped from `0.0.3` to `0.0.4`
to match the version of SmartDashboard.

[ committed by @AlyssaCote ]
[ reviewed by @MattToast ]
  • Loading branch information
AlyssaCote authored Apr 23, 2024
1 parent 62f2e8c commit 399886b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ To be released at some future point in time

Description

- Bump manifest.json to version 0.0.4
- Fix symlinking batch ensemble and model bug
- Remove defensive regexp in .gitignore
- Upgrade ubuntu to 22.04
Expand Down Expand Up @@ -46,6 +47,8 @@ Description

Detailed Notes

- The manifest.json version needs to match the SmartDashboard version, which is
0.0.4 in the upcoming release. (SmartSim-PR563_)
- Properly symlinks batch ensembles and batch models. (SmartSim-PR547_)
- Remove defensive regexp in .gitignore and ensure tests write to test_output.
(SmartSim-PR560_)
Expand Down Expand Up @@ -123,6 +126,7 @@ Detailed Notes
handler. SmartSim will now attempt to kill any launched jobs before calling
the previously registered signal handler. (SmartSim-PR535_)

.. _SmartSim-PR563: https://github.com/CrayLabs/SmartSim/pull/563
.. _SmartSim-PR547: https://github.com/CrayLabs/SmartSim/pull/547
.. _SmartSim-PR560: https://github.com/CrayLabs/SmartSim/pull/560
.. _SmartSim-PR559: https://github.com/CrayLabs/SmartSim/pull/559
Expand Down
2 changes: 1 addition & 1 deletion smartsim/_core/utils/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def save_launch_manifest(manifest: _Manifest[TStepLaunchMetaData]) -> None:
manifest_dict = {
"schema info": {
"schema_name": "entity manifest",
"version": "0.0.3",
"version": "0.0.4",
},
"experiment": {
"name": manifest.metadata.exp_name,
Expand Down

0 comments on commit 399886b

Please sign in to comment.