You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,15 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4
4
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
5
5
6
6
## [1.0.3] - 2025-10-15
7
-
+ Fix - Add new `pose_estimation_path` attribute in `KeypointSet.VideoFile`
8
-
+ Fix - Update `moseq_report` and `moseq_train` to use new `QA` and `quality_assurance` directory names
9
-
+ Fix - Update `moseq_train` to add new attribute `pose_estimation_path` attribute in `KeypointSet.VideoFile`
7
+
8
+
> **BREAKING CHANGES** - This version contains breaking changes due to keypoint-moseq upgrade and API refactoring. Please review the changes below and update your code accordingly.
9
+
10
+
### Breaking Changes
11
+
+**BREAKING**: Remove `recording_name` attribute from `moseq_report` since it will be added in `VideoFile` in `moseq_train`
12
+
+**BREAKING**: Add new `pose_estimation_path` attribute in `KeypointSet.VideoFile`
13
+
14
+
### New Features and Fixes
15
+
+ Fix - Update `moseq_report` and `moseq_train` to use new `QA` dir name instead of `quality_assurance`
10
16
+ Fix - Update logic in `PreProcessing` to check for outlier plots
11
17
+ Fix - add `poppler` as system dependency in `conda_env.yml`
12
18
+ Update - code cleanup related to `copy_pdf_to_png` function
0 commit comments