Skip to content

Commit f9d0c7a

Browse files
mbercxunkcpz
andcommitted
πŸš€ Release v0.2.0
Co-authored-by: Jusong Yu <jusong.yeu@gmail.com>
1 parent 8d7573a commit f9d0c7a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v0.2.0
2+
3+
- [#18](https://github.com/aiidateam/aiida-hyperqueue/pull/18) A large refactoring with following changes:
4+
5+
- correctly support memory setup for resources.
6+
- support turn on hyperthreading with latest version of hyperqueue.
7+
- Support install hq to remote computer over CLI.
8+
- adding unit tests with submit to real hq using the fixture from hyperqueue repo.
9+
- Fix the submit bug for hq > 0.12 that resources are configured twice in job script and submit command.
10+
11+
- [#26](https://github.com/aiidateam/aiida-hyperqueue/pull/26) Change alloc add worker name (name appear in slurm queue) `aiida` -> `ahq`
12+
- [#24](https://github.com/aiidateam/aiida-hyperqueue/pull/24) Use JSON format as output for hq job list and hq submit
13+
14+
115
## v0.1.1
216

317
Only a small fix to the `README.md` was added here, this release is mainly to test the automated deployment to PyPI.

β€Žaiida_hyperqueue/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
AiiDA plugin for the HyperQueue metascheduler
66
"""
77

8-
__version__ = "0.1.1"
8+
__version__ = "0.2.0"

0 commit comments

Comments
Β (0)