v0.18.0-rc1
Pre-release
Pre-release
HyperQueue 0.18.0-rc1
Breaking change
-
Mechanism for resubmitting tasks was changed. Command
resubmit
was removed,
see https://it4innovations.github.io/hyperqueue/latest/jobs/failure/ for replacement. -
The output format of the
job info
command with JSON output mode has been changed. Note that
the JSON output mode is still unstable.
New features
-
Combination of --time-request and --nodes is now allowed
-
Allow setting a time request for a task (
min_time
resource value) using the Python API. -
Optimizations related to job submit & long term memory saving
-
The CLI dashboard is now enabled by default. You can try it with the
hq dashboard
command. Note that it is still
very experimental and a lot of useful features are missing.
Artifact summary:
- hq-v0.18.0-rc1-*: Main HyperQueue build containing the
hq
binary. Download this archive to
use HyperQueue from the command line. - hyperqueue-0.18.0-rc1-*: Wheel containing the
hyperqueue
package with HyperQueue Python
bindings.