Dvclive

Latest version: v3.48.2

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

Scan your dependencies

Page 8 of 20

2.6.3

What's Changed
* Support path to an image in `log_image` by shcheklein in https://github.com/iterative/dvclive/pull/518

**Full Changelog**: https://github.com/iterative/dvclive/compare/2.6.2...2.6.3

2.6.2

What's Changed
* live: Be more conservative when git adding paths inside `dvc exp run`. by daavoo in https://github.com/iterative/dvclive/pull/517


**Full Changelog**: https://github.com/iterative/dvclive/compare/2.6.1...2.6.2

2.6.1

What's Changed
* optuna: Use `summary` instead of `log_metric`. by daavoo in https://github.com/iterative/dvclive/pull/514


**Full Changelog**: https://github.com/iterative/dvclive/compare/2.6.0...2.6.1

2.6.0

What's Changed
* report: Use base64 images for HTML. by daavoo in https://github.com/iterative/dvclive/pull/508
* live: Track `self._dir` when `self._inside_dvc_exp`. by daavoo in https://github.com/iterative/dvclive/pull/511
* make_dvcyaml: Include `metrics` section also if `live.summary`. by daavoo in https://github.com/iterative/dvclive/pull/512


**Full Changelog**: https://github.com/iterative/dvclive/compare/2.5.1...2.6.0

2.5.1

What's Changed
* remove dvclive outputs from dvc stage outs by dberenbaum in https://github.com/iterative/dvclive/pull/506
* live: Explicitly require `exp` for sending Studio updates. by daavoo in https://github.com/iterative/dvclive/pull/507


**Full Changelog**: https://github.com/iterative/dvclive/compare/2.5.0...2.5.1

2.5.0

New features

`dvclive.optuna`

python
import optuna
from dvclive.optuna import DVCLiveCallback

def objective(trial):
x = trial.suggest_float("x", -10, 10)
return (x - 2) ** 2

study = optuna.create_study()

study.optimize(
objective, n_trials=7, callbacks=[DVCLiveCallback()])


What's Changed
* log stage template by dberenbaum in https://github.com/iterative/dvclive/pull/497
* Added Optuna callback. by daavoo in https://github.com/iterative/dvclive/pull/356
* frameworks: Use `log_artifact`. by daavoo in https://github.com/iterative/dvclive/pull/500


**Full Changelog**: https://github.com/iterative/dvclive/compare/2.4.0...2.5.0

Page 8 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.