Releases: beacon-biosignals/PyMNE.jl
Releases · beacon-biosignals/PyMNE.jl
v0.2.2
v0.2.2
v0.2.1
v0.2.0
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.
Merged pull requests:
- Update Code Coverage in CI workflow (#12) (@kimlaberinto)
- convert package to PythonCall instead of PyCall (#13) (@palday)