Ticket #3614 (closed: fixed)
Implement core layout for update Python API
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
Set up the package structure and ensure unit tests can be run on both the C++ and Python code.
Change History
comment:10 Changed 9 years ago by Martyn Gigg
In [14325]:
comment:11 Changed 9 years ago by Martyn Gigg
In [14326]:
comment:12 Changed 9 years ago by Martyn Gigg
In [14449]:
comment:14 Changed 9 years ago by Martyn Gigg
In [14531]:
comment:15 Changed 9 years ago by Martyn Gigg
In [14532]:
comment:16 Changed 9 years ago by Martyn Gigg
In [14533]:
comment:17 Changed 9 years ago by Martyn Gigg
In [14534]:
comment:18 Changed 9 years ago by Martyn Gigg
In [14535]:
comment:19 Changed 9 years ago by Martyn Gigg
In [14536]:
comment:20 Changed 9 years ago by Martyn Gigg
In [14537]:
comment:21 Changed 9 years ago by Martyn Gigg
In [14597]:
comment:22 Changed 9 years ago by Martyn Gigg
In [14694]:
comment:23 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:24 Changed 9 years ago by Stuart Campbell
In [14947]:
comment:25 Changed 9 years ago by Martyn Gigg
In [15054]:
comment:26 Changed 9 years ago by Martyn Gigg
In [15062]:
comment:27 Changed 9 years ago by Martyn Gigg
In [15073]:
comment:28 Changed 9 years ago by Martyn Gigg
In [15154]:
comment:29 Changed 9 years ago by Martyn Gigg
In [15155]:
comment:30 Changed 9 years ago by Martyn Gigg
Refs #3614. Fix issue with workspace properties when set through a DataItem pointer.
Changeset: 89435032a5573b16bbf5401b819dcf1d4fedde0f
comment:31 Changed 9 years ago by Martyn Gigg
Add a macro for declaring the python type handlers when dealing with properties. Refs #3614
Changeset: 883e3d44b3b87d59d4d00eae7dc6dfbfed6daa2d
comment:32 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
I'm going to close this ticket as the work is now starting to go outside the core setup.
comment:33 Changed 9 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
comment:34 Changed 9 years ago by Anders Markvardsen
- Status changed from verifying to closed
Have run scripts with new and old python and looked at simpleapi.py and it all looks good to me.
A very minor comment is that a few @param are left out in simpleapi.py
comment:35 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4461
In [14203]: