From 32129e73a18aa9694c931608edfe42007ca287c3 Mon Sep 17 00:00:00 2001 From: Emanuele Bezzi Date: Thu, 23 May 2024 11:36:14 -0700 Subject: [PATCH 1/3] Prepare for 1.14.0 release --- api/python/cellxgene_census/pyproject.toml | 4 ++-- api/r/cellxgene.census/DESCRIPTION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/python/cellxgene_census/pyproject.toml b/api/python/cellxgene_census/pyproject.toml index 77c10fa56..d060b85ab 100644 --- a/api/python/cellxgene_census/pyproject.toml +++ b/api/python/cellxgene_census/pyproject.toml @@ -31,9 +31,9 @@ dependencies= [ # NOTE: the tiledbsoma version must be >= to the version used in the Census builder, to # ensure that the assets are readable (tiledbsoma supports backward compatible reading). # Make sure this version does not fall behind the builder's tiledbsoma version. - "tiledbsoma~=1.9.1", + "tiledbsoma~=1.11.2", "anndata", - "numpy>=1.21", + "numpy>=1.21,<2.0", "requests", "typing_extensions", "s3fs>=2021.06.1", diff --git a/api/r/cellxgene.census/DESCRIPTION b/api/r/cellxgene.census/DESCRIPTION index 558ed048a..e90bd7b00 100644 --- a/api/r/cellxgene.census/DESCRIPTION +++ b/api/r/cellxgene.census/DESCRIPTION @@ -1,6 +1,6 @@ Package: cellxgene.census Title: CZ CELLxGENE Discover Cell Census -Version: 1.13.1 +Version: 1.14.0 Authors@R: person("Chan Zuckerberg Initiative Foundation", email = "soma@chanzuckerberg.com", role = c("aut", "cre", "cph", "fnd")) From 2c0f2aa8c7e9bd0d811b808203f8b813d3b20ea1 Mon Sep 17 00:00:00 2001 From: Emanuele Bezzi Date: Fri, 24 May 2024 09:13:11 -0700 Subject: [PATCH 2/3] Update pyproject.toml --- api/python/cellxgene_census/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/cellxgene_census/pyproject.toml b/api/python/cellxgene_census/pyproject.toml index d060b85ab..5c3662f2f 100644 --- a/api/python/cellxgene_census/pyproject.toml +++ b/api/python/cellxgene_census/pyproject.toml @@ -31,7 +31,7 @@ dependencies= [ # NOTE: the tiledbsoma version must be >= to the version used in the Census builder, to # ensure that the assets are readable (tiledbsoma supports backward compatible reading). # Make sure this version does not fall behind the builder's tiledbsoma version. - "tiledbsoma~=1.11.2", + "tiledbsoma==1.11.1", "anndata", "numpy>=1.21,<2.0", "requests", From 6c46f995d3c558fb180777fc6c0a1e978e164006 Mon Sep 17 00:00:00 2001 From: Emanuele Bezzi Date: Tue, 28 May 2024 11:20:17 -0700 Subject: [PATCH 3/3] Update pyproject.toml --- api/python/cellxgene_census/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/cellxgene_census/pyproject.toml b/api/python/cellxgene_census/pyproject.toml index 5c3662f2f..19b564c0d 100644 --- a/api/python/cellxgene_census/pyproject.toml +++ b/api/python/cellxgene_census/pyproject.toml @@ -31,7 +31,7 @@ dependencies= [ # NOTE: the tiledbsoma version must be >= to the version used in the Census builder, to # ensure that the assets are readable (tiledbsoma supports backward compatible reading). # Make sure this version does not fall behind the builder's tiledbsoma version. - "tiledbsoma==1.11.1", + "tiledbsoma==1.11.3", "anndata", "numpy>=1.21,<2.0", "requests",