Skip to content

Commit 18907aa

Browse files
committed
Expose linalg_funcs list at module level
1 parent 554bc31 commit 18907aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/blosc2/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ def _raise(exc):
450450
from .schunk import SChunk, open
451451
from . import linalg
452452
from .linalg import tensordot, vecdot, permute_dims, matrix_transpose, matmul, transpose, diagonal, outer
453+
from .shape_utils import linalg_funcs as linalg_funcs_list
453454
from . import fft
454455

455456
# Registry for postfilters
@@ -629,6 +630,8 @@ def _raise(exc):
629630
"URLPath",
630631
# Version
631632
"__version__",
633+
# Utils
634+
"linalg_funcs_list",
632635
# Functions
633636
"abs",
634637
"acos",

0 commit comments

Comments
 (0)