diff --git a/docs/changelog/2025.md b/docs/changelog/2025.md index c99f5df..b64b731 100644 --- a/docs/changelog/2025.md +++ b/docs/changelog/2025.md @@ -14,6 +14,19 @@ .. role:: small ``` +## 2025-01-20 {small}`db 1.0.2` + +🚚 Improvments for lamindb v1 migrations. [PR](https://github.com/laminlabs/lamindb/pull/2363) [@falexwolf](https://github.com/falexwolf) + +- add a `.description` field to `Schema` +- enable labeling `Run` with `ULabel` +- add a `.predecessors` and `.successors` field to `Project` akin to what's present on `Transform` +- make `.uid` fields not editable + +## 2025-01-18 {small}`db 1.0.1` + +🐛 Block non-admin users from confirming the dialogue for integrating `lnschema-core`. [PR](https://github.com/laminlabs/lamindb/pull/2362) [@falexwolf](https://github.com/falexwolf) + ## 2025-01-17 {small}`db 1.0.0` This release makes the API consistent, integrates `lnschema_core` & `ourprojects` into the `lamindb` package, and introduces a breadth of database migrations to enable future features without disruption. You'll now need at least **Python 3.10**. @@ -47,6 +60,7 @@ New features: - ✨ Add relationship with `Project` to everything except `Run`, `Storage` & `User` so that you can easily filter for the entities relevant to your project [PR](https://github.com/laminlabs/lamindb/pull/2353) [@falexwolf](https://github.com/falexwolf) - ✨ Capture logs of scripts during `ln.track()` [PR1](https://github.com/laminlabs/lamindb/pull/2325) [PR2](https://github.com/laminlabs/lamindb/pull/2333) [@falexwolf](https://github.com/falexwolf) [@Koncopd](https://github.com/Koncopd) - ✨ Support `"|"`-seperated multi-values in `Curator` [PR](https://github.com/laminlabs/lamindb/pull/2341) [@sunnyosun](https://github.com/sunnyosun) +- 🚸 Accept `None` in `connect()` and improve migration dialogue [PR](https://github.com/laminlabs/lamindb-setup/pull/947) [@falexwolf](https://github.com/falexwolf) UX improvements: diff --git a/docs/changelog/soon/lamindb.md b/docs/changelog/soon/lamindb.md index 3a57ccc..e69de29 100644 --- a/docs/changelog/soon/lamindb.md +++ b/docs/changelog/soon/lamindb.md @@ -1,10 +0,0 @@ -- 🚚 Polish migrations lamindb v1 [PR](https://github.com/laminlabs/lamindb/pull/2363) [@falexwolf](https://github.com/falexwolf) -- 🐛 Block non-admin users from integrating lnschema-core [PR](https://github.com/laminlabs/lamindb/pull/2362) [@falexwolf](https://github.com/falexwolf) -- 💚 Fix hub-local CI [PR](https://github.com/laminlabs/lamindb-setup/pull/950) [@Koncopd](https://github.com/Koncopd) -- 👷 Do not skip curator on push events, do not green checkmark it if it's not being run [PR](https://github.com/laminlabs/lamindb/pull/2360) [@falexwolf](https://github.com/falexwolf) -- 🔊 Eliminate warning [PR](https://github.com/laminlabs/lamindb/pull/2359) [@falexwolf](https://github.com/falexwolf) -- 🚸 Improve migration dialogue and allow `None` in `connect()` [PR](https://github.com/laminlabs/lamindb/pull/2357) [@falexwolf](https://github.com/falexwolf) -- 🚸 Accept `None` in `connect()` and improve migration dialogue [PR](https://github.com/laminlabs/lamindb-setup/pull/947) [@falexwolf](https://github.com/falexwolf) -- 🚸 More backward compat [PR](https://github.com/laminlabs/lamindb/pull/2355) [@falexwolf](https://github.com/falexwolf) -- 🩹 Allow to use lamin cache clear when no instance loaded [PR](https://github.com/laminlabs/lamindb-setup/pull/945) [@Koncopd](https://github.com/Koncopd) -- 🔥 Remove thread error suppression on Windows [PR](https://github.com/laminlabs/lamindb-setup/pull/944) [@Koncopd](https://github.com/Koncopd)