We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c9f5e commit 6eb61cfCopy full SHA for 6eb61cf
1 file changed
numcodecs/blosc.py
@@ -1,23 +1,3 @@
1
-"""
2
-An attempt at replacing bundled versin of blosc with
3
-the blosc-python package, which provides pre-build wheels.
4
-
5
-List of functions to deprecate:
6
-[
7
-'destroy',
8
-'init',
9
-'compname_to_compcode',
10
-'cbuffer_sizes',
11
-'cbuffer_metainfo',
12
-'err_bad_cname',
13
-'decompress_partial'
14
-]
15
16
-List of behaviour to deprecate:
17
-- Passing cname as bytes
18
19
20
21
import numpy as np
22
23
import blosc
0 commit comments