Releases: int-brain-lab/iblutil
Releases · int-brain-lab/iblutil
1.14.0
[1.14.0]
Added
- io.jsonable.load_task_jsonable: read and format iblrig raw data to a trials table Dataframe and a list of raw Bpod trials
- util.Listable: returns a typing class that is the union of input class and a sequence thereof
1.13.0
[1.13.0]
Added
- util.ensure_list: function returning input wrapped in list if not an iterator or a member of specific iterable classes
Modified
- io.net.app.EchoProtocol.confirmed_send: more informative timeout error message
1.11.0
[1.11.0]
Added
- io.net.base.ExpStatus: standard enumeration for UDP experiment status messages
- io.net.base.is_success: function to determine if future resolved without cancellation or error
- io.params.FileLock: context manager for checking for file access flag file
Modified
- io.net.base.Service: protocol versioning
- io.net.base.ExpMessage: support bitwise operations and iteration in 3.10
1.8.0
What's Changed
- util.rrmdir returns list of deleted folders; added function should have been minor release