We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe572c7 commit 0e4a327Copy full SHA for 0e4a327
CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased on the [23.2.x](https://github.com/PySlurm/pyslurm/tree/23.2.x) branch
9
10
+- New Classes to interact with Database Associations (WIP)
11
+ - `pyslurm.db.Association`
12
+ - `pyslurm.db.Associations`
13
+- New Classes to interact with Database QoS (WIP)
14
+ - `pyslurm.db.QualityOfService`
15
+ - `pyslurm.db.QualitiesOfService`
16
+
17
+## [23.2.2](https://github.com/PySlurm/pyslurm/releases/tag/v23.2.2) - 2023-07-18
18
19
### Added
20
21
- Ability to modify Database Jobs
0 commit comments