Modified - upgrade minimum supported Python version to 3.10
1.16.0
Added
- io.binary.write_array: write array to binary file
1.15.0
Added
- io.binary.load_as_dataframe: read binary data as a Pandas DataFrame - io.binary.convert_to_parquet: convert a binary file to Parquet
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
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