- Fixed issue: https://github.com/oweidner/radical.saga/issues/8 - Fixed issue: https://github.com/oweidner/radical.saga/issues/6 - First version of a bigjob plugin. See wiki for details. - Fixed Python 2.4 compatibility issue
- Added bliss.sagacompat module for API compatibility. - API documentation: http://oweidner.github.com/bliss/apidoc-compat/ - Added examples for 'compat' API, e.g.: https://github.com/oweidner/bliss/tree/master/examples/job-api/compat/ - Added configuration files for epydoc
- Fixed bug in URL.get_host() - Fixed issues with extremely short running PBS jobs in conjunction with scheduler configruations that remove the job from the queue the second it finishes execution. - First working version of an SFTP file API plugini based on Paramiko - Two advance bfast examples incl. output file staging: https://github.com/oweidner/bliss/blob/master/examples/advanced/bfast_workflow_01.py https://github.com/oweidner/bliss/blob/master/examples/advanced/bfast_workflow_02.py