File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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
214Version 0.4.1 fixes a bug that occurred when multiple GLG tests were run in parallel with a shared file system.
315The same temporary .mat file was overwritten by different GLG tests.
Original file line number Diff line number Diff line change 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 ' ;
1212display(SINGE_version );
1313
1414fid = fopen(hyperparameter_file );
You can’t perform that action at this time.
0 commit comments