This issue was automatically created by the stumpy-bot. Numba is now compatible with Python version 3.11 (see https://github.com/stumpy-dev/automate/actions/runs ...
import stumpy import numpy as np from dask.distributed import Client if __name__ == "__main__": with Client() as dask_client: your_time_series = np.random.rand(10000) window_size = 50 # Approximately, ...