shapelets v1.3 brings a series of changes and enhancements. See changelog.md for more details.
Most notable changes are
- Docs: enforce
numpydocstrings for all functions, and improve pdoc handling of shapelets package for website rendering - Main entry point to run shapelets configuration files was changed from
shapelets configtoshapelets-run config - Restored importing functionality to match JOSS paper
- Added deprecated function handling - if users import functions from JOSS paper, they will work, but with a deprecation notice
- Addition of
auto.pywhich contains the unsupervised shapelets response distance method. It is not fully functional, and v1.4 will contain its integration into theself_assemblysubmodule