python-neo icon indicating copy to clipboard operation
python-neo copied to clipboard

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats

Results 254 python-neo issues
Sort by recently updated
recently updated
newest added

Python 3.13 released. See notes [here](https://www.python.org/downloads/release/python-3130/). We should be testing for it now :) I think we had mentioned we wanted our CI to be oldest and newest python at...

continuous-integration

At long last, replaced the complicated header dictionaries with more general patterns and checks. There are a few more tweaks on this that will be nice but this is a...

fixes #1550 I did a little digging and I think the problems with downloaded files being replaced with 1KB symbolic links has to do with the way annex repositories work....

Adds the OriginalFileName property to the NlxHeader. Also cleans up private members and moves a useful method to NlxHeader from test. This is the last in this sequence of commits...

Adds a test of the .Ncs file already in the testing repository under Cheetah_v6.4.1dev.

Continues the process of generalizing the header processing. Builds on refactorHeaderProcessing and should merge once that is in place. I am trying to keep things in smaller reviewable chunks though...

Providing an explicit test for Neuraview as well as further generalizing the date and time expressions. Built on generalizedHeaderProcessing and requires that reviewed first.

This moves much of the conversions and setting from read_properties into separate methods. Also make the acquisition type a proper IntEnum rather than simply strings. This is in preparation for...

From the discussion on #1693, @zm711 ![image](https://github.com/user-attachments/assets/ca81c920-900b-4796-b4d7-efafee466a42)

I have user data that, according to them, has no true segments at all. They did not stop and restart the recording session. Nevertheless, the current `BlackrockRawIO` implementation creates thousands...