Ticket #2332 (closed: invalid)
PythonAPI: Normalize PythonAlgorithm and IAlgorithm
Reported by: | Mathieu Doucet | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Python | Keywords: | |
Cc: | doucetm@… | Blocked By: | |
Blocking: | Tester: | Nick Draper |
Description
Algorithms written in python using PythonAlgorithm and C++ algorithms exposed to python using IAlgorithm have very different interfaces. For example, it's possible to get/set a property of a PythonAlgorithm by passing a workspace directly, but IAlgorithm doesn't allow it. All algorithms should be accessed thought the same python class regardless of whether they were defined in python or C++.
Change History
comment:2 Changed 10 years ago by Nick Draper
- Milestone changed from Iteration 27 to Iteration 28
Bulk move of tickets at the end of iteration 27
comment:3 Changed 9 years ago by Nick Draper
- Owner set to Martyn Gigg
- Status changed from new to assigned
comment:4 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 28 to Iteration 29
Bulk move of tickets at the end of iteration 28
comment:5 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 29 to Iteration 30
Accepted and assigned tickets moved at iteration 29 code freeze
comment:6 Changed 9 years ago by Nick Draper
- Milestone changed from Iteration 30 to Iteration 31
Bulk move of tickets to iteration 31 at the iteration 30 code freeze
comment:8 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to invalid
This will not be applied to the old-style API but is implicit in the new-style API.
comment:9 Changed 9 years ago by Nick Draper
- Status changed from verify to verifying
- Tester set to Nick Draper
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 3179