Skip to content

Releases: spco/astrid

v0.2

25 May 08:08
906758c
Compare
Choose a tag to compare

Change log:

  • Added a 'delay' command line option between job submissions (default 0.1s) as a courtesy to the job scheduler when submitting large numbers of jobs.
  • Improved the format of the summary table of jobs with their job IDs.

The executable is created with

pyinstaller astrid.py -F

against Python 3.5.5 and numpy 1.11.2.

v0.1

24 May 11:05
Compare
Choose a tag to compare

Initial release version. The executable is created with

pyinstaller astrid.py -F

against Python 3.5.5 and numpy 1.11.2.