Skip to content

Releases: TerraFusion/batch4py

Bug Fixes

11 Jul 16:00
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

Fixing bug where multiple dependencies would overwrite each other, thus causing only one dependency to be active.

0.2.3: Merge pull request #4 from TerraFusion/jobchain

29 Jun 20:11
fbcf671
Compare
Choose a tag to compare

This implements the following:

  • Fixed bug where specifying dependencies was somehow in the wrong order ( id:afterany --> afterany:id ). Not sure how this got backwards.

  • Added functionality for specifying job name.

Readme fix

22 May 16:33
7adb1ad
Compare
Choose a tag to compare
Readme fix Pre-release
Pre-release
0.2.2

Update README.md

Fix to setup.py

22 May 15:23
Compare
Choose a tag to compare
Fix to setup.py Pre-release
Pre-release

This release fixes the issue of config.yml not being included as package data.

Class refactoring for TORQUE Scheduler

21 May 19:18
d138f0c
Compare
Choose a tag to compare
Pre-release

This release refactors the structure of the scheduler class hierarchy. The TORQUE scheduler is now operational using the new structure. Object initializations are now different from 0.1.0, refer to the documentation.

Working release

16 May 18:15
abeb66b
Compare
Choose a tag to compare
Working release Pre-release
Pre-release

This is a bare-bones, minimum release of the package. It does not include any setup utilities. Users must manually copy source code into their local user site. It also only supports TORQUE semantics.