Releases: SwissDataScienceCenter/renku-python
Releases · SwissDataScienceCenter/renku-python
v0.16.5
v1.0.6
v1.0.5
v1.0.4
v1.0.3
Bug Fixes
- core: Execution graph linking of plans #2600 (0528d7c)
- core: fix copying keywords of a plan (818093f)
- core: fix cwl float type and derived from (#2570) (19454ba)
- core: fix SHACL for Plan and CompositePlan (#2598) (21b022e)
- core: fix Zenodo dataset import if sameAs is set (#2572) (f704916)
- core: make activity ids deterministic in migration (#2581) (7ed6102)
- core: move NodeJS requirement check to cwltool plugin (#2586) (1d79ce2)
- service: fix cache.migrate not locking the project (#2573) (ed2bcd8)
- service: use separate queues for multi core service deployment (#2602) (0f3fefb)
Features
- cli: add explicit parameters to renku run (#2583) (5118774)
- core: extended template variable functionality (#2120) (0e13fc1)
- core: ignore quotation mark in git user/email config (#2537) (e70481c)
- core: pass parameters as env vars to scripts (and renku.api) (#2596) (c4fd71c)
- core: support forward compatibility of datasets (#2554) (c6a7013)
- core: reintroduce shell completion command (#2562) (6b3ee60)
v0.16.4
v0.16.3
v1.0.2
Bug Fixes
- core: disable interpolation when loading/storing renku config (#2527) (4724b60)
- core: fail gracefully when running non-existing commands (#2523) (2879c55)
- core: fix cwl float type and derived from (#2570) (19454ba)
- core: make activity ids deterministic in migration (#2581) (7ed6102)
- core: preserve dateCreated when migrating datasets (#2526) (74c48f2)
- core: set project when exporting graph (#2534) (de098a5)
- service: disable migration check optimization (#2541) (f2f573f)
- service: fix cache.migrate not locking the project (#2573) (ed2bcd8)
Features
- core: add shell_complete implementation for workflows and datasets (#2512) (d6c1fe2)
- core: extended template variable functionality (#2120) (0e13fc1)
- core: ignore quotation mark in git user/email config (#2537) (e70481c)
- core: renku clone with credentials (#2517) (594d0ad)
- core: support forward compatibility of datasets (#2554) (c6a7013)
- service: add project.lock_status endpoint (#2531) (082e897)
v1.0.1
v1.0.0
Overview
For a detailed overview of everything that has changed in this big release, check the
in-depth release notes.
Main Changes:
- Introduce a new metadata storage backend, not storing metadata scattered across commits, greatly improving performance
- New workflow backend with many new workflow commands:
renku workflow ls
renku workflow edit
renku workflow compose
renku workflow execute
renku workflow iterate
renku workflow export
renku workflow show
renku workflow rm
renku workflow inputs
renku workflow outputs
- New JSON-LD export method
renku graph export
renku run
now allows setting a name (using--name
), which is highly encouraged, and additional parameters, creating a new workflow templaterenku rerun
,renku status
andrenku update
have been rewritten to work with the new workflow format