Skip to content

Releases: sara-nl/picasclient

1.0.0

25 Nov 09:48
849d04d
Compare
Choose a tag to compare

What's Changed

  • Added stop functionalities: max token execution time; max total runtime; max number of tasks, max scrub count
  • Option to automatically resubmit tokens after failure (up to max scrub count)
  • Allow user to specify desired state of token that remain locked (resubmit, failed, etc.)
  • Store SLURM and DIRAC jobID in token
  • More robust parsing of processing commands to fix errors with nested scripts
  • Convert from setuptools to poetry; use pyproject.toml instead of setup.py
  • Fix SSLEOFerror when token cannot be saved to DB

New Contributors

Full Changelog: 0.3.0...1.0.0

What's Changed

New Contributors

Full Changelog: 0.3.0...1.0.0

0.3.0

21 Sep 14:09
Compare
Choose a tag to compare

Major changes:

  • moved to python 3
  • added examples
  • updated test CI to work on github
  • merged different non-tracked parts of picas into the repository
  • massively updated readme

Generated:

What's Changed

New Contributors

  • @lnauta made their first contribution in #9

Full Changelog: 0.2.10...0.3.0

PiCaS automatic stores batch job identifier

08 Dec 15:38
Compare
Choose a tag to compare

PiCaS stores automatic the batch job identifier inside of a token:
It checks in following order(and stops if ID is found).

  • GLITE_WMS_JOBID (saves aswms_job_id)
  • CREAM_JOBID (saves as cream_job_id)
  • PBS_JOBID (saves as pbs_job_id)

First public release on PyPI

20 Oct 15:44
Compare
Choose a tag to compare
0.2.9

all instances of PiCaS are  spelled as picas