diff --git a/docs/release.rst b/docs/release.rst index e07a82cef7..e3c0b85d59 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -29,8 +29,8 @@ Bug fixes * The required version of the `numcodecs `_ package has been upgraded to 0.6.2, which has enabled some code simplification and fixes a failing test involving - msgpack encoding. By :user:`John Kirkham `, :issue:`360`, :issue:`352`, :issue:`355`, - :issue:`324`. + msgpack encoding. By :user:`John Kirkham `, :issue:`361`, :issue:`360`, :issue:`352`, + :issue:`355`, :issue:`324`. * Failing tests related to pickling/unpickling have been fixed. By :user:`Ryan Williams `, :issue:`273`, :issue:`308`. diff --git a/zarr/core.py b/zarr/core.py index b28f4e3419..80d1830c07 100644 --- a/zarr/core.py +++ b/zarr/core.py @@ -166,9 +166,6 @@ def _load_metadata_nosync(self): if config is None: self._compressor = None else: - # temporary workaround for - # https://github.com/zarr-developers/numcodecs/issues/78 - config = dict(config) self._compressor = get_codec(config) # setup filters