Renku

Latest version: v2.9.2

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

Scan your dependencies

Page 54 of 65

0.10.3

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

Bug Fixes
~~~~~~~~~

- **dataset:** avoid recursive addition of data directory
(`1163 <https://github.com/SwissDataScienceCenter/renku-python/issues/1163>`__)
(`79e3b03 <https://github.com/SwissDataScienceCenter/renku-python/commit/79e3b0346df89dbb445df769dfa9dca0f878a242>`__)
- **dataset:** commit after unlinking files
(`1120 <https://github.com/SwissDataScienceCenter/renku-python/issues/1120>`__)
(`97e8754 <https://github.com/SwissDataScienceCenter/renku-python/commit/97e8754729078a54f20876ddaaf9ca191f4cb59a>`__)
- **dataset:** Dataverse export
(`1028 <https://github.com/SwissDataScienceCenter/renku-python/issues/1028>`__)
(`737cecf <https://github.com/SwissDataScienceCenter/renku-python/commit/737cecfebb298daa5704bda0ead73ebff1312539>`__)

Features
~~~~~~~~

- **core:** CLI warning when in non-root directory
(`1162 <https://github.com/SwissDataScienceCenter/renku-python/issues/1162>`__)
(`115e462 <https://github.com/SwissDataScienceCenter/renku-python/commit/115e46227decd7a4597a0918f3bae279fc73e366>`__)
- **dataset:** migrate submodule-based datasets
(`1092 <https://github.com/SwissDataScienceCenter/renku-python/issues/1092>`__)
(`dba20c4 <https://github.com/SwissDataScienceCenter/renku-python/commit/dba20c467ecf60361785bf515cd80633765db518>`__)
- **dataset:** no failure when adding existing files
(`1177 <https://github.com/SwissDataScienceCenter/renku-python/issues/1177>`__)
(`a68dcb7 <https://github.com/SwissDataScienceCenter/renku-python/commit/a68dcb789d9e9103a64fd678686256566a92d25c>`__)
- **dataset:** remove –link flag
(`1164 <https://github.com/SwissDataScienceCenter/renku-python/issues/1164>`__)
(`969d4f8 <https://github.com/SwissDataScienceCenter/renku-python/commit/969d4f88a082437e7f55a123347c2f63f32d5593>`__)
- **dataset:** show file size in ls-files
(`1123 <https://github.com/SwissDataScienceCenter/renku-python/issues/1123>`__)
(`0951930 <https://github.com/SwissDataScienceCenter/renku-python/commit/095193038d41c60e503d0dd52d8de2fca7ce29f8>`__)
- **datasets:** specify title on dataset creation
(`1204 <https://github.com/SwissDataScienceCenter/renku-python/issues/1204>`__)
(`fb70ac5 <https://github.com/SwissDataScienceCenter/renku-python/commit/fb70ac50533bfdb1b1cfb8d1e163c40531ea35fe>`__)
- **init:** read and display template variables
(`1134 <https://github.com/SwissDataScienceCenter/renku-python/issues/1134>`__)
(`0f86dc5 <https://github.com/SwissDataScienceCenter/renku-python/commit/0f86dc5fde89274a59f11345a5cc106fcbd8b206>`__),
closes
`1126 <https://github.com/SwissDataScienceCenter/renku-python/issues/1126>`__
- **service:** add remote files to dataset
(`1139 <https://github.com/SwissDataScienceCenter/renku-python/issues/1139>`__)
(`f6bebfe <https://github.com/SwissDataScienceCenter/renku-python/commit/f6bebfea203c63bcf0843b48377b786a97aaa535>`__)

0.10.2

Not secure
* renku-python `0.10.4 <https://github.com/SwissDataScienceCenter/renku-python/releases/tag/v0.10.4>`__

0.10.1

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

Bug Fixes
~~~~~~~~~

- **core:** directory input regression
(`1155 <https://github.com/SwissDataScienceCenter/renku-python/issues/1155>`__)
(`b17c843 <https://github.com/SwissDataScienceCenter/renku-python/commit/b17c84382c68eee78f6fbaddc2b18794e72f30a3>`__)
- **dataset:** correct url when importing with DOI
(`1156 <https://github.com/SwissDataScienceCenter/renku-python/issues/1156>`__)
(`025b735 <https://github.com/SwissDataScienceCenter/renku-python/commit/025b735dfbe34e2bd58e85c2cbd6722b328fccef>`__)

Features
~~~~~~~~

- renku init options refactor
(`1127 <https://github.com/SwissDataScienceCenter/renku-python/issues/1127>`__)
(`78b208b <https://github.com/SwissDataScienceCenter/renku-python/commit/78b208bf9800a0c4caf85b4eed20bf5656561e37>`__)
- **datasets:** add files from Dropbox
(`1135 <https://github.com/SwissDataScienceCenter/renku-python/issues/1135>`__)
(`bf5f2db <https://github.com/SwissDataScienceCenter/renku-python/commit/bf5f2db34479ed574af9fd57a893884abddb6f41>`__)

0.10.0

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

This release brings about several important Dataset features:

- importing renku datasets (`838 <https://github.com/SwissDataScienceCenter/renku-python/issues/838>`__)
- working with data external to the repository (`974 <https://github.com/SwissDataScienceCenter/renku-python/issues/974>`__)
- editing dataset metadata (`1111 <https://github.com/SwissDataScienceCenter/renku-python/issues/1111>`__)

Please see the `Dataset documentation
<https://renku-python.readthedocs.io/en/latest/commands.html#module-renku.cli.dataset>`_ for details.

Additional features were implemented for the backend service to facilitate a smoother user
experience for dataset file manipulation.

**IMPORTANT**: starting with this version, a new metadata migration mechanism is in place
(`1003 <https://github.com/SwissDataScienceCenter/renku-python/issues/1003>`__). Renku commands
will insist on migrating a project immediately if the metadata is found to be outdated.


Bug Fixes
~~~~~~~~~

- **cli:** consistently show correct contexts
(`1096 <https://github.com/SwissDataScienceCenter/renku-python/issues/1096>`__)
(`b333f0f <https://github.com/SwissDataScienceCenter/renku-python/commit/b333f0f27fdaeec1ce3ba7a145739055429419d9>`__)
- **dataset:** –no-external-storage flag not working
(`1130 <https://github.com/SwissDataScienceCenter/renku-python/issues/1130>`__)
(`c183e97 <https://github.com/SwissDataScienceCenter/renku-python/commit/c183e97940914cca1b7415722b4af2f47ad082c0>`__)
- **dataset:** commit only updated dataset files
(`1116 <https://github.com/SwissDataScienceCenter/renku-python/issues/1116>`__)
(`d9739df <https://github.com/SwissDataScienceCenter/renku-python/commit/d9739dfee081181a4801373a85a057267945da1f>`__)
- **datasets:** fixed importing large amount of small files
(`1119 <https://github.com/SwissDataScienceCenter/renku-python/issues/1119>`__)
(`8d61473 <https://github.com/SwissDataScienceCenter/renku-python/commit/8d61473bb6630d4b75c0d95a3d001ea2a5bcfbb7>`__)
- **datasets:** raises correct error message on import of protected
dataset
(`1112 <https://github.com/SwissDataScienceCenter/renku-python/issues/1112>`__)
(`e579904 <https://github.com/SwissDataScienceCenter/renku-python/commit/e579904acd4aa944476b4990e881ad6416efffb4>`__)

Features
~~~~~~~~

- **core:** new migration mechanism
(`1003 <https://github.com/SwissDataScienceCenter/renku-python/issues/1003>`__)
(`1cc33d4 <https://github.com/SwissDataScienceCenter/renku-python/commit/1cc33d46918468ec82fa5829d4e7bd03e7e25b77>`__)
- **dataset:** adding external data without copying
(`974 <https://github.com/SwissDataScienceCenter/renku-python/issues/974>`__)
(`6a17512 <https://github.com/SwissDataScienceCenter/renku-python/commit/6a17512e416737419b370c730172117b338dd528>`__)

- **dataset:** bypass import confirmation
(`1124 <https://github.com/SwissDataScienceCenter/renku-python/issues/1124>`__)
(`947210a <https://github.com/SwissDataScienceCenter/renku-python/commit/947210ae4432ef6eb6d3a902d239871d405abbbf>`__)
- **dataset:** import renku datasets
(`838 <https://github.com/SwissDataScienceCenter/renku-python/issues/838>`__)
(`6aa3651 <https://github.com/SwissDataScienceCenter/renku-python/commit/6aa3651398432a938d29a2c355541170d496e2df>`__)
- **dataset:** metadata edit
(`1111 <https://github.com/SwissDataScienceCenter/renku-python/issues/1111>`__)
(`66cfbbc <https://github.com/SwissDataScienceCenter/renku-python/commit/66cfbbc81c274822ed339b1919e6ac10646ab5fe>`__)
- **dataset:** wildcard support when adding data from git
(`1128 <https://github.com/SwissDataScienceCenter/renku-python/issues/1128>`__)
(`baa1c9f <https://github.com/SwissDataScienceCenter/renku-python/commit/baa1c9f840eec9c2c0ae12723c28db1728c104eb>`__)

0.9.5

* renku-ui:

0.9.3

* renku-core

Page 54 of 65

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.