v0.1.3
SlurmClusterManager v0.1.3
Merged pull requests:
- Add support for
params[:env]
(that is, theenv
kwarg to theaddprocs()
function) (#20) (@DilumAluthge) - CI: Update the Julia versions that are used in CI (#21) (@DilumAluthge)
- If an error is encountered, print the log message with
@error
(instead ofprintln
) (#24) (@DilumAluthge) - CI: Change
docker-compose
todocker compose
(#25) (@DilumAluthge) - CI: Multiple tweaks to the CI workflow file (#26) (@DilumAluthge)
- Add some more logging (#27) (@DilumAluthge)
- Test suite: Change
@assert
s to errors, and change bareusing Foo
tousing Foo: name, anothername, ...
(#28) (@DilumAluthge) - CI: In the Dockerfile, pin the full
sha256
digest in theFROM
line (#32) (@DilumAluthge) - switch to updated ghcr image (#33) (@kleinhenz)
- Put the entire test suite inside a top-level
@testset
(#34) (@DilumAluthge) - More test suite tweaks (#35) (@DilumAluthge)
Closed issues: