Skip to content

Commit

Permalink
Merge pull request #271 from silx-kit/doc
Browse files Browse the repository at this point in the history
Updated documentation
  • Loading branch information
kif authored Sep 7, 2023
2 parents b4f2914 + 32673d6 commit 050f225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ python:
- requirements: requirements.txt
- method: pip
path: .
system_packages: true
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 050f225

Please sign in to comment.