rly / ndx-pose

NWB extension to store pose estimation data
BSD 3-Clause "New" or "Revised" License
13 stars 11 forks source link

Update for 0.1.0 release #4

Closed rly closed 2 years ago

rly commented 2 years ago
  1. Fix inheritance of PoseEstimationSeries to be a SpatialSeries instead of just a TimeSeries now that SpatialSeries.__init__ accepts the unit argument
  2. Update docval on constructors so that an error is raised if positional arguments are not used (if required, this allows us to edit the constructor arguments without breaking backward compatibility). It looks like https://github.com/DeepLabCut/DLC2NWB/blob/main/dlc2nwb/utils.py is not affected by this.
  3. Update requirements
  4. Fix sphinx config
  5. Update copyright
  6. More clearly comment out support for links to camera devices. Collections of multiple links (e.g., to camera devices) is still bugged in HDMF.