Skip to content

Commit

Permalink
Bump version to v0.2.0 with update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Sep 19, 2024
1 parent 54cd223 commit d975810
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.2.0

- [#18](https://github.com/aiidateam/aiida-hyperqueue/pull/18) A large refactoring with following changes:

- correctly support memory setup for resources.
- support turn on hyperthreading with latest version of hyperqueue.
- Support install hq to remote computer over CLI.
- adding unit tests with submit to real hq using the fixture from hyperqueue repo.
- Fix the submit bug for hq > 0.12 that resources are configured twice in job script and submit command.

- [#26](https://github.com/aiidateam/aiida-hyperqueue/pull/26) Change alloc add worker name (name appear in slurm queue) `aiida` -> `ahq`
- [#24](https://github.com/aiidateam/aiida-hyperqueue/pull/24) Use JSON format as output for hq job list and hq submit


## v0.1.1

Only a small fix to the `README.md` was added here, this release is mainly to test the automated deployment to PyPI.
Expand Down
2 changes: 1 addition & 1 deletion aiida_hyperqueue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
AiiDA plugin for the HyperQueue metascheduler
"""

__version__ = "0.1.1"
__version__ = "0.2.0"

0 comments on commit d975810

Please sign in to comment.