Skip to content

Releases: AntaresSimulatorTeam/antares-launcher

v1.4.3

10 Oct 09:39
c850ce7
Compare
Choose a tag to compare
  • build(binaries): build binaries on release #78
  • feat(version): use antares-study-version package to handle versions #79: ⚠️ the sbatch command is now "8.8" instead of "880" when giving the study version. So you'll have to change your .sh file.

v1.4.2

17 Sep 09:46
81bff4b
Compare
Choose a tag to compare
  • build(deps): bump paramiko version #73
  • fix(workflows): bump gh actions + use os names to build binaries to avoid conflicts, #74 and #75

v1.4.1

11 Apr 17:34
Compare
Choose a tag to compare

Fixes

  • fix(retriever): avoid infinite loop if sbatch command fails #69

Full Changelog: v1.4.0...v1.4.1

v1.3.2

11 Apr 17:19
e4c3d44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.4.0

19 Dec 16:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.4.0

v1.3.1

26 Sep 13:08
516f94d
Compare
Choose a tag to compare

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

v1.3.0

16 Jun 18:49
2f6392d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.3.0

v1.1.6

23 Mar 15:45
Compare
Choose a tag to compare

Bug Fix

  • use scontrol and sacct command to retrieve the job state

Test

  • disable end-to-end tests: end-to-end tests don't work if the configuration is incomplete
  • minimal correction to make the UT work

Build

  • correct the project's configuration: setup.py and requirements.txt

Full Changelog: v1.1.5...v1.1.6

v1.2.4

21 Mar 19:13
ba92020
Compare
Choose a tag to compare

What's Changed

Use scontrol and sacct command to retrieve the job state #49

Full Changelog: v1.2.3...v1.2.4

v1.2.3

15 Mar 23:27
1eaa2a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3