Skip to content

Commit

Permalink
Use dynamic annotation reader and writers
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasteuwen committed Sep 26, 2024
1 parent b6260de commit 907e0e2
Show file tree
Hide file tree
Showing 18 changed files with 1,699 additions and 2,970 deletions.
4 changes: 2 additions & 2 deletions dlup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from ._image import SlideImage
from ._region import BoundaryMode, RegionView
from .annotations import AnnotationClass, AnnotationType, WsiAnnotations
from .annotations import SlideAnnotations

pyvips_logger = logging.getLogger("pyvips")
pyvips_logger.setLevel(logging.CRITICAL)
Expand All @@ -13,4 +13,4 @@
__email__ = "[email protected]"
__version__ = "0.7.0"

__all__ = ("SlideImage", "WsiAnnotations", "AnnotationType", "AnnotationClass", "RegionView", "BoundaryMode")
__all__ = ("SlideImage", "SlideAnnotations", "RegionView", "BoundaryMode")
Loading

0 comments on commit 907e0e2

Please sign in to comment.