From 6002207645cc419b4c9118ade2f0810803b62878 Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Thu, 28 May 2026 13:40:40 +0200 Subject: [PATCH 1/2] Add nft-anndata 0.5.0 release Update the nf-test plugin index to point at the new nft-anndata release with AnnData Zarr support. --- plugins.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/plugins.json b/plugins.json index 5d543df..fb2a781 100644 --- a/plugins.json +++ b/plugins.json @@ -190,12 +190,12 @@ }, { "id": "nft-anndata", - "latest": "0.4.1", + "latest": "0.5.0", "url": "https://github.com/nictru/nft-anndata", "github": "nictru/nft-anndata", - "description": "Provides support for AnnData (h5ad) files.", + "description": "Provides support for AnnData (.h5ad and .zarr) files.", "author": "Nico Trummer", - "keywords": ["anndata", "h5ad"], + "keywords": ["anndata", "h5ad", "zarr"], "releases": [ { "version": "0.1.0", @@ -220,6 +220,10 @@ { "version": "0.4.1", "url": "https://github.com/nictru/nft-anndata/releases/download/v0.4.1/nft-anndata-0.4.1.jar" + }, + { + "version": "0.5.0", + "url": "https://github.com/nictru/nft-anndata/releases/download/v0.5.0/nft-anndata-0.5.0.jar" } ] }, From e2055b7326602ba9763c57a3e92aa66f9dad714a Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Tue, 2 Jun 2026 08:23:33 +0200 Subject: [PATCH 2/2] Add nft-anndata 0.5.1 release Set latest to 0.5.1 (remote h5ad staging classloader fix). --- plugins.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index fb2a781..afef265 100644 --- a/plugins.json +++ b/plugins.json @@ -190,7 +190,7 @@ }, { "id": "nft-anndata", - "latest": "0.5.0", + "latest": "0.5.1", "url": "https://github.com/nictru/nft-anndata", "github": "nictru/nft-anndata", "description": "Provides support for AnnData (.h5ad and .zarr) files.", @@ -224,6 +224,10 @@ { "version": "0.5.0", "url": "https://github.com/nictru/nft-anndata/releases/download/v0.5.0/nft-anndata-0.5.0.jar" + }, + { + "version": "0.5.1", + "url": "https://github.com/nictru/nft-anndata/releases/download/v0.5.1/nft-anndata-0.5.1.jar" } ] },