Skip to content

Commit

Permalink
πŸ“ Add 1.0.1 and 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jan 20, 2025
1 parent 245d456 commit 4572892
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
14 changes: 14 additions & 0 deletions docs/changelog/2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down Expand Up @@ -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:

Expand Down
10 changes: 0 additions & 10 deletions docs/changelog/soon/lamindb.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4572892

Please sign in to comment.