Skip to content

Releases: SwissDataScienceCenter/renku-python

v1.2.2

13 Apr 11:56
8095f52
Compare
Choose a tag to compare

This is a hotfix release.

Bug Fixes

  • core: fix SHACL shape to properly validate imported Dataset.datePublished for Zenodo

v1.2.1

11 Apr 16:37
1519512
Compare
Choose a tag to compare

Bug Fixes

  • core: fix Plan.invalidated_at datetime not being timezone aware (#2823) (df82f9f)

v1.2.0

08 Apr 17:03
b2e6ecd
Compare
Choose a tag to compare

This release contains an internal refactoring moving some renku-python
namespaces around, namely:

  • renku.api -> renku.ui.api
  • renku.cli -> renku.ui.cli
  • renku.service -> renku.ui.service
  • renku.core.commands -> renku.command
  • renku.core.models -> renku.domain_model
  • renku.core.metadata -> renku.infrastructure
  • renku.core.plugins -> renku.core.plugin
  • some renku.core.management.* submodules to renku.core.*

All except the last point have redirects from the old to the new
namespace, so existing could continues to work, but importing the old
namespace will print a DeprecationWarning. The code itself hasn't
change, so replacing the old imports with the new ones is all that needs
to be done.

Bug Fixes

  • workflow: crash with external files in a command
    (#2817)
    (54f5abe)
  • core: fix error when using external file in plan
    (#2815)
    (101209c)
  • core: fix SHACL shape for MappingParameter and add SHACL checks
    to more tests
    (#2811)
    (ce9850f)
  • core: Fix workflow outputs not staging parent directory o
    execution
    (#2798)
    (330a3b8)
  • core: optimize imports to improve startup time
    (#2799)
    (918fc30)
  • service: clean cache after trying to fetch projects from
    non-existing repos
    (#2789)
    (c62b75b),
    closes
    #2787

Features

  • workflow: docker container support for toil provider
    (#2795)
    (3b3a896)

v0.16.7

08 Apr 08:19
eed5c31
Compare
Choose a tag to compare

Improvement

  • Consolidate CLI and Service Dockerfiles into one

v1.1.4

28 Mar 12:27
887cf46
Compare
Choose a tag to compare

This is a bugfix release fixing an issue with cycle detection in
workflows.

Bug Fixes

  • core: prevent creating cycles when creating/executing workflows.
    Fix color in workflow visualize.
    (#2785)

v1.1.3

25 Mar 15:16
cb1ed39
Compare
Choose a tag to compare

Bug Fixes

  • core: use consistent template versioning for embedded and remote templates (#2763)

v1.1.2

19 Mar 13:06
fcec413
Compare
Choose a tag to compare

Bug Fixes

  • core: fix ParameterMapping in SHACL (#2762)

v1.1.1

11 Mar 08:11
1aecd9f
Compare
Choose a tag to compare

Bug Fixes

  • core: Add doctor fix and on-the-fly migration for wrong activity ids(#2747)

v1.1.0

04 Mar 16:24
639ba2c
Compare
Choose a tag to compare

Bug Fixes

  • dataset: unset wasDerivedFrom for imported datasets (#2686) (89023d2)
  • core: avoid migration failure for invalid dataset names (#2703) (ee607ac)
  • core: fix workflow iterate working with int parameters (#2720) (2358962)
  • core: check workflow execute inputs (#2727) (0bfceaf)

Features

  • core: add template command (#2590) (4ff9c4f)
  • dataset: use posix move semantics when adding with destination (#2612) (24f843a)
  • core: add dataset entries to renku log (#2633) (f92fbac)
  • core: color edges on a per-node basis (#2719) (ffa10fb)
  • core: add check for invalid imported datasets (#2726) (9223886)

v0.16.6

03 Mar 10:23
23ecba7
Compare
Choose a tag to compare

Features

  • chore(service): rename /version to /apiversion #2593 (2ddc46da)