Skip to content

Commit 57957a3

Browse files
committed
tweaks
1 parent 231f3ea commit 57957a3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0.6.0)
1111
eventmachine (1.2.7)
12-
ffi (1.10.0)
12+
ffi (1.11.1)
1313
forwardable-extended (2.6.0)
1414
http_parser.rb (0.6.0)
1515
i18n (0.9.5)
@@ -31,8 +31,8 @@ GEM
3131
jekyll (>= 3.7, < 5.0)
3232
jekyll-sass-converter (1.5.2)
3333
sass (~> 3.4)
34-
jekyll-seo-tag (2.6.0)
35-
jekyll (~> 3.3)
34+
jekyll-seo-tag (2.6.1)
35+
jekyll (>= 3.3, < 5.0)
3636
jekyll-watch (2.2.1)
3737
listen (~> 3.0)
3838
kramdown (1.17.0)
@@ -55,7 +55,7 @@ GEM
5555
rouge (3.3.0)
5656
ruby_dep (1.5.0)
5757
safe_yaml (1.0.5)
58-
sass (3.7.3)
58+
sass (3.7.4)
5959
sass-listen (~> 4.0.0)
6060
sass-listen (4.0.0)
6161
rb-fsevent (~> 0.9, >= 0.9.4)

_posts/2019-05-02-zarr-2.3-release.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ for use in distributed and parallel computing. This post provides an
1212
overview of new features in this release, and some information about
1313
future directions for Zarr.
1414

15-
## New storage options for distributed computing
15+
## New storage options for distributed and cloud computing
1616

1717
A key feature of the Zarr protocol is that the underlying storage
1818
system is decoupled from other components via a simple key/value
@@ -21,7 +21,8 @@ interface. In Python, this interface corresponds to the
2121
interface](https://docs.python.org/3/glossary.html#term-mapping),
2222
which is the interface that Python
2323
[`dict`](https://docs.python.org/3/library/stdtypes.html#dict)
24-
implements. The simplicity of this interface means it is relatively
24+
implements. I.e., anything `dict`-like can be used to store Zarr
25+
data. The simplicity of this interface means it is relatively
2526
straightforward to add support for a range of different storage
2627
systems. The 2.3 release adds support for storage using [SQLite](
2728
https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.SQLiteStore

0 commit comments

Comments
 (0)