Skip to content

Releases: iterative/dvclive

3.0.1

26 Sep 07:59
87d79a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

22 Sep 15:19
3a2e850
Compare
Choose a tag to compare

Breaking Changes

dvcyaml now accepts a path and defaults to the dvc.yaml at the root of your DVC Repository.

DVCLive was previously writing to dvclive/dvc.yaml. It will now default writing to the dvc.yaml at the root of your DVC Repository.
You can now pass a custom path to the dvcyaml argument.

For example, to preserve the behavior of the previous version:

with Live(dvcyaml="dvclive/dvc.yaml") as live:
    pass

save_dvc_exp now defaults to True.

Setting save_dvc_exp=True was already recommended in all our example snippets but we will now try to create a DVC Experiment always by default.

If you are using a DVC Pipeline and running with dvc exp run, this change won't have an effect on your project.

report now defaults to None.

You can still manually set the report to one of the supported formats

We recommend using the DVC VSCode Extension and/or DVC Studio to see live updates to the plots created by DVCLive.

Removed model_file from the framework integrations.

In order to log model checkpoints, you can use the log_model argument for HuggingFace and PyTorch Lightning.
Don't hesitate to open a new issue requesting support for other frameworks.

Full changelog

New Contributors

Full Changelog: 2.16.0...3.0.0

2.16.0

29 Aug 17:08
bf38034
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.15.2...2.16.0

2.15.2

18 Aug 17:14
c1781a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.15.1...2.15.2

2.15.1

18 Aug 09:26
5297151
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.15.0...2.15.1

2.15.0

16 Aug 09:57
75006eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.14.0...2.15.0

2.14.0

14 Aug 14:01
ee7968b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.13.1...2.14.0

2.13.1

04 Aug 17:41
6f8181e
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @swarajpande4 made their first contribution in #643

Full Changelog: 2.13.0...2.13.1

2.13.0

25 Jul 20:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.12.1...2.13.0

2.12.1

05 Jul 14:50
26524fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.12.0...2.12.1