Skip to content

Commit

Permalink
Fix list display
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Sep 4, 2023
1 parent 858a6c3 commit 4ad960e
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 @@ -183,6 +183,7 @@ class Blosc(_FilterRefClass):
Compression level from 0 (no compression) to 9 (maximum compression).
Default: 5.
:param int shuffle: One of:
- Blosc.NOSHUFFLE (0): No shuffle
- Blosc.SHUFFLE (1): byte-wise shuffle (default)
- Blosc.BITSHUFFLE (2): bit-wise shuffle
Expand Down Expand Up @@ -239,6 +240,7 @@ class Blosc2(_FilterRefClass):
Compression level from 0 (no compression) to 9 (maximum compression).
Default: 5.
:param int filters: One of:
- Blosc2.NOFILTER (0): No pre-compression filter
- Blosc2.SHUFFLE (1): Byte-wise shuffle (default)
- Blosc2.BITSHUFFLE (2): Bit-wise shuffle
Expand Down

0 comments on commit 4ad960e

Please sign in to comment.