diff --git a/docs/changelog.md b/docs/changelog.md index d5eae4e8d..327ae7748 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -13,10 +13,7 @@ Main new features: - ✨ Integrate lamindb with git [PR](https://github.com/laminlabs/lamindb/pull/1493) [PR](https://github.com/laminlabs/lamindb/pull/1497) [@falexwolf](https://github.com/falexwolf) - -Calling `lamin save` on the command line is no longer needed: - -- ✨ Introduce `ln.finish()`, track run finish times as `run.finished_at`, rename `run.run_at` to `run.started_at`, sync notebooks from within API [PR](https://github.com/laminlabs/lamindb/pull/1501) [@falexwolf](https://github.com/falexwolf) +- ✨ Introduce `ln.finish()`, track run finish times as `run.finished_at`, rename `run.run_at` to `run.started_at`, upload notebooks during `ln.finish()` [PR](https://github.com/laminlabs/lamindb/pull/1501) [@falexwolf](https://github.com/falexwolf) - 🚸 Upload script source code and environment during `ln.track()` [PR](https://github.com/laminlabs/lamindb/pull/1499) [@falexwolf](https://github.com/falexwolf) Other changes: diff --git a/lamindb/core/_run_context.py b/lamindb/core/_run_context.py index 5b4408d48..cf368dd96 100644 --- a/lamindb/core/_run_context.py +++ b/lamindb/core/_run_context.py @@ -233,7 +233,7 @@ def _track( Saves source code and compute environment. - If :attr:`~lamindb.Settings.sync_git_repo` is set, will first check + If :attr:`~lamindb.core.Settings.sync_git_repo` is set, will first check whether the script exists in the git repository and add a link. Args: