File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 215
215
rb-fsevent (~> 0.10 , >= 0.10.3 )
216
216
rb-inotify (~> 0.9 , >= 0.9.10 )
217
217
mercenary (0.3.6 )
218
- mini_portile2 (2.8.6 )
218
+ mini_portile2 (2.8.8 )
219
219
minima (2.5.1 )
220
220
jekyll (>= 3.5 , < 5.0 )
221
221
jekyll-feed (~> 0.9 )
224
224
mutex_m (0.2.0 )
225
225
net-http (0.4.1 )
226
226
uri
227
- nokogiri (1.16.5 )
227
+ nokogiri (1.18.4 )
228
228
mini_portile2 (~> 2.8.2 )
229
229
racc (~> 1.4 )
230
230
octokit (4.25.1 )
233
233
pathutil (0.16.2 )
234
234
forwardable-extended (~> 2.6 )
235
235
public_suffix (5.0.4 )
236
- racc (1.7.3 )
236
+ racc (1.8.1 )
237
237
rb-fsevent (0.11.2 )
238
238
rb-inotify (0.10.1 )
239
239
ffi (~> 1.0 )
Original file line number Diff line number Diff line change @@ -75,8 +75,11 @@ social:
75
75
footer :
76
76
links :
77
77
- label : " Bluesky"
78
- icon : " fab fa-fw fa-bluesky-square "
78
+ icon : " fab fa-fw fa-bluesky"
79
79
url : " https://bsky.app/profile/zarr.dev"
80
+ - label : " Mastodon"
81
+ icon : " fab fa-fw fa-mastodon"
82
+ url : " https://fosstodon.org/@zarr"
80
83
- label : " GitHub"
81
84
icon : " fab fa-fw fa-github"
82
85
url : " https://github.com/zarr-developers"
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Zarr version 2 and 3 implementations are listed (in alphabetical order per langu
19
19
| Language | Implementation | V2| V3| Latest Release/Commit |
20
20
| ------------------------| ------------------------| ---| ---| ------------------------------|
21
21
| C | [ NetCDF-C] | ✓ | | ![ ] [ NetCDF-C-re ] |
22
+ | C++ | [ cpp-zarr] | ✓ | | ![ ] [ cpp-zarr-re ] |
22
23
| C++ | [ GDAL] | ✓ | | ![ ] [ GDAL-re ] |
23
24
| C++/Python | [ TensorStore] | ✓ | ✓ | ![ ] [ tensorstore-lu ] |
24
25
| C++ | [ xtensor-zarr] | ✓ | ✗ | ![ ] [ xtensor-zarr-lu ] |
@@ -48,6 +49,8 @@ Zarr version 2 and 3 implementations are listed (in alphabetical order per langu
48
49
49
50
[ NetCDF-C ] : https://github.com/Unidata/netcdf-c
50
51
[ 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
51
54
[ GDAL ] : https://gdal.org/drivers/raster/zarr.html
52
55
[ GDAL-re ] : https://img.shields.io/github/release-date-pre/OSGeo/gdal
53
56
[ JZarr ] : https://github.com/bcdev/jzarr
You can’t perform that action at this time.
0 commit comments