Skip to content

Commit

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

- 🚸 Update metadata like description upon re-running [PR](https://github.com/laminlabs/lamindb/pull/1588) [@falexwolf](https://github.com/falexwolf)
- πŸ› Fix detecton of AnnData in zarr and h5ad, fix directory upload paths [PR](https://github.com/laminlabs/lamindb/pull/1587) [@Koncopd](https://github.com/Koncopd)
- 🚸 Raise error if transforms of type notebook or script are passed manually [PR](https://github.com/laminlabs/lamindb/pull/1584) [@falexwolf](https://github.com/falexwolf)
:::{note}

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

## 0.70

### 0.70.3 {small}`2024-04-22`

- 🚸 Update metadata like description upon re-running [PR](https://github.com/laminlabs/lamindb/pull/1588) [@falexwolf](https://github.com/falexwolf)
- πŸ› Fix detection of AnnData in zarr and h5ad, refactor directory upload [PR](https://github.com/laminlabs/lamindb/pull/1587) [@Koncopd](https://github.com/Koncopd)
- 🚸 Raise error if transforms of type notebook or script are passed manually [PR](https://github.com/laminlabs/lamindb/pull/1584) [@falexwolf](https://github.com/falexwolf)

### 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)
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.2" # denote a release candidate for 0.1.0 with 0.1rc1
__version__ = "0.70.3" # denote a release candidate for 0.1.0 with 0.1rc1

import os as _os

Expand Down

0 comments on commit 772eab4

Please sign in to comment.