Skip to content

v0.4.8

Compare
Choose a tag to compare
@CodyCBakerPhD CodyCBakerPhD released this 20 Mar 15:32
· 265 commits to main since this release
f5c62a8

v0.4.8 (March 20, 2024)

Bug fixes

  • Fixed writing the electrodes field in add_electrical_series when multiple groups are present. PR #784

Improvements

  • Upgraded Pydantic support to >v2.0.0. PR #767
  • Absorbed the DatasetInfo model into the DatasetIOConfiguration model. PR #767
  • Keyword argument field_name of the DatasetIOConfiguration.from_neurodata_object method has been renamed to dataset_name to be more consistent with its usage. This only affects direct initialization of the model; usage via the BackendConfiguration constructor and its associated helper functions in neuroconv.tools.nwb_helpers is unaffected. PR #767
  • Manual construction of a DatasetIOConfiguration now requires the field dataset_name, and will be validated to match the final path of location_in_file. Usage via the automated constructors is unchanged. PR #767
  • Enhance get_schema_from_method_signature to extract descriptions from the method docval. PR #771