Skip to content

Releases: brsynth/RetroPath2-wrapper

Release 3.2.0

18 Jul 14:00
Compare
Choose a tag to compare

3.2.0 (2024-07-18)

Features

  • add '--no-network' option (0dbba0c)

Release 3.1.1

21 Dec 08:48
Compare
Choose a tag to compare

3.1.1 (2023-12-21)

Bug Fixes

  • knime.py: plugins_to_install from KPlugins -> str (6bd11f4)

Build Systems

  • environment.yaml: fix brs_utils bound version (18bbf80)
  • environment.yaml: update dep bound (2139201)

Release 3.1.0

14 Dec 10:03
Compare
Choose a tag to compare

3.1.0 (2023-12-14)

Features

  • add --kplugins option to handle KNIME plugins (8807098)

Build Systems

  • environment.yaml: update bound version (85c11e5)

Release 3.0.1

19 Apr 22:56
Compare
Choose a tag to compare

3.0.1 (2023-04-19)

Release 3.0.0

13 Apr 22:55
Compare
Choose a tag to compare

3.0.0 (2023-04-13)

⚠ BREAKING CHANGES

  • retropath2_wrapper: Remove arguments from command line
    Simply how Knime is handled:
  • Knime executable is provided by the user
  • It will be downloaded from Zenodo. Custom install directory and version are allowed.

Features

  • add KNIME python and rdkit versions (19f4d3a)
  • retropath2_wrapper: remove --kpkg-install, --kzenodo arguments (a18ba0b)

Bug Fixes

  • add version for kpython + krdkit (41f2a20)
  • build: pkg arch (cc1ee59)
  • build: rm macos since pkgs do not exist (7da7c9b)
  • build: typo (8ef38db)
  • knime.py: add lib path (f3b182b)
  • retropath2_wrapper: resolve historic modifications (d40f193)

Release 2.6.0

30 Jan 15:13
Compare
Choose a tag to compare

2.6.0 (2023-01-30)

Features

  • retropath2_wrapper: download from Zenodo v4.7.0 (e80405f)
  • retropath2_wrapper: download Knime from Zenodo (27c6c45)

Bug Fixes

  • retropath2_wrapper: default argument, return code (85c7451)
  • retropath2_wrapper: failed return codes were changed (931da6b)
  • retropath2_wrapper: logic to install exec and package (7409512)
  • retropath2_wrapper: misc (917e67b)
  • retropath2_wrapper: run effectively a test (a848601)
  • retropath2_wrapper: update knime version (215adc0)
  • retropath2_wrapper: workflow path (5a8eac8)

Documentation

  • retropath2_wrapper: update test section & link to zenodo repositories (d9abae9)

Tests

  • retropath2_wrapper: enable conftest.py to run functional or not according to the env (71e7f3d)
  • retropath2_wrapper: move unit test in a new dir (c2e7f3a)

Release 2.5.2

01 Dec 14:33
9cea2ea
Compare
Choose a tag to compare

2.5.2 (2022-12-01)

Bug Fixes

  • retropath2_wrapper: prevent use of CONDA_PREFIX env variable (471442a)

Release 2.5.1

30 Nov 14:54
4f39304
Compare
Choose a tag to compare

2.5.1 (2022-11-30)

Bug Fixes

  • retropath2_wrapper: rm ld_library_path hack (3792faa)

Release 2.5.0

28 Nov 14:32
0d4957d
Compare
Choose a tag to compare

2.5.0 (2022-11-28)

Features

  • retropath2: add Preference object and add it to cmd line for knime (5b197ef)
  • retropath2: rename argument "timeout" to "msc_timeout" and rename corresponding variables (3fe9fad)

Bug Fixes

  • knime: specify package version per Knime version #8 (b3a9ae2)
  • retropath2: adapted for windows (7bc83a0)
  • retropath2: timeout rdkit (eb7466f)
  • retropath2_wrapper: check_input, adjust return code (afc5ec5)

Code Refactoring

  • tests: locate test files into a root file (75e6bb5)

Release 2.4.0

23 Sep 08:38
Compare
Choose a tag to compare

2.4.0 (2022-09-23)

Features