Aperture v2.33.1-rc.1
Pre-release
Pre-release
Changelog
List of aperture PRs merged since 2.32.2 release. For the full list of changes, see list of changes
Update start and end functions to be async in aperture-py (#3164)
Description of change
- Fix decisions lookup using WhichOneOf
- Update example and other usages of start and end
Checklist
- Tested in playground or other setup
- Screenshot (Grafana) from playground added to PR for 15+ minute
run - Documentation is changed or added
- Tests and/or benchmarks are included
- Breaking changes
Summary by CodeRabbit
-
New Features
-
Transitioned key methods in the SDK to support asynchronous
operations, improving performance and compatibility with async
workflows. -
Documentation
- Updated SDK documentation to reflect new asynchronous capabilities.
- Enhanced HTML documentation with better structure and navigation.
-
Refactor
-
Modified example code to demonstrate the use of the SDK's new
asynchronous features.
Co-authored-by: Tanveer Gill [email protected]