Skip to content

Commit

Permalink
Add grok codec
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Dec 28, 2023
1 parent 869204b commit 5161190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions blosc2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class Codec(Enum):
ZFP_PREC = 34
ZFP_RATE = 35
OPENHTJ2K = 36
GROK = 37


class Filter(Enum):
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/autofiles/top_level/blosc2.Codec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
~Codec.ZFP_PREC
~Codec.ZFP_RATE
~Codec.OPENHTJ2K

~Codec.GROK

0 comments on commit 5161190

Please sign in to comment.