v0.10.0
What's Changed
This release targets HPC Platform Services 1.2.0. Among other changes, PyHPS now integrates the new PyHPS Data Transfer client, which makes it compatible with the new data transfer service released in HPS 1.2.0.
Note: PyHPS 0.10.0 is not backward compatible with HPS deployments < 1.2.0. For more details about compatibility, see Compatibility with HPS releases in the PyHPS documentation.
PyHPS 0.10.0 includes the following changes:
- Integrate with data transfer worker by @RajaPiseD in #436
- Remove support for python 3.9 by @FedericoNegri in #457
- Use project dir end point by @saimanikant in #466
- Fix test_task_definition_templates failures by @saimanikant in #482
- Fix issues caused by upgrade of ansys actions by @saimanikant in #489
- Test parameter definitions in copied job definition by @FedericoNegri in #411
- Add new Python example that generates large output files by @ojkoenig in #483
- feat: added sphinx hook and mordern download buttons by @moe-ad in #500
- Feat/improve doc build logic by @moe-ad in #502
- Support Python 3.13 by @FedericoNegri in #509
- Use absolute path for action by @saimanikant in #532
- Extend test_copy_exec_script by @FedericoNegri in #542
- Corrected scoping by @engpas in #546
- [CI-CD]: Introduce profile input for docker-compose in testing by @saimanikant in #554
- Update services action and versions input by @FedericoNegri in #558
- Implement and document compatibility with HPS releases by @FedericoNegri in #559
New Contributors
Full Changelog: v0.9.1...v0.10.0