Skip to content

Entropy-based Connectivities#22

Merged
cbueth merged 8 commits into
mainfrom
18-implement-pre-check-for-entropy-based-connectivities
May 8, 2024
Merged

Entropy-based Connectivities#22
cbueth merged 8 commits into
mainfrom
18-implement-pre-check-for-entropy-based-connectivities

Conversation

@cbueth
Copy link
Copy Markdown
Owner

@cbueth cbueth commented May 7, 2024

Description:

This PR introduces updates to the entropy-based connectivities.

Changes:

  • Added: Conversion to_symbolic for connectivities, function attribute entropy_like, check for symbolic time series connectivities, and connectivity decorator tests (636032b, 554850e, 81e9fd2).
  • Changed: CI now includes windows and mac test runners, scheduled tests, coverage combine, and updated artifact action (af01ed6, 9527f7e, c1d2b03).
  • Fixed: Issue with gt_bi_multi_lag returning non-optimal idx (636032b).
  • Lint: Reformatted symbolic.py (ec9cf97).

cbueth added 7 commits May 6, 2024 14:02
- Simplify Pipeline matrix
- Fix typo in `pyproject.toml`
- Now it is possible to create connectivity measure that by default convert float input to int. If not by default, the connectivity will warn the user if input is not int. When calling the connectivity it is possible to explicitly convert the input setting `symbolic_bins` to `True`, `None` or the number of symbols to use.
- Add function attribute `entropy_like`
- Optimize optimal index determination
- Fix `gt_bi_multi_lag`. Returned `all_p_values` not optimal idx.
@cbueth cbueth self-assigned this May 7, 2024
@cbueth cbueth linked an issue May 7, 2024 that may be closed by this pull request
3 tasks
- Remove matrix from coverage combine run job
@cbueth cbueth merged commit 50ff4f3 into main May 8, 2024
@cbueth cbueth deleted the 18-implement-pre-check-for-entropy-based-connectivities branch May 8, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Pre-check for Entropy Based Connectivities

1 participant