From 6f96a39d703de7a847e9ffbb60fbd668a5583f42 Mon Sep 17 00:00:00 2001 From: Julia Dark Date: Wed, 29 Jan 2025 10:23:47 -0500 Subject: [PATCH] Re-export a couple somacore classes --- apis/python/src/tiledbsoma/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apis/python/src/tiledbsoma/__init__.py b/apis/python/src/tiledbsoma/__init__.py index 082218fa30..43da8e9c69 100644 --- a/apis/python/src/tiledbsoma/__init__.py +++ b/apis/python/src/tiledbsoma/__init__.py @@ -198,6 +198,7 @@ __all__ = [ "AlreadyExistsError", + "AffineTransform", "Axis", "AxisColumnNames", "AxisQuery", @@ -212,6 +213,7 @@ "get_implementation", "get_SOMA_version", "get_storage_engine", + "IdentityTransform", "IntIndexer", "Measurement", "MultiscaleImage", @@ -219,6 +221,7 @@ "open", "PointCloudDataFrame", "ResultOrder", + "ScaleTransform", "Scene", "show_package_versions", "SOMA_JOINID", @@ -235,4 +238,5 @@ "tiledbsoma_stats_reset", "tiledbsoma_stats_as_py", "tiledbsoma_stats_json", + "UniformScaleTransform", ]