You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interfaces and converters now have verbose=False by default PR #1153
Added metadata and conversion_options as arguments to NWBConverter.temporally_align_data_interfacesPR #1162
Deprecations in the ecephys pipeline: compression options, old iterator options, methods that did not end up in *to_nwbfile and the get_schema_from_method_signature function PR #1207
Removed all deprecated functions from the roiextractors module: add_fluorescence_traces, add_background_fluorescence_traces, add_summary_images, add_segmentation, and write_segmentation#1233
Bug Fixes
run_conversion does not longer trigger append mode when nwbfile_path points to a faulty file PR #1180
DatasetIOConfiguration now recommends chunk_shape = (len(candidate_dataset),) for datasets with compound dtypes as used by hdmf >= 3.14.6.PR #1146
OpenEphysBinaryRecordingInterface no longer stores analog data as an ElectricalSeriesPR #1179
Features
Added PlexonLFPInterface for converting Plexon FPl-Low Pass Filtered stream data PR #1209
Added ImageInterface for writing large collection of images to NWB and automatically map the images to the correct NWB data types PR #1190
Fixed AudioInterface to properly handle 24-bit WAV files by disabling memory mapping for 24-bit files PR #1226
Use the latest version of ndx-pose for DeepLabCutInterface and LightningPoseDataInterfacePR #1128