Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased on the 21.8.x branch

Added

  • New Classes to interact with Database Associations (WIP)
    • pyslurm.db.Association
    • pyslurm.db.Associations
  • New Classes to interact with Database QoS (WIP)
    • pyslurm.db.QualityOfService
    • pyslurm.db.QualitiesOfService

21.8.1 - 2023-07-19

Added

Fixed

Changed

  • Now actually link to libslurm.so instead of libslurmfull.so (PR #239 by tazend)
  • Actually retrieve and return the batch script as a string, instead of just printing it (PR #258 by tazend)
  • Raise ValueError on slurm_update_reservation instead of just returning the error code (PR #257 by pllopsis)
  • Completely overhaul the documentation (PR #283 by tazend)
  • Switch to mkdocs for generating documentation (PR #271 by tazend, multimeric)
  • Rework the tests: Split them into unit and integration tests (PR #283 by tazend)

Deprecated

21.8.0 - 2022-03-01

Added

Fixed