Releases: SwissDataScienceCenter/renku-python
Releases · SwissDataScienceCenter/renku-python
v1.2.2
v1.2.1
v1.2.0
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 torenku.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
v0.16.7
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
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)