v0.11.0
What's Changed
This release targets HPC Platform Services 1.3. It includes the following changes:
- Skip version check when running against dev services by @FedericoNegri in #569
- Use ruff for linting and formatting by @FedericoNegri in #568
- Test against HPS latest-dev version by @FedericoNegri in #567
- fix auth test to use proper url by @Buzz1167 in #571
- [API change] Add explicit mode specification for parameters by @engpas in #547
- [API change] add TaskDefinition.debug property by @davel94 in #575
- Extend examples to include execution script parameter handling by @engpas in #556
- Add workflow to update RMS models by @FedericoNegri in #580
- [API breaking change] Add app versions list to task template software_requirements by @davel94 in #589
- Wait for DT service when profile is set to backend by @saimanikant in #601
- Progress handler for file download by @FedericoNegri in #595
- Add vulnerabilities check in the CI + SECURITY.md file by @FedericoNegri in #627
- Dont ever assume the path from the HPS url, always work from the auth_url by @Buzz1167 in #629
- Prep for new release targeting the upcoming HPS 1.3 by @FedericoNegri in #636
- Adjust data transfer worker download folder by @FedericoNegri in #641
- Python uv example by @engpas in #619
For more details on the compatibility between PyHPS 0.11.0 and HPS releases, see https://hps.docs.pyansys.com/version/0.11/getting_started/index.html.
Full Changelog: v0.10.1...v0.11.0