|
1 | 1 | .. |
2 | | - Copyright 2017-2018 - Swiss Data Science Center (SDSC) |
| 2 | + Copyright 2017-2019 - Swiss Data Science Center (SDSC) |
3 | 3 | A partnership between École Polytechnique Fédérale de Lausanne (EPFL) and |
4 | 4 | Eidgenössische Technische Hochschule Zürich (ETHZ). |
5 | 5 |
|
|
18 | 18 | Changes |
19 | 19 | ======= |
20 | 20 |
|
| 21 | +``v0.4.0`` |
| 22 | +---------- |
| 23 | + |
| 24 | +*(released 2019-03-05)* |
| 25 | + |
| 26 | +- Adds ``renku mv`` command which updates dataset metadata, ``.gitattributes`` |
| 27 | + and symlinks. |
| 28 | +- Pulls LFS objects from submodules correctly. |
| 29 | +- Adds listing of datasets. |
| 30 | +- Adds reduced dot format for ``renku log``. |
| 31 | +- Adds ``doctor`` command to check missing files in datasets. |
| 32 | +- Moves dataset metadata to ``.renku/datasets`` and adds ``migrate datasets`` |
| 33 | + command and uses UUID for metadata path. |
| 34 | +- Gets git attrs for files to prevent duplicates in ``.gitattributes``. |
| 35 | +- Fixes ``renku show outputs`` for directories. |
| 36 | +- Runs Git LFS checkout in a worktrees and lazily pulls necessary LFS files |
| 37 | + before running commands. |
| 38 | +- Asks user before overriding an existing file using ``renku init`` |
| 39 | + or ``renku runner template``. |
| 40 | +- Fixes ``renku init --force`` in an empty dir. |
| 41 | +- Renames ``CommitMixin._location`` to ``_project``. |
| 42 | +- Addresses issue with commits editing multiple CWL files. |
| 43 | +- Exports merge commits for full lineage. |
| 44 | +- Exports path and parent directories. |
| 45 | +- Adds an automatic check for the latest version. |
| 46 | +- Simplifies issue submission from traceback to GitHub or Sentry. |
| 47 | + Requires ``SENTRY_DSN`` variable to be set and `sentry-sdk` package to be |
| 48 | + installed before sending any data. |
| 49 | +- Removes outputs before run. |
| 50 | +- Allows update of directories. |
| 51 | +- Improves readability of the status message. |
| 52 | +- Checks ignored path when added to a dataset. |
| 53 | +- Adds API method for finding ignored paths. |
| 54 | +- Uses branches for ``init --force``. |
| 55 | +- Fixes CVE-2017-18342. |
| 56 | +- Fixes regex for parsing Git remote URLs. |
| 57 | +- Handles ``--isolation`` option using ``git worktree``. |
| 58 | +- Renames ``client.git`` to ``client.repo``. |
| 59 | +- Supports ``python -m renku``. |
| 60 | +- Allows '.' and '-' in repo path. |
| 61 | + |
| 62 | + |
21 | 63 | ``v0.3.3`` |
22 | 64 | ---------- |
23 | 65 |
|
|
0 commit comments