Clemens Brunner
Clemens Brunner
Right-clicking depends on the desktop (and also I haven't implemented it specifically), but you can drag and drop an XDF file onto MNELAB to import it. It will show a...
Yeah, I get the idea! This is definitely something I want to implement very soon, but this requires producing standalone installers (see #294). For now, it is even easier than...
Hi @JonNir1 and @Yuvishap! This is really great! Coincidentally, @SchellanderF and I have been thinking about integrating ICALabel into MNELAB ourselves. We haven't started implementing it yet, but we already...
Since @SchellanderF and I have already worked on this feature for a while now, I'd prefer that we share our implementation in a PR for you to provide feedback. I'm...
Could someone from the dev team clarify the open questions in this issue please? I'm about to include `onnxruntime` in my Python project, but I need support for Python 3.14...
OK, I'm struggling a bit with dependencies here. If you want to keep Python >= 3.9 and at the same time also support 3.13, scipy >= 1.13.1 works only for...
It might actually be something at the core of how uv resolves dependencies, yes. I've opened an issue here: https://github.com/astral-sh/uv/issues/8492
Hmmm, the Windows 3.13 job crashed, but this might be unrelated. @bemoody or @tompollard could you please restart this job (I don't have the permissions to do that myself)?
We're hitting another issue, this time related to CPython (https://github.com/python/cpython/issues/125235). We gotta wait for 3.13.1 for the fix.
This is ready for review. Everything works with NumPy >= 2. I've removed support for Python 3.8 and added Python 3.12. Python 3.13 can be added as soon as 3.13.1...