Skip to content

Releases: InformaticsMatters/squonk2-data-manager-job-decoder

Support for files on input and output

01 Sep 11:20
Compare
Choose a tag to compare
  • Also add decoder methods to get split and combine variables
  • Also add tests

Experimental 'trait' property

29 Aug 16:18
Compare
Choose a tag to compare
2.4.0

docs: Doc tweak

Tighter JD schema

13 Jun 16:26
Compare
Choose a tag to compare
  • Now covers the majority of the structure of "variables"

Add support for collection & name validation to decoder

02 Jun 14:11
Compare
Choose a tag to compare
2.2.0

feat: Add support to check validity of collection and job names

Add get_image() to decoder

30 Jul 15:37
Compare
Choose a tag to compare
2.1.0

feat: Add get_image() to decoder

Move to jsonschema 4

11 Apr 16:30
9dab70e
Compare
Choose a tag to compare
  • Requires 4.21.1 or any later 4.x release

Relaxes support for PyYAML 5.4 (now 5.3)

20 Jul 11:40
Compare
Choose a tag to compare
  • Attempts to fix builds for jote (currently filling due to cython 3 and PyYaml 5.4 - 6.0.0

Now permits use of PyYAML 5.4.1

20 Jul 09:14
Compare
Choose a tag to compare
  • To simplify migration through jote (our Job tester)

Now uses PyYAML 6.x (in preparation for Python 3.11)

20 Jul 08:40
Compare
Choose a tag to compare
  • PyYAML now >= 6.0.1, < 7.0 (was 5.4.1)
  • jsonschema now >= 3.2.0, < 4.0 (was 3.2.0)

Adds get_inputs() and get_outputs()

14 Apr 13:32
Compare
Choose a tag to compare
1.16.0

test: Fix for recent tests