@@ -49,6 +49,9 @@ Upcoming Release
4949* Refactor out ``_tofile ``/``_fromfile `` from ``DirectoryStore ``.
5050 By :user: `John Kirkham <jakirkham> `; :issue: `503 `.
5151
52+ * Add documentation build to CI.
53+ By :user: `James Bourbeau <jrbourbeau> `; :issue: `516 `.
54+
5255.. _release_2.3.2 :
5356
54572.3.2
@@ -141,7 +144,7 @@ Bug fixes
141144* Avoid raising in :class: `zarr.storage.DirectoryStore `'s ``__setitem__ `` when file already exists.
142145 By :user: `Justin Swaney <jmswaney> `, :issue: `272 `, :issue: `318 `.
143146
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
145148 to 0.6.2, which has enabled some code simplification and fixes a failing test involving
146149 msgpack encoding. By :user: `John Kirkham <jakirkham> `, :issue: `361 `, :issue: `360 `, :issue: `352 `,
147150 :issue: `355 `, :issue: `324 `.
@@ -215,10 +218,10 @@ Enhancements
215218
216219* **New package for compressor and filter codecs **. The classes previously
217220 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
219222 several new codec classes not previously available in Zarr, including
220223 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
222225 :mod: `zarr.codecs ` namespace. However, it is recommended to import codecs from
223226 the new package, see the tutorial sections on :ref: `tutorial_compress ` and
224227 :ref: `tutorial_filters ` for examples. With contributions by
@@ -632,4 +635,4 @@ See `v0.4.0 release notes on GitHub
632635See `v0.3.0 release notes on GitHub
633636<https://github.com/zarr-developers/zarr-python/releases/tag/v0.3.0> `_.
634637
635- .. _ NumCodecs : http://numcodecs.readthedocs.io/
638+ .. _ Numcodecs : http://numcodecs.readthedocs.io/
0 commit comments