From 74636aec3c6906048b19afe16997805e51acd980 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Thu, 20 Jun 2024 01:00:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.74.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 3 +-- lamindb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 9d5abd3a0..0b411193c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,5 @@ # Changelog -- :sparkles: Support dict in add_values [PR](https://github.com/laminlabs/lamindb/pull/1705) [@Zethson](https://github.com/Zethson) :::{note} If using LaminHub, please use the latest version of LaminDB. @@ -22,9 +21,9 @@ You can now distinguish model-like and dataset-like artifacts via a `type` field Leverage `artifact.params.add_values()` to annotate model-like artifacts like you leverage `artifact.features.add_values()` to annotate dataset-like artifacts. - 🏗️ Add `type` field to `Artifact`, allow linking model-like artifacts against params, validate params akin to validating features, enable features-based annotation with non-ulabels [PR](https://github.com/laminlabs/lamindb/pull/1690) [@falexwolf](https://github.com/falexwolf) +- 🚸 Support dict in add_values [PR](https://github.com/laminlabs/lamindb/pull/1705) [@Zethson](https://github.com/Zethson) - ♻️ Refactor after upath upgrade [PR](https://github.com/laminlabs/lamindb/pull/1699) [PR](https://github.com/laminlabs/lamindb/pull/1700) [@Koncopd](https://github.com/Koncopd) - ## 0.73 ### 0.73.2 {small}`2024-06-13` diff --git a/lamindb/__init__.py b/lamindb/__init__.py index 2e7bdc0a6..ecd9eef34 100644 --- a/lamindb/__init__.py +++ b/lamindb/__init__.py @@ -42,7 +42,7 @@ """ # denote a release candidate for 0.1.0 with 0.1rc1, 0.1a1, 0.1b1, etc. -__version__ = "0.74a1" +__version__ = "0.74.0" import os as _os