Skip to content

Commit

Permalink
🔖 Release 0.71.1
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed May 7, 2024
1 parent 33a5966 commit 507fc58
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
# Changelog

- ♻️ Refactor nbproject usage & tutorials [PR](https://github.com/laminlabs/lamindb/pull/1629) [@falexwolf](https://github.com/falexwolf)
- ♻️ Better treatment of `current_user_id` [PR](https://github.com/laminlabs/lamindb/pull/1628) [@falexwolf](https://github.com/falexwolf)
- 🔥 Remove `artifact.view_tree()` [PR](https://github.com/laminlabs/lamindb/pull/1627) [@falexwolf](https://github.com/falexwolf)
- 🎨 Make features.add_feature_set user level [PR](https://github.com/laminlabs/lamindb/pull/1626) [@sunnyosun](https://github.com/sunnyosun)
- 🚸 Upload source code of scripts upon `ln.finish()` [PR](https://github.com/laminlabs/lamindb/pull/1624) [@falexwolf](https://github.com/falexwolf)
- 🎨 Use the same uid for same feature set in transfer [PR](https://github.com/laminlabs/lamindb/pull/1621) [@sunnyosun](https://github.com/sunnyosun)
- ♻️ Upon upload switch to virtual key [PR](https://github.com/laminlabs/lamindb/pull/1622) [@falexwolf](https://github.com/falexwolf)
- ⚡️ Zarr and cache improvements [PR](https://github.com/laminlabs/lamindb/pull/1620) [@Koncopd](https://github.com/Koncopd)
- ♻️ Extend valid suffixes to composite suffixes [PR](https://github.com/laminlabs/lamindb/pull/1619) [@falexwolf](https://github.com/falexwolf)
- ♻️ Consistent naming of `set_managed_storage` [PR](https://github.com/laminlabs/lamindb/pull/1615) [@falexwolf](https://github.com/falexwolf)
- 🐛Escape \ properly for anndata_mouse_sc_lymph_node dataloader [PR](https://github.com/laminlabs/lamindb/pull/1613) [@Zethson](https://github.com/Zethson)
:::{note}

LaminDB implements "migration-based versioning".
If using LaminHub, please use the latest version of lamindb.

When upgrading your LaminDB installation to a new `minor` version in `major.minor.patch`, you also migrate your database by calling `lamin migrate deploy`.
LaminDB implements "migration-based versioning". When upgrading your LaminDB installation to a new `minor` version in `major.minor.patch`, you also migrate your database by calling `lamin migrate deploy`.

:::

Expand All @@ -25,6 +14,18 @@ When upgrading your LaminDB installation to a new `minor` version in `major.mino

## 0.71

### 0.71.1 {small}`2024-05-07`

- 🚸 Upload source code of scripts upon `ln.finish()` and no longer upon `ln.track()` [PR](https://github.com/laminlabs/lamindb/pull/1624) [@falexwolf](https://github.com/falexwolf)
- 🎨 Make `features.add_feature_set` public [PR](https://github.com/laminlabs/lamindb/pull/1626) [@sunnyosun](https://github.com/sunnyosun)
- 🎨 Use the same `uid` for the same feature set in transfer [PR](https://github.com/laminlabs/lamindb/pull/1621) [@sunnyosun](https://github.com/sunnyosun)
- 🎨 Upon upload switch to virtual key [PR](https://github.com/laminlabs/lamindb/pull/1622) [@falexwolf](https://github.com/falexwolf)
- ⚡️ Zarr and cache improvements [PR](https://github.com/laminlabs/lamindb/pull/1620) [@Koncopd](https://github.com/Koncopd)
- ♻️ Extend valid suffixes to composite suffixes [PR](https://github.com/laminlabs/lamindb/pull/1619) [@falexwolf](https://github.com/falexwolf)
- 🔥 Remove little-used `artifact.view_tree()` [PR](https://github.com/laminlabs/lamindb/pull/1627) [@falexwolf](https://github.com/falexwolf)

### 0.71.0 {small}`2024-05-01`

- ✨ Manage multiple storage locations with integrity [PR](https://github.com/laminlabs/lamindb/pull/1611) [@falexwolf](https://github.com/falexwolf)
- 🚚 Add an `instance_uid` field to `Storage` | [374](https://github.com/laminlabs/lnschema-core/pull/374) [falexwolf](https://github.com/falexwolf)
- 🚸 Proper progress bars for upload and download [PR](https://github.com/laminlabs/lamindb/pull/1610) [@Koncopd](https://github.com/Koncopd)
Expand Down
2 changes: 1 addition & 1 deletion lamindb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"""

# denote a release candidate for 0.1.0 with 0.1rc1, 0.1a1, 0.1b1, etc.
__version__ = "0.71.0"
__version__ = "0.71.1"

import os as _os

Expand Down

0 comments on commit 507fc58

Please sign in to comment.