From 358432096df8f7f612981767a5d193c2f9c51be2 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Thu, 5 Dec 2024 08:21:40 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91965bc47..af927723a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning][]. [keep a changelog]: https://keepachangelog.com/en/1.0.0/ [semantic versioning]: https://semver.org/spec/v2.0.0.html -## [Unreleased] +## v0.20.0 ### Backwards-incompatible changes @@ -19,8 +19,12 @@ and this project adheres to [Semantic Versioning][]. ### Additions -- The function `pl.logoplot_cdr3_motif` has been added that allows to plot sequence logos of - CDR3 sequences using [logomaker](https://logomaker.readthedocs.io/en/latest/) ([#534](https://github.com/scverse/scirpy/pull/534)) +- Add `pl.logoplot_cdr3_motif` that allows to plot sequence logos of + CDR3 sequences using [logomaker](https://logomaker.readthedocs.io/en/latest/) ([#534](https://github.com/scverse/scirpy/pull/534)). + +### Fixes + +- Make `datasets.vdjdb` compatible with the latest release of VDJDB ([#578](https://github.com/scverse/scirpy/pull/578)). ### Documentation