Skip to content

Commit 73b2d28

Browse files
committed
Final metadata update: version 1.0.0 and updated authors
1 parent 11e5902 commit 73b2d28

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1717

1818
project = 'NicheSphere'
19-
copyright = '2025, Mayra Ruiz'
20-
author = 'Mayra Ruiz'
21-
release = '0.1.0'
19+
copyright = '2025, Mayra Ruiz, James Nagai'
20+
author = 'Mayra Ruiz, James Nagai'
21+
release = '1.0.0'
2222

2323
# -- General configuration ---------------------------------------------------
2424
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "NicheSphere"
3-
version = "0.1.0"
4-
description = "bla"
3+
version = "1.0.0"
4+
description = "NicheSphere is an sc-verse compatible Python library which allows the user to find differential co-localization domains / niches based on cell type pair co-localization probabilities in different conditions. Cell type pair co-localization probabilities can be obtained in different ways, for example, through deconvolution of spatial transcriptomics / PIC-seq data (getting the probabilities of finding each cell type in each spot / multiplet) ; or counting nearest neighbors of each type for each cell in single cell spatial data like MERFISH or CODEX. It also offers the possibility to look at biological process based differential communication between cell type pairs or differential co-localization domains based on Ligand-Receptor pairs expression data, which can be obtained from diverse cell cell communication tools"
55
authors = [
66
{ name = "MayraRuizT", email = "aryam950812@gmail.com"},
77
{ name = "jsnagai", email = "james.nagai@gmail.com" }

src/nichesphere/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
__version__ = "0.1.0"
2-
__author__ = 'Mayra Ruiz'
1+
__version__ = "1.0.0"
2+
__author__ = 'Mayra Ruiz, James Nagai'
33
__credits__ = 'Institute for Computational Genomics'
44

55
from . import tl

0 commit comments

Comments
 (0)