Releases: AntaresSimulatorTeam/antares-launcher
Releases · AntaresSimulatorTeam/antares-launcher
v1.4.3
v1.4.2
v1.4.1
Fixes
- fix(retriever): avoid infinite loop if sbatch command fails
#69
Full Changelog: v1.4.0...v1.4.1
v1.3.2
v1.4.0
What's Changed
- feat(zip extractor): add support for -z option by @MartinBelthle in #67
- feat(ssh): add retry loop around SSH Exceptions by @MartinBelthle in #68
Full Changelog: v1.3.1...v1.4.0
v1.3.1
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 thesbatch
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
class4c07551
- refactor(file-manager): remove unused or trivial methods from
FileManager
fbb60e0
- refactoring(file-manager): drop the
FileManager
class9797799
- refactoring(tree-structure): drop the
TreeStructureInitializer
class8a119af
- refactoring(data-provider): drop the
DataProvider
class272965e
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
withCOMPLETING
(typo)e98b7a8
Tests
- test: correct the test fixtures for study retrival
6f78bd6
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Remove "output" exclusion to allow Xpansion sensitivity (now driven by AntaREST) by @laurent-laporte-pro in #46 and by @MartinBelthle in #51
New Contributors
- @MartinBelthle made their first contribution in #51
Full Changelog: v1.2.4...v1.3.0
v1.1.6
Bug Fix
- use
scontrol
andsacct
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
andrequirements.txt
Full Changelog: v1.1.5...v1.1.6
v1.2.4
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
What's Changed
- fix: correct download progress bar in logs by @laurent-laporte-pro in #40
- fix: correct SLURM job status checking by @laurent-laporte-pro in #43
Full Changelog: v1.2.2...v1.2.3