Releases: iterative/dvclive
Releases · iterative/dvclive
2.6.4
2.6.3
What's Changed
- Support path to an image in
log_image
by @shcheklein in #518
Full Changelog: 2.6.2...2.6.3
2.6.2
2.6.1
2.6.0
2.5.1: Require `exp` for Studio updates
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
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
- log stage template by @dberenbaum in #497
- Added Optuna callback. by @daavoo in #356
- frameworks: Use
log_artifact
. by @daavoo in #500
Full Changelog: 2.4.0...2.5.0
2.4.0: `Live.log_artifact`
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
- Implement log_artifact method for live by @karajan1001 in #464
- replaces utils functions with funcy by @dberenbaum in #493
- add ruamel.yaml dep by @dberenbaum in #496
- studio: Send paths relative to
self._dvc_repo.root_dir
. by @daavoo in #502
New Contributors
- @karajan1001 made their first contribution in #464
Full Changelog: 2.3.1...2.4.0
2.3.1
2.3.0: Require DVC
What's Changed
Full Changelog: 2.2.0...2.3.0