The current implementation of C++ response distance includes compiled binary files (i.e. shared libraries) with the shapelets distribution.
This should be removed in future commits such that compilation of .cpp files are automated with installation of shapelets or when the response distance is first invoked, such that shapelets distribution does not carry these binary files from source.
With the addition of #57, more descriptive pre-compilation of shared libraries for Windows/Linux amd64 and macOS arm64 architectures should cover most modern machines, so this enhancement is not as critical.
The current implementation of C++ response distance includes compiled binary files (i.e. shared libraries) with the
shapelets
distribution.This should be removed in future commits such that compilation of .cpp files are automated with installation of
shapelets
or when the response distance is first invoked, such thatshapelets
distribution does not carry these binary files from source.