Skip to content

Commit

Permalink
Prepare version 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Dec 17, 2021
1 parent 380c135 commit 0e4a972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.5.1
Changes in version 0.5.1 include:
- Fix a bug that caused the regulator index to be ignored
- Generalize the test scripts
- Add a new regulator index test case

# Version 0.5.0
Changes in version 0.5.0 include:
- Add workflow for compiling, running, and testing macOS binaries
Expand Down
2 changes: 1 addition & 1 deletion code/SINGE.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
% aggregation
% hyperparameter_file = file path to text file containing all
% hyperparameters
SINGE_version = '0.5.0';
SINGE_version = '0.5.1';
display(SINGE_version);

fid = fopen(hyperparameter_file);
Expand Down

0 comments on commit 0e4a972

Please sign in to comment.