Skip to content

Commit

Permalink
πŸ”– Release 0.70.2
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Apr 19, 2024
1 parent 595cfe8 commit 6f400e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Changelog

- ♻️ Separate `VitessceConfig` from its referenced datasets [PR](https://github.com/laminlabs/lamindb/pull/1582) [@falexwolf](https://github.com/falexwolf)
- πŸ’š Fix notebook tests [PR](https://github.com/laminlabs/lamindb/pull/1583) [@falexwolf](https://github.com/falexwolf)
- 🚸 Replace `i_saved_the_notebook` with timestamp comparison [PR](https://github.com/laminlabs/lamindb/pull/1581) [@falexwolf](https://github.com/falexwolf)
- πŸ› Fix backed for non-adata zarr [PR](https://github.com/laminlabs/lamindb/pull/1579) [@Koncopd](https://github.com/Koncopd)
:::{note}

LaminDB implements "migration-based versioning".
Expand All @@ -18,9 +14,14 @@ When upgrading your LaminDB installation to a new `minor` version in `major.mino

## 0.70

### 0.70.2 {small}`2024-04-19`

- ♻️ In Vitessce integration, separate `VitessceConfig` from its referenced artifacts [PR](https://github.com/laminlabs/lamindb/pull/1582) [@falexwolf](https://github.com/falexwolf)
- 🚸 In `ln.finish()`, remove flag `i_saved_the_notebook` [PR](https://github.com/laminlabs/lamindb/pull/1581) [@falexwolf](https://github.com/falexwolf)

### 0.70.1 {small}`2024-04-18`

- πŸš‘οΈ Fix public_source in inspect [PR](https://github.com/laminlabs/lamindb/pull/1578) [@sunnyosun](https://github.com/sunnyosun)
- πŸ› Fix `public_source` in inspect [PR](https://github.com/laminlabs/lamindb/pull/1578) [@sunnyosun](https://github.com/sunnyosun)

### 0.70.0 {small}`2024-04-17`

Expand Down
2 changes: 1 addition & 1 deletion lamindb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"""

__version__ = "0.70.1" # denote a release candidate for 0.1.0 with 0.1rc1
__version__ = "0.70.2" # denote a release candidate for 0.1.0 with 0.1rc1

import os as _os

Expand Down

0 comments on commit 6f400e2

Please sign in to comment.