This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
Releases: 3D-e-Chem/knime-python-wrapper
Releases · 3D-e-Chem/knime-python-wrapper
v2.0.4
v2.0.3
Abstract Python wrapper KNIME node and helpers. Used for development of KNIME nodes calling Python scripts.
Changed
- In tests call
PythonWrapperTestUtils.init()
instead ofPythonWrapperTestUtils.materializeKNIMEPythonUtils()
.
Fixed
v2.0.2
v2.0.1
v1.1.0
Abstract Python wrapper KNIME node and helpers. Used for development of KNIME nodes calling Python scripts.
Added
- Set node warning message from Python
- Allow changing of number and names of input and output tables,
default is 1 input table calledinput_table
in Python
and 1 output table calledoutput_table
in Python. - Test coverage
- More tests
- Codacy integration
Fixed
- Give proper exception when Python file is missing (#1)
v1.0.0
Abstract Python wrapper KNIME node and helpers. Used for development of KNIME nodes calling Python scripts.
Initial release.
Added
- Abstract PythonWrapperNode classes
- Test utility to run tests which call PythonKernel exec