Releases: 3D-e-Chem/knime-python-node-archetype
v2.0.0
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
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
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
- Instruction to add generated repo to 3D-e-Chem KNIME feature (3D-e-Chem/knime-node-collection#3)
v1.2.1
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
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
- Refactored KNIME node to a Python Wrapper node (https://github.com/3D-e-Chem/knime-python-wrapper)