Skip to content

Commit 4f9a122

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix-readme
2 parents 452cea3 + 67f138a commit 4f9a122

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ GEM
215215
rb-fsevent (~> 0.10, >= 0.10.3)
216216
rb-inotify (~> 0.9, >= 0.9.10)
217217
mercenary (0.3.6)
218-
mini_portile2 (2.8.6)
218+
mini_portile2 (2.8.8)
219219
minima (2.5.1)
220220
jekyll (>= 3.5, < 5.0)
221221
jekyll-feed (~> 0.9)
@@ -224,7 +224,7 @@ GEM
224224
mutex_m (0.2.0)
225225
net-http (0.4.1)
226226
uri
227-
nokogiri (1.16.5)
227+
nokogiri (1.18.4)
228228
mini_portile2 (~> 2.8.2)
229229
racc (~> 1.4)
230230
octokit (4.25.1)
@@ -233,7 +233,7 @@ GEM
233233
pathutil (0.16.2)
234234
forwardable-extended (~> 2.6)
235235
public_suffix (5.0.4)
236-
racc (1.7.3)
236+
racc (1.8.1)
237237
rb-fsevent (0.11.2)
238238
rb-inotify (0.10.1)
239239
ffi (~> 1.0)

_config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,11 @@ social:
7575
footer:
7676
links:
7777
- label: "Bluesky"
78-
icon: "fab fa-fw fa-bluesky-square"
78+
icon: "fab fa-fw fa-bluesky"
7979
url: "https://bsky.app/profile/zarr.dev"
80+
- label: "Mastodon"
81+
icon: "fab fa-fw fa-mastodon"
82+
url: "https://fosstodon.org/@zarr"
8083
- label: "GitHub"
8184
icon: "fab fa-fw fa-github"
8285
url: "https://github.com/zarr-developers"

implementations/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Zarr version 2 and 3 implementations are listed (in alphabetical order per langu
1919
| Language | Implementation | V2| V3| Latest Release/Commit |
2020
|------------------------|------------------------|---|---|------------------------------|
2121
| C | [NetCDF-C] || | ![][NetCDF-C-re] |
22+
| C++ | [cpp-zarr] || | ![][cpp-zarr-re] |
2223
| C++ | [GDAL] || | ![][GDAL-re] |
2324
| C++/Python | [TensorStore] ||| ![][tensorstore-lu] |
2425
| C++ | [xtensor-zarr] ||| ![][xtensor-zarr-lu] |
@@ -48,6 +49,8 @@ Zarr version 2 and 3 implementations are listed (in alphabetical order per langu
4849

4950
[NetCDF-C]: https://github.com/Unidata/netcdf-c
5051
[NetCDF-C-re]: https://img.shields.io/github/release-date-pre/Unidata/netcdf-c
52+
[cpp-zarr]: https://github.com/abcucberkeley/cpp-zarr
53+
[cpp-zarr-re]: https://img.shields.io/github/release-date/abcucberkeley/cpp-zarr
5154
[GDAL]: https://gdal.org/drivers/raster/zarr.html
5255
[GDAL-re]: https://img.shields.io/github/release-date-pre/OSGeo/gdal
5356
[JZarr]: https://github.com/bcdev/jzarr

0 commit comments

Comments
 (0)