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-wrapper

v2.0.4

12 Feb 11:38
aa268d5
Compare
Choose a tag to compare

Abstract Python wrapper KNIME node and helpers. Used for development of KNIME nodes calling Python scripts.

Fixed

  • Support KNIME 4.3 (#9 + #10)

Removed

  • Support for KNIME versions older than 4.3

v2.0.3

02 Jul 12:14
Compare
Choose a tag to compare

Abstract Python wrapper KNIME node and helpers. Used for development of KNIME nodes calling Python scripts.

Changed

  • In tests call PythonWrapperTestUtils.init() instead of PythonWrapperTestUtils.materializeKNIMEPythonUtils().

Fixed

  • Force usage of python3 in PATH during tests ((#8)[https://github.com//issues/8])

v2.0.2

27 Jun 09:44
Compare
Choose a tag to compare

Abstract Python wrapper KNIME node and helpers. Used for development of KNIME nodes calling Python scripts.

Changed

  • Compatible with KNIME 4 (#6)[https://github.com//issues/6]

v2.0.1

07 Feb 14:08
Compare
Choose a tag to compare

Abstract Python wrapper KNIME node and helpers. Used for development of KNIME nodes calling Python scripts.

Version 2 allows nodes to use Python version 2 or 3 and different serializers.

Changed

  • Replaced PythonKernel from org.knime.python to org.knime.python2 (#4)

v1.1.0

23 Feb 19:25
Compare
Choose a tag to compare

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 called input_table in Python
    and 1 output table called output_table in Python.
  • Test coverage
  • More tests
  • Codacy integration

Fixed

  • Give proper exception when Python file is missing (#1)

v1.0.0

11 Jul 13:07
Compare
Choose a tag to compare

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