Is your feature request related to a problem? Please describe.
The most recent version of matrixprofile on pip is from January 2021. Since then , the mstomp algorithm was added to the official repo. The repo includes mstomp algorithm, but it's not available via pip
Describe the solution you'd like
Could you publish a newer version to PIP that includes mstomp mentioned in this issue?
Describe alternatives you've considered
I tried installing directly from github with pip install git+https://github.com/matrix-profile-foundation/matrixprofile, but this results in an error: clang: error: unsupported option '-fopenmp'. I don't know very much about the PIP installer process, but I could probably look into this error more closely if it's helpful.
Additional context
Many thanks for taking a look!
Is your feature request related to a problem? Please describe.
The most recent version of matrixprofile on pip is from January 2021. Since then , the
mstompalgorithm was added to the official repo. The repo includesmstompalgorithm, but it's not available viapipDescribe the solution you'd like
Could you publish a newer version to PIP that includes
mstompmentioned in this issue?Describe alternatives you've considered
I tried installing directly from github with
pip install git+https://github.com/matrix-profile-foundation/matrixprofile, but this results in an error:clang: error: unsupported option '-fopenmp'. I don't know very much about the PIP installer process, but I could probably look into this error more closely if it's helpful.Additional context
Many thanks for taking a look!