Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _versioned/0.8.8.tar.xz
Binary file not shown.
18 changes: 18 additions & 0 deletions blog/posts/viash-0.8.8/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Viash 0.8.8"
subtitle: "Hotfix for how Nextflow edge"
date: "2025-04-24"
categories: [ New Release ]
author: Viash Team
---

## What's new?

This is a hotfix release for the changes in Nextflow edge's handling of double arguments.

## Full changelog

### BUG FIXES

* `NextflowRunner`: Automatically convert integers to doubles when argument type is `double` (PR #823).

3 changes: 3 additions & 0 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
{
"version": "0.9.0"
},
{
"version": "0.8.8"
},
{
"version": "0.8.7"
},
Expand Down