DynamicsAndNeuralSystems / pyspi

Comparative analysis of pairwise interactions in multivariate time series.
https://time-series-features.gitbook.io/pyspi/
GNU General Public License v3.0
198 stars 26 forks source link

Add optional dependency checks + SPI filter function #63

Closed jmoo2880 closed 5 months ago

jmoo2880 commented 5 months ago

In this PR, i've made the following changes. These (breaking) changes call for a major version bump from 0.4.2 to 1.0.0 as per semantic versioning guidelines.

Changes

Migration Guide

This PR would introduce breaking changes for existing users with workflows which rely on custom SPI subsets i.e., custom YAML files. Users relying on the pyspi default and pre-defined subsets are unaffected by these changes.

Testing

Documentation

Checklist