Nothing so far.
Feature release, code name Transoxiana, released on June 4th 2015
moi_parent_id
is now available to all executed methodssubmit
now accepts aContext
instance_redis_wrap
now returns the result_submit
now returns AsyncResult as well as IDs_redis_wrap
will now reraise if an exception is thrown- moi_list will no longer attempt to set status if the status node does not exist
Context
now knows its name- added moi.moi_js and moi.moi_list_js to retreive the absolute path to the corresponding .js files
- A new click interface for getting job details
- Added
submit
andjob
methods to the command line interface - Can get summary information for all user jobs
update_status
is nowmoi_update_status
_submit
return signature now includesAsyncResult
moi.init()
now takes agroup_id
, which is sentonopen
if not null
moi_context
was the dict of contexts, instead of the context name
Initial release (Nov. 17, 2014)
- Easy support for submitting compute, and monitoring compute from a browser.
- Communication between jobs -> MOI and MOI -> websocket have been defined.