frites icon indicating copy to clipboard operation
frites copied to clipboard

Framework for Information Theoretical analysis of Electrophysiological data and Statistics

Results 8 frites issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.3 to 4.5.0. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.5.0 What's Changed The action is now built and run on Node 20. Bump @​types/node from 20.4.1 to...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.1. Release notes Sourced from actions/checkout's releases. v4.1.1 What's Changed Update CODEOWNERS to Launch team by @​joshmgross in actions/checkout#1510 Correct link to GitHub Docs by...

dependencies

Hi, Would it be desirable for a PR to add automated templates for GH issues and PRs? Similar to what we have here https://github.com/mne-tools/mne-connectivity/tree/main/.github?

This is still a WIP, but adds mne-connectivity to certain places in the docs, CI and does an initial simplification of `conn_spec` to just call underlying mne-connectivity function. Related to:...

Hi, I spoke with the MNE core dev team earlier and we saw that you built a package on top of MNE-Python. Exciting! We recently moved all the connectivity submodule...

This PR adds functionality to use neo objects as sources of ephys data. In the current implementation a specific structure of one neo.Block per subject needs to be provided, containing...

@nvoges @brovelli The current version of the code failed on Nicoles' simulated data, because of the cholesky decomposition when the data are redundant. @brovelli suggested `np.clip(mi, 0, mi)`. This avoid...

bug