Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Releases: 3D-e-Chem/knime-python-node-archetype

v2.0.0

03 Jul 06:38
Compare
Choose a tag to compare

Generates KNIME workflow node skeleton repository with sample code. The node executes a Python script which is included in the skeleton. The script uses dictionary for dialog options and Pandas DataFrames as input and output.

Synced with tycho-knime-node-archetype v2.0.0.

Added

  • CITATION.cff and .zenodo.json files, for better citation support

Changed

  • Requires KNIME version 4 (#2)
  • Switched from KNIME SDK to Eclipse + target platform
  • Source jars for plugin have been replaced with source reference in MANIFEST.MF

v1.4.0

07 Feb 15:30
Compare
Choose a tag to compare

Generates KNIME workflow node skeleton repository with sample code. The node executes a Python script which is included in the skeleton. The script uses dictionary for dialog options and Pandas DataFrames as input and output.

Synced with tycho-knime-node-archetype v1.5.0.

Changed

  • Upgraded to v2.0.1 of nl.esciencecenter.e3dchem.python.plugin, which allows for running nodes in either Python version 2 or 3

v1.2.2

24 Jan 15:09
Compare
Choose a tag to compare

Generates KNIME workflow node skeleton repository with sample code. The node executes a Python script which is included in the skeleton. The script uses dictionary for dialog options and Pandas DataFrames as input and output.

Added

v1.2.1

12 Jul 15:01
Compare
Choose a tag to compare

Generates Knime workflow node skeleton repository with sample code. The node executes a Python script which is included in the skeleton. The script uses dictionary for dialog options and Pandas DataFrames as input and output.

Changed

  • Templatify KNIME test workflow
  • Process Travis-CI config file by template engine
  • Improved development instructions

v1.2.0

11 Jul 16:23
Compare
Choose a tag to compare

Generates Knime workflow node skeleton repository with sample code. The node executes a Python script which is included in the skeleton. The script uses dictionary for dialog options and Pandas DataFrames as input and output.

Initial release

Forked from https://github.com/3D-e-Chem/tycho-knime-node-archetype

Changed