Renku

Latest version: v2.9.2

Safety actively analyzes 629723 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 31 of 65

1.1.1

Not secure
-------------------------------------------------------------------------------------------------------

This is a hotfix release fixing an issue with id generation for activities.

Bug Fixes
~~~~~~~~~

- **core:** Add doctor fix and on-the-fly migration for wrong activity ids
(`2747 <https://github.com/SwissDataScienceCenter/renku-python/issues/2747>`__)

1.1.0

Not secure
-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **dataset:** unset wasDerivedFrom for imported datasets
(`2686 <https://github.com/SwissDataScienceCenter/renku-python/issues/2686>`__)
(`89023d2 <https://github.com/SwissDataScienceCenter/renku-python/commit/89023d266fc0dde237e8e8164f2cde16e41e342c>`__)
- **core:** avoid migration failure for invalid dataset names
(`2703 <https://github.com/SwissDataScienceCenter/renku-python/issues/2703>`__)
(`ee607ac <https://github.com/SwissDataScienceCenter/renku-python/commit/ee607acbb374b97c526e9d6c87c08eda735fbb2a>`__)
- **core:** fix workflow iterate working with int parameters
(`2720 <https://github.com/SwissDataScienceCenter/renku-python/issues/2720>`__)
(`2358962 <https://github.com/SwissDataScienceCenter/renku-python/commit/235896295e60f678e40f989ab9a144b51fbf94e8>`__)
- **core:** check workflow execute inputs
(`2727 <https://github.com/SwissDataScienceCenter/renku-python/issues/2727>`__)
(`0bfceaf <https://github.com/SwissDataScienceCenter/renku-python/commit/0bfceafa4e6b4750439ab0ed20c61b0a6ba03a1f>`__)

Features
~~~~~~~~

- **core:** add template command
(`2590 <https://github.com/SwissDataScienceCenter/renku-python/issues/2590>`__)
(`4ff9c4f <https://github.com/SwissDataScienceCenter/renku-python/commit/4ff9c4f77462dcf74083de0f6abad88b286bc6b4>`__)
- **dataset:** use posix move semantics when adding with destination
(`2612 <https://github.com/SwissDataScienceCenter/renku-python/issues/2612>`__)
(`24f843a <https://github.com/SwissDataScienceCenter/renku-python/commit/24f843a485d46f6e9627ec02e661ffa63d8c69c9>`__)
- **core:** add dataset entries to renku log
(`2633 <https://github.com/SwissDataScienceCenter/renku-python/issues/2633>`__)
(`f92fbac <https://github.com/SwissDataScienceCenter/renku-python/commit/f92fbac86e042077dec5a7425aa2dd2a2a3607c5>`__)
- **core:** color edges on a per-node basis
(`2719 <https://github.com/SwissDataScienceCenter/renku-python/issues/2719>`__)
(`ffa10fb <https://github.com/SwissDataScienceCenter/renku-python/commit/ffa10fb759e0092d49f29e7c99738e5406cf5481>`__)
- **core:** add check for invalid imported datasets
(`2726 <https://github.com/SwissDataScienceCenter/renku-python/issues/2726>`__)
(`9223886 <https://github.com/SwissDataScienceCenter/renku-python/commit/9223886a72369394c33e64149c7d440ea06f8515>`__)

1.0.6

Not secure
-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **core:** fix file size in dataset imported from renku
(`2637 <https://github.com/SwissDataScienceCenter/renku-python/issues/2637>`__)
(`fc58c81 <https://github.com/SwissDataScienceCenter/renku-python/commit/fc58c8100ebb0ecb31038d21f899ae953758a04d>`__)
- **service:** bump Pillow to 9.0+ to fix security vulnerability
(`2645 <https://github.com/SwissDataScienceCenter/renku-python/issues/2645>`__)
(`6002279 <https://github.com/SwissDataScienceCenter/renku-python/commit/6002279767c3b2ce9cfe2ee56691a47c8869780d>`__)
- **service:** remove json requirement from project.lock_status
(`2676 <https://github.com/SwissDataScienceCenter/renku-python/issues/2676>`__)
(`7744a2d <https://github.com/SwissDataScienceCenter/renku-python/commit/7744a2d629950bad13d9d0374ba11e0841a4a962>`__)

Features
~~~~~~~~

- **service:** expose warnings and errors on cache.migrate endpoint
(`2681 <https://github.com/SwissDataScienceCenter/renku-python/issues/2681>`__)
(`8d4db90 <https://github.com/SwissDataScienceCenter/renku-python/commit/8d4db905598a512f2e351f081d519cf3295fd14b>`__)

1.0.5

Not secure
-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **core:** replace ``cwlgen`` with ``cwl-utils``
(`2603 <https://github.com/SwissDataScienceCenter/renku-python/issues/2603>`__)
(`ab2e9cf <https://github.com/SwissDataScienceCenter/renku-python/commit/ab2e9cf0b1f0c63a025bd6e09fffd4ab350a0d48>`__)

- **core:** fix jinja2 dependency not being installed by pip
(`2613 <https://github.com/SwissDataScienceCenter/renku-python/issues/2613>`__)
(`6effa0e <https://github.com/SwissDataScienceCenter/renku-python/commit/6effa0efe7fe093119212d11a05515cd5f8cdeab>`__)

1.0.4

Not secure
-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **service:** Unlimited uploaded file size for multiple core-service deployment
(`2609 <https://github.com/SwissDataScienceCenter/renku-python/pull/2609>`__)

1.0.3

Not secure
-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **core:** Execution graph linking of plans
`2600 <https://github.com/SwissDataScienceCenter/renku-python/issues/2600>`__
(`0528d7c <https://github.com/SwissDataScienceCenter/renku-python/commit/0528d7c3a7285ce931d50661d549ae5c159d2e0f>`__)
- **core:** fix copying keywords of a plan
(`818093f <https://github.com/SwissDataScienceCenter/renku-python/commit/818093fda0a9528063ac34fcb5a87b8ce91c233c>`__)
- **core:** fix cwl float type and derived from
(`2570 <https://github.com/SwissDataScienceCenter/renku-python/issues/2570>`__)
(`19454ba <https://github.com/SwissDataScienceCenter/renku-python/commit/19454ba89f2eea15cc0051f48a0e60cf373d742d>`__)
- **core:** fix SHACL for Plan and CompositePlan
(`2598 <https://github.com/SwissDataScienceCenter/renku-python/issues/2598>`__)
(`21b022e <https://github.com/SwissDataScienceCenter/renku-python/commit/21b022e6ebfa0991abb3737aaec2d1f907236944>`__)
- **core:** fix Zenodo dataset import if ``sameAs`` is set
(`2572 <https://github.com/SwissDataScienceCenter/renku-python/issues/2572>`__)
(`f704916 <https://github.com/SwissDataScienceCenter/renku-python/commit/f7049165b53c69776a5a0a9d2c5ef0fd7b233b62>`__)
- **core:** make activity ids deterministic in migration
(`2581 <https://github.com/SwissDataScienceCenter/renku-python/issues/2581>`__)
(`7ed6102 <https://github.com/SwissDataScienceCenter/renku-python/commit/7ed6102496abb03329f6b19521232215e31a834a>`__)
- **core:** move NodeJS requirement check to cwltool plugin
(`2586 <https://github.com/SwissDataScienceCenter/renku-python/issues/2586>`__)
(`1d79ce2 <https://github.com/SwissDataScienceCenter/renku-python/commit/1d79ce27d7661e59e2ddc33b90e6003b16a4e090>`__)
- **service:** fix cache.migrate not locking the project
(`2573 <https://github.com/SwissDataScienceCenter/renku-python/issues/2573>`__)
(`ed2bcd8 <https://github.com/SwissDataScienceCenter/renku-python/commit/ed2bcd8551f500e3a4a422a6906d0813317b1c77>`__)
- **service:** use separate queues for multi core service deployment
(`2602 <https://github.com/SwissDataScienceCenter/renku-python/issues/2602>`__)
(`0f3fefb <https://github.com/SwissDataScienceCenter/renku-python/commit/0f3fefb97cadae79a26e4a33ef3aea30e870e2fe>`__)

Features
~~~~~~~~

- **cli:** add explicit parameters to renku run
(`2583 <https://github.com/SwissDataScienceCenter/renku-python/issues/2583>`__)
(`5118774 <https://github.com/SwissDataScienceCenter/renku-python/commit/511877464266a7c6053bcf78b49560c36135f412>`__)
- **core:** extended template variable functionality
(`2120 <https://github.com/SwissDataScienceCenter/renku-python/issues/2120>`__)
(`0e13fc1 <https://github.com/SwissDataScienceCenter/renku-python/commit/0e13fc1b4db8b0fd323cc3d3fc0c865ed280fccc>`__)
- **core:** ignore quotation mark in git user/email config
(`2537 <https://github.com/SwissDataScienceCenter/renku-python/issues/2537>`__)
(`e70481c <https://github.com/SwissDataScienceCenter/renku-python/commit/e70481cd386ceadd9e43e06d373c32e8f6c8669d>`__)
- **core:** pass parameters as environment vars to scripts (and renku.api)
(`2596 <https://github.com/SwissDataScienceCenter/renku-python/issues/2596>`__)
(`c4fd71c <https://github.com/SwissDataScienceCenter/renku-python/commit/c4fd71c6c3df0b755d88c88c40f1b81792e91b46>`__)
- **core:** support forward compatibility of datasets
(`2554 <https://github.com/SwissDataScienceCenter/renku-python/issues/2554>`__)
(`c6a7013 <https://github.com/SwissDataScienceCenter/renku-python/commit/c6a7013e02b639bf1894d6b96e53b05a0058cb9e>`__)
- **core:** reintroduce shell completion command
(`2562 <https://github.com/SwissDataScienceCenter/renku-python/issues/2562>`__)
(`6b3ee60 <https://github.com/SwissDataScienceCenter/renku-python/commit/6b3ee604db4e23bd8b51a323ec0af93fda0d23ff>`__)

Page 31 of 65

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.