From 24e75bc23891b1ee98eb46125c31c288c86fbfdd Mon Sep 17 00:00:00 2001 From: Dave Berenbaum Date: Fri, 22 Sep 2023 12:22:32 -0400 Subject: [PATCH] Dvclive 3.0 admon (#4877) * Drop save_dvc_exp=True * Remove local file mention * Add mention about ignoring * change dvc.yaml path for dvclive (#4846) * change dvc.yaml path for dvclive * catch other dvclive/dvc.yaml refs * Drop `model_file` * Apply suggestions from code review * add admon about dvclive 3.0 release --------- Co-authored-by: daavoo --- content/docs/dvclive/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/docs/dvclive/index.md b/content/docs/dvclive/index.md index 8149440da7..8852abff85 100644 --- a/content/docs/dvclive/index.md +++ b/content/docs/dvclive/index.md @@ -1,5 +1,11 @@ # DVCLive Documentation + + +DVCLive 3.0 is now available. Go to the [release notes] to see what changed. + + + This documentation provides the details about the `dvclive` Python API module, which can be imported regularly, for example: @@ -161,6 +167,7 @@ multiple experiments or even an entire grid search. See examples of how to [add DVCLive to a pipeline] or [add a pipeline to DVCLive code], or get more information about how to [setup a pipeline] to work with DVCLive. +[release notes]: https://github.com/iterative/dvclive/releases/tag/3.0.0 [run experiments]: /doc/user-guide/experiment-management/running-experiments [pipelines]: /doc/user-guide/pipelines [add DVCLive to a pipeline]: /doc/start/data-management/metrics-parameters-plots