Skip to content

v0.6.2

Compare
Choose a tag to compare
@h-mayorquin h-mayorquin released this 10 Sep 17:21
· 44 commits to main since this release

v0.6.2 (September 10, 2024)

Deprecations

  • The following classes and objects are now private NWBMetaDataEncoder, NWBMetaDataEncoder, check_if_imaging_fits_into_memory, NoDatesSafeLoader PR #1050

Bug Fixes

  • Fixed a bug where IntanRecordingInterface added two devices PR #1059
  • Fix a bug in add_sorting_to_nwbfile where unit_electrode_indices was only propagated if waveform_means was passed PR #1057

Features

  • Make config_file_path optional in DeepLabCutInterfacePR #1031
  • Added get_stream_names to OpenEphysRecordingInterface: PR #1039
  • Most data interfaces and converters now use Pydantic to validate their inputs, including existence of file and folder paths. PR #1022
  • All remaining data interfaces and converters now use Pydantic to validate their inputs, including existence of file and folder paths. PR #1055

Improvements

  • Using ruff to enforce existence of public classes' docstrings PR #1034
  • Separated tests that use external data by modality PR #1049
  • Added Unit Table descriptions for phy and kilosort: PR #1053
  • Using ruff to enforce existence of public functions's docstrings PR #1062
  • Improved device metadata of IntanRecordingInterface by adding the type of controller used PR #1059