Ross ROSS = Recommend OSS · open-source software intelligence for agents

wannesm/dtaidistance

Time series distances: Dynamic Time Warping (fast DTW implementation in C) observed · 2026-08-28

github.com/wannesm/dtaidistance · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

64/100

  • Activity 91
  • Release rhythm 8
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3499
  • days_rel: n/a
  • days_push: 57
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1240 stars · 191 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Python library for computing time series distances, most notably Dynamic Time Warping (DTW), with a fast C implementation exposed via Cython. It supports N-dimensional series, parallelized distance matrix computation, DTW Barycenter Averaging for clustering, subsequence search, and local concurrences.

Use cases

  • compute dtw distance between two time series
  • compute pairwise dtw distance matrix for many series fast
  • cluster time series with dtw barycenter averaging
  • find best matching subsequence in a longer series
  • compare multivariate time series with dtw
  • speed up dtw computation with pruning

When to choose

  • you need fast, C-accelerated DTW in Python with minimal dependencies
  • you want DTW-based clustering or subsequence search for time series
  • you work with numpy/pandas time series and need efficient distance matrices

When to avoid

  • you need many other time series similarity measures beyond DTW variants
  • you need a pure non-Python solution or GPU-accelerated DTW
  • you need full time series forecasting or classification pipelines rather than distances

Facets

library · maturity stable

math machine-learning data-science time-series machine-learning data-science python cross-platform dtw time-series-distances clustering cython numpy dynamic-time-warping algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
wannesm/dtaidistancemain64

For agents

markdown · JSON · MCP: product_card(name="wannesm/dtaidistance")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem