You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`NextflowRunner`: Automatically convert integers to doubles when argument type is `double` (port of PR #824, PR #825).
22
+
23
+
# Viash 0.9.4 (2025-04-24): Hotfix for Nextflow edge
24
+
25
+
This is a hotfix release for the changes in Nextflow edge's handling of double arguments.
26
+
27
+
## BUG FIXES
28
+
29
+
*`NextflowRunner`: Automatically convert integers to doubles when argument type is `double` (port of PR #823, PR #824).
30
+
31
+
# Viash 0.9.3 (2025-03-31): Support upcoming version of Nextflow
32
+
33
+
The upcoming release of Nextflow introduces a new class for loading scripts and renamed the old class.
34
+
This release supports this change by using reflection to detect the available class.
21
35
22
36
## BUG FIXES
23
37
24
38
*`NextflowRunner`: ScriptParser was renamed to ScriptLoaderV1 in Nextflow 25.02.0-edge (PR #812). This fix uses reflection
25
39
to detect whether ScriptParser exists -- if not the ScriptLoaderFactory is used instead.
26
40
41
+
*`NextflowRunner`: Make sure scripts are generated with the right extension (PR #815).
42
+
27
43
# Viash 0.9.2 (2025-03-04): Bug fix release
28
44
29
45
This release fixes an edge case where output arguments for subworkflows were malformed.
@@ -36,7 +52,6 @@ This release fixes an edge case where output arguments for subworkflows were mal
36
52
37
53
*`NextflowRunner`: Fix issue where output arguments for subworkflows were being returned as nested arrays instead of simple arrays (PR #798, PR #800).
38
54
39
-
40
55
# Viash 0.9.1 (2024-12-16): Enhanced nextflow support and Scala 3 update
41
56
42
57
Workflows can now publish results asynchronously by emitting multiple output channels. These results will then be merged into a published output behind the screens.
@@ -223,6 +238,28 @@ Implemented a proper way of caching dependency repositories. The cache is stored
223
238
224
239
* `viash test`: Fix an issue where the tests would not copy package config settings to determine the docker image name (PR #767).
225
240
241
+
# Viash 0.8.8 (2025-04-24): Hotfix for Nextflow edge
242
+
243
+
This is a hotfix release for the changes in Nextflow edge's handling of double arguments.
244
+
245
+
## BUG FIXES
246
+
247
+
* `NextflowRunner`: Automatically convert integers to doubles when argument type is `double` (PR #823).
248
+
249
+
# Viash 0.8.7 (2025-04-01): Backport support upcoming version of Nextflow
250
+
251
+
The upcoming release of Nextflow introduces a new class for loading scripts and renamed the old class.
252
+
This release supports this change by using reflection to detect the available class.
253
+
254
+
## BUG FIXES
255
+
256
+
* `viash build`: Fix error handling of non-generic errors in the build process or while pushing docker containers (PR #696).
257
+
258
+
* `NextflowRunner`: ScriptParser was renamed to ScriptLoaderV1 in Nextflow 25.02.0-edge (PR #817). Backport from Viash 0.9.3 (PR #812).
259
+
This fix uses reflection to detect whether ScriptParser exists -- if not the ScriptLoaderFactory is used instead.
260
+
261
+
* `NextflowRunner`: Backport path handling for `meta.resources_dir` for when symlinks are used (PR #817).
262
+
226
263
# Viash 0.8.6 (2024-04-26): Bug fixes and improvements for CI
0 commit comments