@@ -49,6 +49,9 @@ Upcoming Release
49
49
* Refactor out ``_tofile ``/``_fromfile `` from ``DirectoryStore ``.
50
50
By :user: `John Kirkham <jakirkham> `; :issue: `503 `.
51
51
52
+ * Add documentation build to CI.
53
+ By :user: `James Bourbeau <jrbourbeau> `; :issue: `516 `.
54
+
52
55
.. _release_2.3.2 :
53
56
54
57
2.3.2
@@ -141,7 +144,7 @@ Bug fixes
141
144
* Avoid raising in :class: `zarr.storage.DirectoryStore `'s ``__setitem__ `` when file already exists.
142
145
By :user: `Justin Swaney <jmswaney> `, :issue: `272 `, :issue: `318 `.
143
146
144
- * The required version of the `numcodecs < http://numcodecs.rtfd.io > `_ package has been upgraded
147
+ * The required version of the `Numcodecs `_ package has been upgraded
145
148
to 0.6.2, which has enabled some code simplification and fixes a failing test involving
146
149
msgpack encoding. By :user: `John Kirkham <jakirkham> `, :issue: `361 `, :issue: `360 `, :issue: `352 `,
147
150
:issue: `355 `, :issue: `324 `.
@@ -215,10 +218,10 @@ Enhancements
215
218
216
219
* **New package for compressor and filter codecs **. The classes previously
217
220
defined in the :mod: `zarr.codecs ` module have been factored out into a
218
- separate package called NumCodecs _ . The NumCodecs _ package also includes
221
+ separate package called ` Numcodecs `_ . The ` Numcodecs `_ package also includes
219
222
several new codec classes not previously available in Zarr, including
220
223
compressor codecs for Zstd and LZ4. This change is backwards-compatible with
221
- existing code, as all codec classes defined by NumCodecs are imported into the
224
+ existing code, as all codec classes defined by Numcodecs are imported into the
222
225
:mod: `zarr.codecs ` namespace. However, it is recommended to import codecs from
223
226
the new package, see the tutorial sections on :ref: `tutorial_compress ` and
224
227
:ref: `tutorial_filters ` for examples. With contributions by
@@ -632,4 +635,4 @@ See `v0.4.0 release notes on GitHub
632
635
See `v0.3.0 release notes on GitHub
633
636
<https://github.com/zarr-developers/zarr-python/releases/tag/v0.3.0> `_.
634
637
635
- .. _ NumCodecs : http://numcodecs.readthedocs.io/
638
+ .. _ Numcodecs : http://numcodecs.readthedocs.io/
0 commit comments