Renku

Latest version: v2.9.2

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

Scan your dependencies

Page 28 of 65

1.7.1

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

Bug Fixes
~~~~~~~~~

- **cli:** fix bug with adding file to dataset that's already in its data directory
(`3090 <https://github.com/SwissDataScienceCenter/renku-python/pull/3090>`__)

Features
~~~~~~~~

- **cli:** add existing data directory files to dataset on creation
(`3090 <https://github.com/SwissDataScienceCenter/renku-python/pull/3090>`__)

1.7.0

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

Bug Fixes
~~~~~~~~~

- **cli:** allow display of ssh password prompt in clone operations
(`3075 <https://github.com/SwissDataScienceCenter/renku-python/issues/3075>`__)
(`aa8772d <https://github.com/SwissDataScienceCenter/renku-python/commit/aa8772d28dc4153cc520f71c53226482c821c0ff>`__)

Features
~~~~~~~~

- **core:** allow per dataset data directory
(`3027 <https://github.com/SwissDataScienceCenter/renku-python/issues/3027>`__)
(`aecc180 <https://github.com/SwissDataScienceCenter/renku-python/commit/aecc1809e9205bfe3502d21119b29bb137c2493b>`__)
- **cli:** change renku mv to respect datasets' datadir
(`3071 <https://github.com/SwissDataScienceCenter/renku-python/issues/3071>`__)
(`525aca9 <https://github.com/SwissDataScienceCenter/renku-python/commit/525aca960d71915b908fb5918cdafc6d118e7dca>`__)
- **cli:** enable renku dataset update to pick up files in datasets
data directory
(`3062 <https://github.com/SwissDataScienceCenter/renku-python/issues/3062>`__)
(`791fa09 <https://github.com/SwissDataScienceCenter/renku-python/commit/791fa09cf20a69d204ce6a0b19c663ed4d75ef55>`__)
- **core:** copy/move/symlink files to datadir on add
(`3049 <https://github.com/SwissDataScienceCenter/renku-python/issues/3049>`__)
(`d7be929 <https://github.com/SwissDataScienceCenter/renku-python/commit/d7be929300fb4f74277114c9f53e8354b355ad55>`__)
- **dataset:** add data from s3
(`3063 <https://github.com/SwissDataScienceCenter/renku-python/issues/3063>`__)
(`b3735e6 <https://github.com/SwissDataScienceCenter/renku-python/commit/b3735e6ff632cf9349c7fc087f2564df9509e9e1>`__)
- **dataset:** allow mounting s3 data
(`3106 <https://github.com/SwissDataScienceCenter/renku-python/issues/3106>`__)
(`d16e1fc <https://github.com/SwissDataScienceCenter/renku-python/commit/d16e1fc03d542d3ddaad175b1716316608e89c10>`__)
- **dataset:** dataset creation with s3 storage backend
(`3047 <https://github.com/SwissDataScienceCenter/renku-python/issues/3047>`__)
(`316f7a6 <https://github.com/SwissDataScienceCenter/renku-python/commit/316f7a6831337a63a5783f7fff59e74771f18b9b>`__)
- **dataset:** pull data from s3 storage
(`3066 <https://github.com/SwissDataScienceCenter/renku-python/issues/3066>`__)
(`289b1af <https://github.com/SwissDataScienceCenter/renku-python/commit/289b1af3566b720a34b21412e8dbae537e7c0c2b>`__)
- **dataset:** turn dataset providers into plugins
(`3055 <https://github.com/SwissDataScienceCenter/renku-python/issues/3055>`__)
(`b68a8bb <https://github.com/SwissDataScienceCenter/renku-python/commit/b68a8bbbfbed34ff17e2202f59db39bfecbe0682>`__)
- **service:** add support for dataset data directory in endpoints
(`3089 <https://github.com/SwissDataScienceCenter/renku-python/issues/3089>`__)
(`c2ae2bf <https://github.com/SwissDataScienceCenter/renku-python/commit/c2ae2bf30806b0de23eac700225e8a8cdcfcd368>`__)
- **svc:** make timeout configurable on project.lock_status endpoint
(`3097 <https://github.com/SwissDataScienceCenter/renku-python/issues/3097>`__)
(`6939653 <https://github.com/SwissDataScienceCenter/renku-python/commit/693965306cfd7cd947a2bf15b0b5ae1ed3b41869>`__)
- add meaningful data to auto branch names
(`3077 <https://github.com/SwissDataScienceCenter/renku-python/issues/3077>`__)
(`efc735b <https://github.com/SwissDataScienceCenter/renku-python/commit/efc735b110d286905afed59a49d9b4385dbc5462>`__),
closes
`2374 <https://github.com/SwissDataScienceCenter/renku-python/issues/2374>`__
- **workflow:** add dot output on workflow visualize
(`3032 <https://github.com/SwissDataScienceCenter/renku-python/issues/3032>`__)
(`c85790b <https://github.com/SwissDataScienceCenter/renku-python/commit/c85790b3d8bef6e60508629bbc60637c33a86365>`__),
closes
`2376 <https://github.com/SwissDataScienceCenter/renku-python/issues/2376>`__

1.6.2

1.6.1

1.6.0

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

Bug Fixes
~~~~~~~~~

- **cli:** fix merge tool committing more than just .gitattributes
(`3013 <https://github.com/SwissDataScienceCenter/renku-python/issues/3013>`__)
(`3905d78 <https://github.com/SwissDataScienceCenter/renku-python/commit/3905d78261d1064e8d3d108658f9699829bd1fc9>`__)
- **cli:** fix merge tool not working with OOBuckets
(`3023 <https://github.com/SwissDataScienceCenter/renku-python/issues/3023>`__)
(`71f0d4a <https://github.com/SwissDataScienceCenter/renku-python/commit/71f0d4a2f11a7df3d38dbdaa1e4249361b064045>`__)
- **cli:** prevent deletion of plans that are still used in composite plans
(`2993 <https://github.com/SwissDataScienceCenter/renku-python/issues/2993>`__)
(`f013bb6 <https://github.com/SwissDataScienceCenter/renku-python/commit/f013bb67539acb568a079b22f553122c12267e55>`__)
- **cli:** prevent removed plans from being used in workflow commands
(`2998 <https://github.com/SwissDataScienceCenter/renku-python/issues/2998>`__)
(`493f4c5 <https://github.com/SwissDataScienceCenter/renku-python/commit/493f4c58d5766372739da14141ee0b090467f26d>`__)
- **core:** persist activity catalog in metadata
(`2994 <https://github.com/SwissDataScienceCenter/renku-python/issues/2994>`__)
(`8ef503f <https://github.com/SwissDataScienceCenter/renku-python/commit/8ef503fbbcefbde8bb4a7a430688d63b19459660>`__)

Features
~~~~~~~~

- **api:** add RDFGraph to API
(`3031 <https://github.com/SwissDataScienceCenter/renku-python/issues/3031>`__)
(`b8784d5 <https://github.com/SwissDataScienceCenter/renku-python/commit/b8784d5160691f3b6f7776d1ae0a874ea80c2041>`__)
- **cli:** inform users about ‘renku login’ in related errors
(`3000 <https://github.com/SwissDataScienceCenter/renku-python/issues/3000>`__)
(`ec91b31 <https://github.com/SwissDataScienceCenter/renku-python/commit/ec91b319fbc2c1b9cb7b1e1b5c1d594b4447701f>`__)
- **cli:** add option to skip metadata update when executing workflows
(`3025 <https://github.com/SwissDataScienceCenter/renku-python/issues/3025>`__)
(`c89aba7 <https://github.com/SwissDataScienceCenter/renku-python/commit/c89aba7081e71e34eefe4495bfe6498a0dcf900f>`__)
- **cli:** use existing remote image when starting sessions
(`2991 <https://github.com/SwissDataScienceCenter/renku-python/issues/2991>`__)
(`b09805c <https://github.com/SwissDataScienceCenter/renku-python/commit/b09805c4c140493dc6b4d94cc988260201628dac>`__)

1.5.1

- `renku-python 1.1.2 <https://github.com/SwissDataScienceCenter/renku-python/releases/tag/v1.1.2>`_

Page 28 of 65

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.