From 8151431f90dbfc3a29574fc8a411ee24cc0f8f09 Mon Sep 17 00:00:00 2001 From: Rizwan Hasan Date: Wed, 6 Apr 2022 12:23:42 +0600 Subject: [PATCH] DAG 10400 - minor changes of release notes and lychee config (#221) --- .github/workflows/links.yml | 2 +- docs/release_notes/ver_0_12.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 65547608..9f3b4e10 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -24,7 +24,7 @@ jobs: - name: Find all markdown files id: find_files - run: echo "MD_FILES=$(find . -name '*.md' -type f -not -path '*/docs/release_notes*' | sed 's|^./||' | tr '\n' ' ')" >> $GITHUB_ENV + run: echo "MD_FILES=$(find . -name '*.md' -type f | sed 's|^./||' | tr '\n' ' ')" >> $GITHUB_ENV - name: Link Checker id: lychee diff --git a/docs/release_notes/ver_0_12.md b/docs/release_notes/ver_0_12.md index c7fa0132..359cef4d 100644 --- a/docs/release_notes/ver_0_12.md +++ b/docs/release_notes/ver_0_12.md @@ -39,11 +39,11 @@ Do not reuse an experiment with artifacts. **Features and Bug Fixes** -* Add `Task.connect_configuration`, connect configuration file (or configuration dictionary including nesting support). See [example](https://github.com/allegroai/trains/blob/master/examples/frameworks/tensorflow/manual_model_upload.py). +* Add `Task.connect_configuration`, connect configuration file (or configuration dictionary including nesting support). * Add `Task.connect_label_enumeration`, store model detection classes together with the model and experiment. * Edit and override configuration file (or dictionary) content when executing with [trains-agent](https://github.com/allegroai/trains-agent). * `Task.connect` automatically supports nested dictionaries (e.g. param / nested / key), including overriding values when - running with [trains-agent](https://github.com/allegroai/trains-agent). See [example](https://github.com/allegroai/trains/blob/master/examples/frameworks/tensorflow/manual_model_upload.py). + running with [trains-agent](https://github.com/allegroai/trains-agent). * Add `Artifact.get`, download and load an artifact. * Add `Task.get_tasks`, retrieve previous experiments, get metrics, rename, and other uses. * Improve Windows support. @@ -102,4 +102,4 @@ TRAINS Agent - Initial Release * Support for standalone scripts and Jupyter Notebooks. * TRAINS-server v0.12 and above. * TRAINS v0.11.3 and above. -* Sample configuration file available [here](https://github.com/allegroai/trains-agent/blob/master/docs/trains.conf). \ No newline at end of file +* Sample configuration file available [here](https://github.com/allegroai/trains-agent/blob/master/docs/trains.conf).