From 6e270c23a0c7e25fdc22440d94c5e053d2187613 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Thu, 8 Feb 2024 10:55:00 +0100 Subject: [PATCH] add a warning on sz3 compatibility --- src/hdf5plugin/_filters.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/hdf5plugin/_filters.py b/src/hdf5plugin/_filters.py index 39885b7e..63a269a1 100644 --- a/src/hdf5plugin/_filters.py +++ b/src/hdf5plugin/_filters.py @@ -587,6 +587,11 @@ class SZ3(_FilterRefClass): **hdf5plugin.SZ3(absolute=0.1)) For more details about the compressor, see `SZ3 `_. + + .. warning:: + + Backward compatibility is currently not guaranteed: + See `this discussion `_. """ filter_name = "sz3" filter_id = SZ3_ID