Skip to content

Releases: beacon-biosignals/PyMNE.jl

v0.2.2

08 Aug 21:24
3cd9321
Compare
Choose a tag to compare

PyMNE v0.2.2

Diff since v0.2.1

Closed issues:

  • Error when loading PyMNE (#17)

Merged pull requests:

v0.2.1

07 Feb 17:12
b905ce1
Compare
Choose a tag to compare

PyMNE v0.2.1

Diff since v0.2.0

Closed issues:

  • Tiny thing: Update Release Notes (#14)

Merged pull requests:

v0.2.0

28 Jul 18:33
2b5e35c
Compare
Choose a tag to compare

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:

v0.1.2

08 Apr 20:15
20c06cd
Compare
Choose a tag to compare

PyMNE v0.1.2

Diff since v0.1.1

Closed issues:

  • Deprecation ImportWarnings when precompiling (#8)
  • Deprecation ImportWarnings when precompiling (#9)

Merged pull requests:

v0.1.1

27 Jan 19:40
e363a8f
Compare
Choose a tag to compare

PyMNE v0.1.1

Diff since v0.1.0

Closed issues:

  • Tracking Issue: Initial Release (#2)
  • eval in init breaks downstream precompilation (#4)

Merged pull requests:

v0.1.0

17 Dec 17:23
bc1a70d
Compare
Choose a tag to compare

PyMNE v0.1.0

Merged pull requests:

  • Initial documentation and functionality (#1) (@palday)