Skip to content

v1.3.1

Compare
Choose a tag to compare
@laurent-laporte-pro laurent-laporte-pro released this 26 Sep 13:08
· 19 commits to main since this release
516f94d

Changed

  • feat(database): simplify launcher database implementation #66
  • feat(cli): add the --solver-version option to the command line #63
  • feat(parameters): handle the --partition and --qos parameters for the sbatch command #58
  • feat(retrival): correct the retrival of remote files and improve exception handling to avoid infinite loops 88efc98
  • feat(zip-extractor): the uncompress directory is calculated according to the content: study directory or simulation output 1ffc86e

Fixes

  • fix(cli): preserve backward compatibility in CLI options #65
  • fix(job-state): consider the COMPLETING value as a possible job state #61
  • fix(results-retrieval): handle exceptions in log and ZIP result retrival #60
  • fix(console): use the ISO8601 date format to display messages on the console 0dbf971

Refactorings

  • refactor: remove IDisplay abstract class #64
  • refactor(launch-controller): simplification of the LaunchController class 4c07551
  • refactor(file-manager): remove unused or trivial methods from FileManager fbb60e0
  • refactoring(file-manager): drop the FileManager class 9797799
  • refactoring(tree-structure): drop the TreeStructureInitializer class 8a119af
  • refactoring(data-provider): drop the DataProvider class 272965e

Code Style

  • style: reformat source code using iSort and Black e243fba

Chore

  • chore(typing): improve the typing of study parameters f11641d
  • chore(typing): improve typing in source code 4ff6abf
  • chore: replace COMPETING with COMPLETING (typo) e98b7a8

Tests

  • test: correct the test fixtures for study retrival 6f78bd6

Full Changelog: v1.3.0...v1.3.1