Skip to content

Commit

Permalink
Merge pull request #39 from unkcpz/release-v0.2.0
Browse files Browse the repository at this point in the history
Release v0.2.0
  • Loading branch information
unkcpz authored Sep 19, 2024
2 parents ebc3ab3 + d975810 commit b2c0059
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
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 README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://github.com/aiidateam/aiida-hyperqueue/workflows/ci/badge.svg?branch=main)](https://github.com/aiidateam/aiida-hyperqueue/actions)
[![Build Status](https://github.com/aiidateam/aiida-hyperqueue/workflows/ci/badge.svg)](https://github.com/aiidateam/aiida-hyperqueue/actions)
[![Docs status](https://readthedocs.org/projects/aiida-hyperqueue/badge)](http://aiida-hyperqueue.readthedocs.io/)
[![PyPI version](https://badge.fury.io/py/aiida-hyperqueue.svg)](https://badge.fury.io/py/aiida-hyperqueue)

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 b2c0059

Please sign in to comment.