This is just to give you a heads-up about movement moving to all-singular xarray dimension names, see neuroinformatics-unit/movement#973.
Specifically, we're renaming "keypoints" → "keypoint" and "individuals" → "individual" in xarray dimension (+ coordinate) names to follow pandas/xarray conventions where dimensions represent variable names, not collections.
Given that you depend on movement, I thought you might want to know ahead of time in case this breaks something for lisbet.
We haven't yet released this change, but it's planned to be included in the next v0.17.0 release. That release will also include a temporary utility to help migrate 'old' (plural) netCDF files to the 'new' (singular) format.
This is just to give you a heads-up about
movementmoving to all-singular xarray dimension names, see neuroinformatics-unit/movement#973.Specifically, we're renaming "keypoints" → "keypoint" and "individuals" → "individual" in
xarraydimension (+ coordinate) names to followpandas/xarrayconventions where dimensions represent variable names, not collections.Given that you depend on
movement, I thought you might want to know ahead of time in case this breaks something forlisbet.We haven't yet released this change, but it's planned to be included in the next
v0.17.0release. That release will also include a temporary utility to help migrate 'old' (plural) netCDF files to the 'new' (singular) format.