Skip to content

Commit 272670d

Browse files
committed
Prepare version 0.5.0 release
1 parent 25a786e commit 272670d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Version 0.5.0
2+
Changes in version 0.5.0 include:
3+
- Add workflow for compiling, running, and testing macOS binaries
4+
- Add initial support for branching trajectories and example branching dataset
5+
- Update usage guidelines for large datasets and branching trajectories
6+
- Allow file separators in output directory
7+
- Support v7 mat files as input
8+
- Migrate continuous integration to GitHub Actions
9+
- Document partial Windows support
10+
11+
Thank you [@ktakers](https://github.com/ktakers) for reporting the issues with the output directory and v7 mat file format.
12+
113
# Version 0.4.1
214
Version 0.4.1 fixes a bug that occurred when multiple GLG tests were run in parallel with a shared file system.
315
The same temporary .mat file was overwritten by different GLG tests.

code/SINGE.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
% aggregation
99
% hyperparameter_file = file path to text file containing all
1010
% hyperparameters
11-
SINGE_version = '0.4.1';
11+
SINGE_version = '0.5.0';
1212
display(SINGE_version);
1313

1414
fid = fopen(hyperparameter_file);

0 commit comments

Comments
 (0)