Skip to content

Commit

Permalink
add a warning on sz3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Feb 8, 2024
1 parent cf873a4 commit 6e270c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/hdf5plugin/_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,11 @@ class SZ3(_FilterRefClass):
**hdf5plugin.SZ3(absolute=0.1))
For more details about the compressor, see `SZ3 <https://szcompressor.org/>`_.
.. warning::
Backward compatibility is currently not guaranteed:
See `this discussion <https://github.com/szcompressor/SZ3/issues/50#issuecomment-1901170917>`_.
"""
filter_name = "sz3"
filter_id = SZ3_ID
Expand Down

0 comments on commit 6e270c2

Please sign in to comment.