Skip to content

Releases: gjbex/atools

Documentation adapted to increasing Slurm usage

24 May 14:24
429490f
Compare
Choose a tag to compare

This release only has changes to the documentation and examples to account for the fact that Slurm gains in popularity as a scheduler.

Fix logging

24 Aug 13:36
788618d
Compare
Choose a tag to compare

Logging using alog didn't work due to a missing configuration value.

Ported to Python 3

11 Aug 12:33
Compare
Choose a tag to compare
  • atools now requires Python 3.2+
  • error handling for one-column data files has been improved
  • examples added

Bugfix release

11 May 12:28
Compare
Choose a tag to compare
  • The fix for the issue that Python's csv module has with single-column CSV files (are those CSV files?) was not fixed in allconditional branches.

Bug fix release

13 Feb 10:57
f53a07c
Compare
Choose a tag to compare

Bug fixes for issues reported by Kurt Lust.

Bug fix for missing import

03 Jan 12:24
366d079
Compare
Choose a tag to compare
  • Fixes issue #23 , missing sys module import for acreate.

Workaround for single column CSV file

18 Apr 10:28
Compare
Choose a tag to compare

The Python CSV sniffer gets confused when it has to deal with a CSV file that has a single column only. As a workaround, there is now an option for arange and aenv to switch off the sniffer, which is probably not required for such a simple data format.

Bug fix for log file locking problem

30 Jun 14:09
Compare
Choose a tag to compare

Accidentally, an deprecated API for file locking was used, resulting in an intermittent bug causing some log entries not to be written. Replaced by current API calls.

Fix for installation

29 Sep 15:09
Compare
Choose a tag to compare

The installation would omit some Python files, thanks @wpoely86 for spotting this, and submitting the pull request.

Release with Makefile.in

29 Sep 13:50
Compare
Choose a tag to compare

Apparently if you delete a release, do additional commits, and create a release with the same name, the changes are not taken into account.

Now with autotools artefacts included.