From 6f497b853fd1be16a10815c1db9f7cdada579e84 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Fri, 8 Dec 2023 12:30:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.63.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 12 +++++++----- lamindb/__init__.py | 2 +- sub/lnschema-core | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1f3704d26..73151f862 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,16 +1,18 @@ # Changelog -- 🚸 Parse variables upon track, do not access storage during load [PR1341](https://github.com/laminlabs/lamindb/pull/1341) [@falexwolf](https://github.com/falexwolf) -- 🚸 Raise proper error when tracking script fails [PR1340](https://github.com/laminlabs/lamindb/pull/1340) [@sunnyosun](https://github.com/sunnyosun) -- 🚸 Added literal checks for type when creating a Feature [PR1339](https://github.com/laminlabs/lamindb/pull/1339) [@sunnyosun](https://github.com/sunnyosun) -- 📝 Updated track guide to include scripts [PR1338](https://github.com/laminlabs/lamindb/pull/1338) [@sunnyosun](https://github.com/sunnyosun) -- 🚑️ Fix capitalization of feature names in describe [PR1337](https://github.com/laminlabs/lamindb/pull/1337) [@sunnyosun](https://github.com/sunnyosun) ```{eval-rst} .. role:: small ``` ## 0.63 +### 0.63.4 {small}`2023-12-08` + +- 🚸 Parse variables upon track, do not access storage during load [PR1341](https://github.com/laminlabs/lamindb/pull/1341) [@falexwolf](https://github.com/falexwolf) +- 🚸 Raise error when tracking script fails [PR1340](https://github.com/laminlabs/lamindb/pull/1340) [@sunnyosun](https://github.com/sunnyosun) +- 🚸 Literal checks for `type` when creating a Feature [PR1339](https://github.com/laminlabs/lamindb/pull/1339) [@sunnyosun](https://github.com/sunnyosun) +- 🐛 Fix capitalization of feature names in describe [PR1337](https://github.com/laminlabs/lamindb/pull/1337) [@sunnyosun](https://github.com/sunnyosun) + ### 0.63.3 {small}`2023-12-05` - ✨ Do virtual inner join of variables in Dataset.mapped [PR1334](https://github.com/laminlabs/lamindb/pull/1334) [@Koncopd](https://github.com/Koncopd) diff --git a/lamindb/__init__.py b/lamindb/__init__.py index 1dfc31421..6554139ad 100644 --- a/lamindb/__init__.py +++ b/lamindb/__init__.py @@ -54,7 +54,7 @@ """ -__version__ = "0.63.3" # denote a release candidate for 0.1.0 with 0.1rc1 +__version__ = "0.63.4" # denote a release candidate for 0.1.0 with 0.1rc1 import os as _os diff --git a/sub/lnschema-core b/sub/lnschema-core index c99517293..a8e1a32e6 160000 --- a/sub/lnschema-core +++ b/sub/lnschema-core @@ -1 +1 @@ -Subproject commit c99517293be4853aa34da799f49c643f048db3dd +Subproject commit a8e1a32e66a826c20976cd7e2c3e457bb3b7bf07