- Complete correction in styling.
- Completion of binding matrices to dataset. (Only matrices of real type can be binded)
- Octave interpreter used in the plugin was a global variable, initialised within MODULE_INIT. This brings an additional problem of memory leakage to the deck. To overcome this problem, the global reference of octave interpreter is made to thread-local variable initialised within compileEmbeddedScript. This implies only one octave interpreter for a thread and the memory allocated will be cleared once the execution of thread is completed.
- Additional test cases are added to octave plugin test file.
- Documentation of the plugin.
- Code can be found here.
Work to be done in week 10:
No comments:
Post a Comment