Skip to content

Commit

Permalink
📝 Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Mar 17, 2024
1 parent 9e8b921 commit ed36e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lamindb/core/_run_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ed36e8c

Please sign in to comment.