Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 18:33
· 9 commits to main since this release
2b5e35c

PyMNE v0.2.0: Use PythonCall instead of Pycall

get_info has been removed because PythonCall doesn't over-zealously convert all subtypes of Python dict to Julia Dict.
Generally, the less zealous conversion of types under PythonCall compared to PyCall should improve round-trip performance.
In particular, get_info was necessary because MNE wanted Info but got dict when round-tripping.

Diff since v0.1.2

Merged pull requests: