aiida-hyperqueue 0.2.1__tar.gz → 0.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/CHANGELOG.md +8 -0
  2. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/PKG-INFO +2 -2
  3. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/__init__.py +1 -1
  4. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/scheduler.py +2 -2
  5. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/pyproject.toml +1 -1
  6. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.github/workflows/cd.yml +0 -0
  7. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.github/workflows/ci.yml +0 -0
  8. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.github/workflows/update_changelog.py +0 -0
  9. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.github/workflows/validate_release_tag.py +0 -0
  10. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.gitignore +0 -0
  11. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.pre-commit-config.yaml +0 -0
  12. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/.readthedocs.yml +0 -0
  13. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/LICENSE +0 -0
  14. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/README.md +0 -0
  15. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/__init__.py +0 -0
  16. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/alloc.py +0 -0
  17. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/install.py +0 -0
  18. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/params/__init__.py +0 -0
  19. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/params/arguments.py +0 -0
  20. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/params/options.py +0 -0
  21. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/root.py +0 -0
  22. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/aiida_hyperqueue/cli/server.py +0 -0
  23. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/.gitignore +0 -0
  24. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/Makefile +0 -0
  25. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/source/conf.py +0 -0
  26. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/source/developer_guide/index.md +0 -0
  27. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/source/get_started.md +0 -0
  28. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/source/img/AiiDA_transparent_logo.png +0 -0
  29. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/docs/source/index.md +0 -0
  30. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/README.md +0 -0
  31. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/__init__.py +0 -0
  32. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/conftest.py +0 -0
  33. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/target/hq +0 -0
  34. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/test_cli_alloc.py +0 -0
  35. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/test_cli_install.py +0 -0
  36. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/test_cli_server.py +0 -0
  37. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/test_scheduler.py +0 -0
  38. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/__init__.py +0 -0
  39. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/cmd.py +0 -0
  40. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/io.py +0 -0
  41. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/job.py +0 -0
  42. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/mock.py +0 -0
  43. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/table.py +0 -0
  44. {aiida_hyperqueue-0.2.1 → aiida_hyperqueue-0.3.0}/tests/utils/wait.py +0 -0
@@ -1,5 +1,13 @@
1
+ ## v0.3.0
2
+
3
+ ### ⬆️ Update dependencies
4
+
5
+ * Provide support for `aiida-core~=2.7` via `BashCliScheduler` [[42b8f14](https://github.com/aiidateam/aiida-hyperqueue/commit/42b8f14412121daddc0a2e9eea1360ad949d4e65)]
6
+
1
7
  ## v0.2.1
2
8
 
9
+ ### 🔧 Maintenance
10
+
3
11
  * Add `update_changelog.py` script [[9b03acb](https://github.com/aiidateam/aiida-hyperqueue/commit/9b03acbf9cb804ef7f3c35c6d5b7495b917dacc6)]
4
12
  * Add upper limit to `aiida-core` [[fd7a62f](https://github.com/aiidateam/aiida-hyperqueue/commit/fd7a62feae23f99899a025cfe411531576bf93fd)]
5
13
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiida-hyperqueue
3
- Version: 0.2.1
3
+ Version: 0.3.0
4
4
  Summary: AiiDA plugin for the HyperQueue metascheduler
5
5
  Author: Marnik Bercx, Jusong Yu
6
6
  Requires-Python: >=3.9
@@ -13,7 +13,7 @@ Classifier: Operating System :: MacOS :: MacOS X
13
13
  Classifier: Natural Language :: English
14
14
  Classifier: Programming Language :: Python
15
15
  License-File: LICENSE
16
- Requires-Dist: aiida-core~=2.0,<2.7
16
+ Requires-Dist: aiida-core~=2.7
17
17
  Requires-Dist: sphinx ; extra == "docs"
18
18
  Requires-Dist: myst-parser ; extra == "docs"
19
19
  Requires-Dist: sphinx-design ; extra == "docs"
@@ -5,4 +5,4 @@ aiida_hyperqueue
5
5
  AiiDA plugin for the HyperQueue metascheduler
6
6
  """
7
7
 
8
- __version__ = "0.2.1"
8
+ __version__ = "0.3.0"
@@ -14,7 +14,7 @@ import typing as t
14
14
  import warnings
15
15
 
16
16
  from aiida.common.extendeddicts import AttributeDict
17
- from aiida.schedulers import Scheduler, SchedulerError
17
+ from aiida.schedulers import Scheduler, SchedulerError, BashCliScheduler
18
18
  from aiida.schedulers.datastructures import JobInfo, JobState, JobResource, JobTemplate
19
19
 
20
20
  # Mapping of HyperQueue states to AiiDA `JobState`s
@@ -106,7 +106,7 @@ class HyperQueueJobResource(JobResource):
106
106
  return self.num_cpus
107
107
 
108
108
 
109
- class HyperQueueScheduler(Scheduler):
109
+ class HyperQueueScheduler(BashCliScheduler):
110
110
  """Support for the HyperQueue scheduler (https://it4innovations.github.io/hyperqueue/stable/)."""
111
111
 
112
112
  _logger = Scheduler._logger.getChild("hyperqueue")
@@ -24,7 +24,7 @@ classifiers = [
24
24
  requires-python = ">=3.9"
25
25
 
26
26
  dependencies = [
27
- "aiida-core~=2.0,<2.7",
27
+ "aiida-core~=2.7",
28
28
  ]
29
29
 
30
30
  [project.urls]