Releases: qiskit-community/spank-plugins
Releases · qiskit-community/spank-plugins
v0.4.0
What's Changed
New Features 🎉
- Logging error reason of failures in qrmi_resource_new(), qrmi_resource_is_accessible() etc. by @ohtanim in #149
Other Changes
- Update an old path in INSTALL.md for slurm-docker-cluster setup by @rwakizaka in #148
New Contributors
- @rwakizaka made their first contribution in #148
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
What's Changed
New Features 🎉
Other Changes
- Fix build errors by some versions of C compiler by @ohtanim in #135
- Rework CMakeLists.txt to be more stable of ExternalProject_Add by @ohtanim in #136
- Update slurm-docker-cluster to slurm-25-05-3-1 by @ohtanim in #137
- Add error handling if qrmi_config.json not found by @ohtanim in #138
- Typo tenent=>tenet in overview.md by @utzb in #139
- Releasing a resource aborted if user overrides QRMI environment variable by @ohtanim in #141
- Remove unnecessary link targets when OPENSSL_STATIC is enabled for build by @ohtanim in #142
- Update patch files for creating slurm-docker-cluster by @ohtanim in #145
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
New Features 🎉
- Rework QRMI C API by @ohtanim in #118
- Rework spank_qrmi spank plugins by @ohtanim in #121
- Set QRMI loglevel based on SRUN_DEBUG by @ohtanim in #129
Other Changes
- added "how-to-cite-this-work" section in Readme. by @smens in #104
- task_runner/examples: Generate primitive params data for IBM QRMI examples by @ohtanim in #102
- Update qiskit example to fix Qiskit 2.1 deprecation by @ohtanim in #107
- Add a tool to validate Slurm plugins by @ohtanim in #108
- Use CMAKE_C_STANDARD 11 for C compilations by @ohtanim in #109
- Direct Access API: Treat "usage" field as optional by @ohtanim in #110
- Update Rust Toolchain to 1.86.0 by @ohtanim in #115
- Repository restructure and add maturin packaging (moves only) by @hitomitak in #124
- Upgrade slurm-docker-cluster to version slurm-25-05-1-1 by @ohtanim in #122
- feat: add task_runner Python CLI, type stubs packaging, and library-izing get_target by @hitomitak in #125
- WIP - Migration: Marking qrmi as deprecated etc. by @ohtanim in #126
- Upgrade slurm version of slurm-docker-cluster to slurm-25-05-2-1 by @ohtanim in #128
- Remove obsoleted files by @ohtanim in #130
- Git repo migration: Update documents / demo files by @ohtanim in #127
- Fix return code of Spank fn, and add target_compile_options with fixing warnings by @ohtanim in #131
New Contributors
- @hitomitak made their first contribution in #124
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is a SPANK plugin that provides access to Quantum Resources from Slurm jobs. It handles the acquisition and release of access to Quantum Resources and sets the necessary environment variables for executing Quantum workloads.
First release supports IBM Quantum and Pasqal quantum computing services via direct link to on-prem systems (IBM direct access) and cloud bursting (access quantum resource using provider cloud services).
Full Changelog: https://github.com/qiskit-community/spank-plugins/commits/v0.1.0