Skip to content

Releases: iterative/dvclive

2.6.0

31 Mar 19:46
634f911
Compare
Choose a tag to compare

What's Changed

  • report: Use base64 images for HTML. by @daavoo in #508
  • live: Track self._dir when self._inside_dvc_exp. by @daavoo in #511
  • make_dvcyaml: Include metrics section also if live.summary. by @daavoo in #512

Full Changelog: 2.5.1...2.6.0

2.5.1: Require `exp` for Studio updates

27 Mar 18:10
00466fa
Compare
Choose a tag to compare

What's Changed

  • remove dvclive outputs from dvc stage outs by @dberenbaum in #506
  • live: Explicitly require exp for sending Studio updates. by @daavoo in #507

Full Changelog: 2.5.0...2.5.1

2.5.0: Optuna callback

20 Mar 12:28
ef6affb
Compare
Choose a tag to compare

New features

dvclive.optuna

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

Full Changelog: 2.4.0...2.5.0

2.4.0: `Live.log_artifact`

17 Mar 10:35
2fd0660
Compare
Choose a tag to compare

New features

Live.log_artifact

Tracks an existing directory or file with DVC.

https://dvc.org/doc/dvclive/api-reference/live/log_artifact

What's Changed

New Contributors

Full Changelog: 2.3.1...2.4.0

2.3.1

07 Mar 20:09
5b3ffc2
Compare
Choose a tag to compare

What's Changed

  • lightning: prevent conflict with internal step property. by @daavoo in #490

Full Changelog: 2.3.0...2.3.1

2.3.0: Require DVC

07 Mar 10:16
7676495
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

06 Mar 12:27
8776843
Compare
Choose a tag to compare

What's Changed

  • live: Ignore DvcException in save_dvc_exp. by @daavoo in #470
  • Add step to plots config by @dberenbaum in #478
  • lightning: more robust metric name standardization by @dberenbaum in #480
  • lightning: Determine when to call next_step based on inspect.stack. by @daavoo in #483

Full Changelog: 2.1.0...2.2.0

2.1.0: Add Notebook report

16 Feb 10:55
e0036c3
Compare
Choose a tag to compare

dvclive-notebook

What's Changed

Full Changelog: 2.0.2...2.1.0

2.0.2

06 Feb 14:05
b94ed97
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

03 Feb 18:12
Compare
Choose a tag to compare

Fixes from 2.0.0

  • Fix Live(save_dvc_exp=True) to save experiments even if there is an existing dvc.yaml pipeline #448
  • Fix field names in metrics history plots to use shortened names and path-separated titles #450 #451

Full Changelog: 2.0.0...2.0.1