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 https://github.com/iterative/dvclive/pull/464
* replaces utils functions with funcy by dberenbaum in https://github.com/iterative/dvclive/pull/493
* add ruamel.yaml dep by dberenbaum in https://github.com/iterative/dvclive/pull/496
* studio: Send paths relative to `self._dvc_repo.root_dir`. by daavoo in https://github.com/iterative/dvclive/pull/502
New Contributors
* karajan1001 made their first contribution in https://github.com/iterative/dvclive/pull/464
**Full Changelog**: https://github.com/iterative/dvclive/compare/2.3.1...2.4.0