Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Oct 14, 2024
1 parent 0055166 commit 228a983
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Dev

## Changes

- `hq event-log` command renamed to `hq journal`

# v0.20.0

## New features
Expand Down Expand Up @@ -31,7 +37,6 @@

* Dashboard still not enabled in this version


# v0.19.0

## New features
Expand Down Expand Up @@ -602,7 +607,7 @@ would pass `OMP_NUM_THREADS=4` to the executed `<program>`.
is `hq submit`, which is now a shortcut for `hq job submit`. Here is a table of changed commands:

| **Previous command** | **New command** |
|----------------------|--------------------|
|----------------------|--------------------|
| `hq jobs` | `hq job list` |
| `hq job` | `hq job info` |
| `hq resubmit` | `hq job resubmit` |
Expand Down Expand Up @@ -718,18 +723,18 @@ would pass `OMP_NUM_THREADS=4` to the executed `<program>`.
* Generic resource management has been added. You can find out more in
the [documentation](https://it4innovations.github.io/hyperqueue/stable/jobs/gresources/).
* HyperQueue can now automatically detect how many Nvidia GPUs are present on a worker node.
* HyperQueue can now automatically detect how many Nvidia GPUs are present on a worker node.
* You can now submit a task array where each task will receive one element of a JSON array using
`hq submit --from-json`. You can find out more in
the [documentation](https://it4innovations.github.io/hyperqueue/stable/jobs/arrays/#json-array).
## Changes
* There have been a few slight CLI changes:
* `hq worker list` no longer has `--offline` and `--online` flags. It will now display only running
workers by default. If you want to show also offline workers, use the `--all` flag.
* `hq alloc add` no longer has a required `--queue/--partition` option. The PBS queue/Slurm partition
should now be passed as a trailing argument after `--`: `hq alloc add pbs -- -qqprod`.
* `hq worker list` no longer has `--offline` and `--online` flags. It will now display only running
workers by default. If you want to show also offline workers, use the `--all` flag.
* `hq alloc add` no longer has a required `--queue/--partition` option. The PBS queue/Slurm partition
should now be passed as a trailing argument after `--`: `hq alloc add pbs -- -qqprod`.
* Server subdirectories generated for each run of the HyperQueue server are now named with a numeric ID instead of
a date.
* The documentation has been [rewritten](https://it4innovations.github.io/hyperqueue).
Expand Down

0 comments on commit 228a983

Please sign in to comment.