From f5f4b77d267d25fe4152786f5276f6c2b7a0da16 Mon Sep 17 00:00:00 2001 From: Joshua Moore <102399896+joshuabmoore@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:12:48 +1100 Subject: [PATCH] Add link to pyhctsa in README Added a new entry for the Python implementation of the highly comparative time-series analysis toolkit. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97b54254..c1e65110 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ If you are interested in trying other highly comparative toolboxes like _pyspi_, - [_hctsa_](https://github.com/benfulcher/hctsa), the _highly comparative time-series analysis_ toolkit, computes over 7000 time-series features from univariate time series. - [_hcga_](https://github.com/barahona-research-group/hcga), a _highly comparative graph analysis_ toolkit, computes several thousands of graph features directly from any given network. +- [_pyhctsa_](https://github.com/DynamicsAndNeuralSystems/pyhctsa), a python implementation of the _highly comparative time-series analysis_ toolkit. ## Our Contributors 🌟