Hello
Firstly, thank you for the sharing this project, its really awesome.
I am experimenting with stumpy and am able to annotate a matrix profile a with similarity to matrix profile b using the T_A and T_B variables in the stumpy.stump(T_A = c1, m = m, T_B = c2, ignore_trivial=False) method.
I want to experiment with multi dimensional stumpy but note that stumpy.mstump does not have the ability to pass in a second time series.
Is there a method for doing non self joins (arbitrary a/b joins) on two multi dimensional time series?
Thank you.