-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to AbstractHowsoClient to include general runtime resource parameters. `create_trainee()` and `copy_trainee()` have a new `runtime` parameter which encapsulates arbitrary client-specific options. This structure includes the existing `library_type` and `resources` parameters, which are now deprecated. Other client implementations may add other runtime parameters. Required code change to implementations of AbstractHowsoClient. Programs that merely consume the client will work unmodified, with a deprecation warning if they use the `library_type` or `resources` parameters; consider migrating these into `runtime`.
- Loading branch information
Showing
6 changed files
with
234 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.