Skip to content

Commit

Permalink
📝 Fix non-persistent links (#154)
Browse files Browse the repository at this point in the history
* 📝 Fix non-persistent links

* 💚 Fix
  • Loading branch information
falexwolf authored Sep 26, 2024
1 parent 55e64d4 commit f739c9e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/changelog/2024.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog 2024

<!-- If one clicks on "Changelog" on the navbar one ends up at /changelog instead of /changelog/2024; for this reason the links to older changes below have to be https:// prefixed; otherwise they seem broken -->

```{note}
💡 LaminDB implements "migration-based versioning". When upgrading your LaminDB installation to a new `minor` version in `major.minor.patch`, you also migrate your database via `lamin migrate deploy`.
<svg aria-hidden="true" focusable="false" role="img" class="octicon octicon-eye" viewBox="0 0 16 16" width="16" height="16" fill="currentColor" style="display: inline-block; user-select: none; vertical-align: text-bottom; overflow: visible;"><path d="M8 2c1.981 0 3.671.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.62 1.62 0 0 1 0 1.798c-.45.678-1.367 1.932-2.637 3.023C11.67 13.008 9.981 14 8 14c-1.981 0-3.671-.992-4.933-2.078C1.797 10.83.88 9.576.43 8.898a1.62 1.62 0 0 1 0-1.798c.45-.677 1.367-1.931 2.637-3.022C4.33 2.992 6.019 2 8 2ZM1.679 7.932a.12.12 0 0 0 0 .136c.411.622 1.241 1.75 2.366 2.717C5.176 11.758 6.527 12.5 8 12.5c1.473 0 2.825-.742 3.955-1.715 1.124-.967 1.954-2.096 2.366-2.717a.12.12 0 0 0 0-.136c-.412-.621-1.242-1.75-2.366-2.717C10.824 4.242 9.473 3.5 8 3.5c-1.473 0-2.825.742-3.955 1.715-1.124.967-1.954 2.096-2.366 2.717ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Z"></path></svg> Get notified by watching releases for the [lamindb](https://github.com/laminlabs/lamindb), [laminhub-public](https://github.com/laminlabs/laminhub-public), and [bionty](https://github.com/laminlabs/bionty) GitHub repositories.
🪜 For older changes, see: [2023](/changelog/2023) · [2022](/changelog/2022)
🪜 For older changes, see: [2023](https://docs.lamin.ai/changelog/2023) · [2022](https://docs.lamin.ai/changelog/2022)
```

Expand All @@ -16,9 +18,9 @@

## 2024-09-26 {small}`db 0.76.9`

- ✨ Allow filtering `.obs` indices in `MappedCollection` [Example](https://docs.lamin.ai/scrna5#create-a-map-style-dataset) [PR](https://github.com/laminlabs/lamindb/pull/1974) [@Koncopd](https://github.com/Koncopd)
- ✨ Enable notebook and script templates [PR](https://github.com/laminlabs/lamindb/pull/1977) [@falexwolf](https://github.com/falexwolf)
- 🍱 Use case for curating perturbations. [Guide](/perturbation) [PR](https://github.com/laminlabs/lamin-usecases/pull/142) [@Zethson](https://github.com/Zethson)
- ✨ Allow filtering `.obs` indices in `MappedCollection` [Guide](/scrna5.ipynb#create-a-map-style-dataset) [PR](https://github.com/laminlabs/lamindb/pull/1974) [@Koncopd](https://github.com/Koncopd)
- 📝 Document notebook templates [Guide](/track.ipynb#manage-notebook-templates) [PR](https://github.com/laminlabs/lamindb/pull/1981) [@falexwolf](https://github.com/falexwolf)
- 🍱 Use case for curating perturbations [Guide](/perturbation) [PR](https://github.com/laminlabs/lamin-usecases/pull/142) [@Zethson](https://github.com/Zethson)

:::{dropdown} Curating perturbations

Expand Down

0 comments on commit f739c9e

Please sign in to comment.