Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 896 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 896 Bytes

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 24.5.x branch

  • 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

24.5.0 - 2024-11-16

Added

  • Support for Slurm 24.5.x
  • add power_down_on_idle attribute to pyslurm.Partition class

Changed

  • bump minimum Cython version to 0.29.37

Removed

  • Removed power_options from JobSubmitDescription