--------------------------------------------------------------------------------
- Changed documentation to Sphinx
- Removed object_type API. Python buildins can be used instead
- Updates to Filesystem API
- Added JobDescription.name attribute (as defined in DRMAA)
- Introduced stateful SSH connection substrate for PBS, SGE, etc
- Introduced support for GSISSH: pbs+gsissh://, sge+gsissh://
- Re-implementation of a (more Python-esque) attribute interface
- Fixed JobID issues, i.e., job.job_id returns 'None' in case the
job is not running instead of
- Introduced dynamic, fault-tolerant plug-in loader. If anything
goes wrong during loading of a specific plug-in (i.e.,
dependencies on 3rd party modules cannot be fulfilled, the plug-in
will just get skipped and the remaining ones will still get
loaded. Previously, a single problem during plug-in loading would
take radical.saga down.