Skip to content

Commit 5c37951

Browse files
committed
Remove old comment
1 parent 96d7759 commit 5c37951

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

numcodecs/blosc.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
211
import numpy as np
222

233
import blosc

0 commit comments

Comments
 (0)