Skip to content

Commit 4746ec6

Browse files
committed
feat: add notable community releases
1 parent 04980b4 commit 4746ec6

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

.vitepress/theme/custom.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,25 @@ span.clip u {
2121
background-clip: text;
2222
}
2323

24+
.announcement-pill {
25+
display: inline-flex;
26+
align-items: center;
27+
border: 1px solid rgba(227, 75, 117, 0.35);
28+
border-radius: 999px;
29+
padding: 0.1em 0.55em;
30+
background: rgba(227, 75, 117, 0.1);
31+
color: var(--vp-c-brand-1);
32+
font-size: 0.85em;
33+
font-weight: 700;
34+
line-height: 1.4;
35+
vertical-align: 0.08em;
36+
}
37+
38+
html.dark .announcement-pill {
39+
border-color: rgba(229, 128, 119, 0.45);
40+
background: rgba(229, 128, 119, 0.14);
41+
}
42+
2443
/* Arborium dark mode for VitePress (.dark class on html) */
2544
html.dark a-at { color: var(--arb-at-dark); font-weight: var(--arb-at-dark-weight, normal); font-style: var(--arb-at-dark-style, normal); text-decoration: var(--arb-at-dark-decoration, none); }
2645
html.dark a-co { color: var(--arb-co-dark); font-weight: var(--arb-co-dark-weight, normal); font-style: var(--arb-co-dark-style, normal); text-decoration: var(--arb-co-dark-decoration, none); }

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ features:
5454

5555
### Announcements
5656

57+
- <tt>2026/04/21</tt>: <span class="announcement-pill">Community</span> [`pizzarr` (R)](https://github.com/zarr-developers/pizzarr) 0.2.0 released: `zarrs` has been swapped in as the parallel backend.
58+
- <tt>2026/03/13</tt>: <span class="announcement-pill">Community</span> [`Zarrs.jl` (Julia)](https://github.com/earth-mover/Zarrs.jl) 0.1.0 released: a wrapper over the `zarrs` library by Joe Hamman from Earthmover.
59+
- <tt>2026/03/04</tt>: <span class="announcement-pill">Community</span> [`zarrs_n5` (Rust)](https://github.com/clbarnes/zarrs_n5) 0.1.0 released: [N5](https://github.com/saalfeldlab/n5) format support to the `zarrs` ecosystem by Chris Barnes.
5760
- <tt>2026/02/02</tt>: `zarrs` 0.23 released: improve performance and ergonomics, <tt>optional</tt> data type and codec, more flexible extension point support.
5861
- <tt>2025/09/18</tt>: `zarrs` 0.22 released: new extensions, initial generic indexing/WASM support, expanded experimental partial encoding.
5962
- <tt>2025/06/08</tt>: `zarrs` 0.21 released: several bug fixes and support for a number of additional data types.

0 commit comments

Comments
 (0)