Skip to content

Commit

Permalink
Added Blsoc2 to __init__ and add filter_name
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Nov 30, 2022
1 parent 61aac42 commit ff183ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hdf5plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

from ._filters import FILTERS # noqa
from ._filters import BLOSC_ID, Blosc # noqa
from ._filters import BLOSC2_ID, Blosc2 # noqa
from ._filters import BSHUF_ID, Bitshuffle # noqa
from ._filters import BZIP2_ID, BZip2 # noqa
from ._filters import LZ4_ID, LZ4 # noqa
Expand Down

0 comments on commit ff183ba

Please sign in to comment.