Releases: ansys/pyhps
v0.13.dev0
Bump version 0.13.dev0 (#775)
v0.12.1
v0.12.0
What's Changed
- Make changes to examples and tests after Consolidation of MAPDL and LS-DYNA templates by @saimanikant in #642
- Data transfer failure while running Tox on Windows by @saimanikant in #648
- file reference as input for job by @RajaPiseD in #637
- PyAnsys workflow example by @engpas in #596
- Update dependencies in the PyAnsys example by @engpas in #652
- Use data transfer client handler by @FedericoNegri in #659
- Add an additional method to copy execution scripts from templates by @ojkoenig in #661
- Update data transfer client models imports by @FedericoNegri in #667
- Update task definition schema to add working directory by @RajaPiseD in #660
- Temporary workaround for bitnami images by @FedericoNegri in #671
- Bump datamodel-code-generator by @FedericoNegri in #681
- Store refresh token if available when authenticating with access token by @FedericoNegri in #685
- Clean up lsdyna example by @engpas in #704
- Update license year by @FedericoNegri in #726
- Correct filename during download step by @sudughonge in #729
- Bump Traefik 3.3 version for compatibility with latest docker API by @FedericoNegri in #746
- Workaround for HPS installation: rename
monitor:buildimage in the docker compose file by @FedericoNegri in #747 - Prep for new release targeting HPS 1.4 by @saimanikant in #766
- Add RCS support by @saimanikant in #754
- Change tag pattern for release by @saimanikant in #767
- Update the test_client_ssl_warning to assert for atleast one warning by @saimanikant in #773
For more details on the compatibility between PyHPS 0.12.0 and HPS releases, see https://hps.docs.pyansys.com/version/0.12/getting_started/index.html.
Full Changelog: v0.11.1...v0.12.0
v0.11.1
Bump version 0.11.1
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
v0.10.1
What's Changed
- Skip version check when running against dev services
- Use ruff for linting and formatting
Full Changelog: v0.10.0...v0.10.1
v0.11.dev0
Bump version to 0.11.dev0 and merge back release related fix (#566)
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
v0.9.1
What's Changed
- fix: updated required ansys-sphinx-theme version in #497
Full Changelog: v0.9.0...v0.9.1
v0.10.dev0
Bump version 0.10.dev0 (#451)