We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ba9ca commit 16dd6b4Copy full SHA for 16dd6b4
src/matadi/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.2.1"
+__version__ = "0.2.2"
src/matadi/_apply.py
@@ -29,7 +29,7 @@ def rshape(z):
29
parallel = ()
30
31
# map function `N` times on reshaped input
32
- N = np.product(ax)
+ N = np.prod(ax)
33
out = fun.map(N, *parallel)(*y)
34
35
if not isinstance(out, tuple):
0 commit comments