Skip to content

Commit 89952b5

Browse files
committed
Add missing concat/stack functions
1 parent 8fd6f81 commit 89952b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/reference/index_funcs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Indexing Functions and Utilities
22
=======================================
33

4-
The following functions are useful for performing indexing and oter associated operations.
4+
The following functions are useful for performing indexing and other associated operations.
55

66
.. currentmodule:: blosc2
77

doc/reference/linalg.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The following functions can be used for computing linear algebra operations with
1414
matrix_transpose
1515
diagonal
1616
outer
17+
concat
18+
stack
1719

1820

1921

@@ -25,3 +27,5 @@ The following functions can be used for computing linear algebra operations with
2527
.. autofunction:: blosc2.linalg.matrix_transpose
2628
.. autofunction:: blosc2.linalg.diagonal
2729
.. autofunction:: blosc2.linalg.outer
30+
.. autofunction:: blosc2.concat
31+
.. autofunction:: blosc2.stack

0 commit comments

Comments
 (0)