Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 692 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 692 Bytes

ndx-franklab-novela Changelog

0.2.0 (February 14, 2025)

  • Added FrankLabOptogeneticEpochsTable to store optogenetic stimulation metadata.
  • Added extension dependency on ndx-optogenetics.
  • Added optional frame_rate field to CameraDevice.
  • Updated versions of dependencies.

0.1.0 (December 9, 2021)

  • Removed NdxImageSeries data type. The core NWB ImageSeries type should be used instead.
  • Replaced all custom Python classes with autogenerated Python classes. This should not affect downstream code.
  • Updated authors, contact information, license, and readme.
  • Updated requirements to use the latest HDMF and PyNWB packages.
  • Added basic CI using GitHub Actions.