vernalis / vernalis-knime-nodes

This repository is the source code for the Vernalis KNIME community contribution.
5 stars 5 forks source link

Update variable based comparison nodes to use new type framework #4

Closed sroughley closed 2 years ago

sroughley commented 3 years ago

As of KNIME 4.1 the NodeModel#getAvailableFlowVariables() and associated methods, along with the FlowVariable#Type enum are deprecated to allow more variable types including array types.

The nodes should also be able to compare perform comparisons now on more variable types

sroughley commented 2 years ago

Fixed in v1.33.0