All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. The file is formatted as described on http://keepachangelog.com/.
2.0.4 - 2020-01-14
- Support for KNIME versions older than 4.3
2.0.3 - 2019-07-02
- In tests call
PythonWrapperTestUtils.init()
instead ofPythonWrapperTestUtils.materializeKNIMEPythonUtils()
.
- Force usage of python3 in PATH during tests ((#8)[#8])
2.0.2 - 2019-06-27
- Compatible with KNIME 4 (#6)[#6]
2.0.1 - 2018-02-07
- Replaced PythonKernel from org.knime.python to org.knime.python2 (#4)
- Give proper exception when Python file is missing (#1)
1.1.0 - 2017-02-23
- Set node warning message from Python
- Allow changing of number and names of input and output tables,
default is 1 input table called
input_table
in Python and 1 output table calledoutput_table
in Python. - Test coverage
- More tests
- Codacy integration
- Give proper exception when Python file is missing (#1)
1.0.0 - 2016-07-11
- Abstract PythonWrapperNode classes
- Test utility to run tests which call PythonKernel execute