Skip to content

Commit

Permalink
Add a warning in Blosc2 filter
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Nov 30, 2022
1 parent de10889 commit 7282cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hdf5plugin/_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ class Blosc2(_FilterRefClass):
}

def __init__(self, cname='blosclz', clevel=5, filters=SHUFFLE):
logger.warning(
"!BETA! Blosc2 filter is not released yet: behavior/API can change without notice, only use for testing purpose!")
compression = self.__COMPRESSIONS[cname]
clevel = int(clevel)
assert 0 <= clevel <= 9
Expand Down

0 comments on commit 7282cc5

Please sign in to comment.