[cmo-devel] [ANNOUNCE] cmo 0.0.5 released
Status: Alpha
Brought to you by:
ghaddab
|
From: Driss G. <dri...@fr...> - 2005-05-19 05:29:41
|
Hi, CMO 0.0.5 has been released. NEWS for 0.0.5: --------------- Default and Factory properties are now implemented as documented in MATLAB(tm) online documentation. CMO Object implementors can now register "Factory" properties to the root object, allowing each descendent object to automatically support a related "Default" property. The Octave user will be able to get or modify "Default" properties. "Default" properties of an object can be reset to the "factory" value defined in the root object, or to the "default" value found in the closest ancestor of the object. "Default" properties can also be "remove"d. When a "Default" property is requested from an object that does not define it, the value of the same property of the closest ancestor is returned if it exists, else the related "Factory" value from the root object is returned. TODO for 0.0.6: --------------- The property API will be simplified. Objects from module A will be usable from module (and thread) B. After that point, API will be considered in beta stage and the Octave GUI Module (OGM) will receive most of the development effort. Cheers. |