Skip to content

Commit

Permalink
Advertise tiled as a preview feature
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Aug 29, 2024
1 parent f82c450 commit cdf4af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/silx/io/tiledh5.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit cdf4af5

Please sign in to comment.