Skip to content

Commit ad41a9d

Browse files
committed
update CHANGELOG
1 parent 7cfd644 commit ad41a9d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

66
## [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`
1016
+ Fix - Update logic in `PreProcessing` to check for outlier plots
1117
+ Fix - add `poppler` as system dependency in `conda_env.yml`
1218
+ Update - code cleanup related to `copy_pdf_to_png` function

0 commit comments

Comments
 (0)