From fa5a05e76f1228ce87ed653ce3075c3311cd8df2 Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Fri, 3 Jul 2026 11:35:04 -0400 Subject: [PATCH] Add MATLAB implementations --- .vitepress/data/implementations.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vitepress/data/implementations.ts b/.vitepress/data/implementations.ts index 198f28f..561d233 100644 --- a/.vitepress/data/implementations.ts +++ b/.vitepress/data/implementations.ts @@ -43,6 +43,13 @@ export const implementations: Implementation[] = [ activity: 'https://img.shields.io/github/release-date-pre/manzt/zarrita.js' }, { language: 'JavaScript', name: 'Zarr.js', href: 'https://github.com/gzuidhof/zarr.js', v2: true, v3: false, activity: 'https://img.shields.io/github/release-date-pre/gzuidhof/zarr.js' }, + // MATLAB + { language: 'MATLAB', name: 'zarr-matlab', href: 'https://github.com/catalystneuro/zarr-matlab', v2: false, v3: true, + activity: 'https://img.shields.io/github/release-date-pre/catalystneuro/zarr-matlab' }, + { language: 'MATLAB', name: 'zarr-matlab (zarrs)', href: 'https://github.com/scalableminds/zarr-matlab', v2: false, v3: true, + activity: 'https://img.shields.io/github/last-commit/scalableminds/zarr-matlab' }, + { language: 'MATLAB', name: 'MATLAB-support-for-Zarr-files', href: 'https://github.com/mathworks/MATLAB-support-for-Zarr-files', v2: true, v3: false, + activity: 'https://img.shields.io/github/last-commit/mathworks/MATLAB-support-for-Zarr-files' }, // Julia / R / OCaml / Elixir { language: 'Julia', name: 'Zarr.jl', href: 'https://github.com/JuliaIO/Zarr.jl', v2: true, v3: false, activity: 'https://img.shields.io/github/release-date-pre/JuliaIO/Zarr.jl' },