From 0e4a972253ceea2079de89e63bd0fc1e8c0de50f Mon Sep 17 00:00:00 2001 From: Anthony Gitter Date: Fri, 17 Dec 2021 13:34:08 -0600 Subject: [PATCH] Prepare version 0.5.1 release --- NEWS.md | 6 ++++++ code/SINGE.m | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index d2a486e..16573db 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/code/SINGE.m b/code/SINGE.m index 91a7418..4f2bf78 100644 --- a/code/SINGE.m +++ b/code/SINGE.m @@ -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);