From 7c9aa74cbf9b60d60a0e00f9f2f946a107874c62 Mon Sep 17 00:00:00 2001 From: mbernstein Date: Wed, 23 Aug 2023 14:14:35 +0000 Subject: [PATCH] New changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a66011..8dc04b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,19 @@ 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 +## [1.0.0] - 2023-08-23 + +### Changed + +- Major refactoring and revamping of the functionality from Verion 0 to 1 +- Refactored pipeline for computing cellular niches +- Ability to run more exact kernel density estimation in addition to the grid approximation +- New visualization tools for exploring cell type enrichment in cellular niches +- New visualization tools for visualizing ligand-receptor co-expression in neighboring cells +- Ability to download ligand-receptor pairs from OmniPath +- Removal of many functions deemed reduntant +- New tutorial notebook + ## [0.6.0] - 2022-12-16 ### Changed