You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning][].
12
12
13
13
### Additions
14
14
15
-
16
15
- Add watermark context manager to DSO Python API, which allows to add watermarks to separate output
17
16
files generated by a quarto notebook ([#180](https://github.com/Boehringer-Ingelheim/dso/issues/180))
18
17
-`read_params`/`get_config` now warns when `deps`/`outs` sections in `dvc.yaml` contain malformed variable substitution syntax (e.g. `${ param ]` instead of `${ param }`) ([#177](https://github.com/Boehringer-Ingelheim/dso/issues/177))
@@ -27,6 +26,7 @@ and this project adheres to [Semantic Versioning][].
27
26
28
27
### Fixes
29
28
29
+
- When initializing templates, keep asking if empty answer is given ([#180](https://github.com/Boehringer-Ingelheim/dso/issues/180))
30
30
- Fix that setting `before_script` to `null` in `params.in.yaml` throws an `AttributeError` ([#175](https://github.com/Boehringer-Ingelheim/dso/issues/175))
31
31
- Fix template gitignores for `.dvc` and `.quarto_ipynb` files ([#171](https://github.com/Boehringer-Ingelheim/dso/pull/171))
0 commit comments