diff --git a/src/silx/io/tiledh5.py b/src/silx/io/tiledh5.py index 4bd2c8dea3..adb020b259 100644 --- a/src/silx/io/tiledh5.py +++ b/src/silx/io/tiledh5.py @@ -99,6 +99,7 @@ def __init__( TiledH5._cache = Cache() # Use tiled cache default self.__container = tiled.client.from_uri(name, cache=self._cache) assert isinstance(self.__container, tiled.client.container.Container) + _logger.warning("tiled support is a preview feature: This may change or be removed without notice.") def close(self): super().close()