We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddacd08 commit cfc64fcCopy full SHA for cfc64fc
1 file changed
docs/release.rst
@@ -62,12 +62,6 @@ dependency. Manual installation of NumPy prior to installing Zarr is
62
still recommended, however, as the automatic installation of NumPy may
63
fail or be sub-optimal on some platforms.
64
65
-The :mod:`zarr.blosc` Cython extension is now optional and compilation
66
-will only be attempted on posix systems; other systems will fall back
67
-to a pure-Python installation (`#25
68
-<https://github.com/alimanfoo/zarr/issues/25>`_). On these systems
69
-only 'zlib', 'bz2' and 'lzma' compression will be available.
70
-
71
Some optimizations have been made within the :mod:`zarr.blosc`
72
extension to avoid unnecessary memory copies, giving a ~10-20%
73
performance improvement for multi-threaded compression operations.
0 commit comments