File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 33Observes [ 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
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 `
10+ + Fix - Update logic in ` PreProcessing ` to check for outlier plots
11+ + Fix - add ` poppler ` as system dependency in ` conda_env.yml `
12+ + Update - code cleanup related to ` copy_pdf_to_png ` function
13+ + Update - remove unused helper functions in ` viz_utils ` module after these changes
14+
615## [ 1.0.2] - 2025-10-07
716+ Update - ` kpms ` as extra dependency (includes ` keypoint-moseq ` )
817+ Fix - Version pin ` jax<0.7.0 `
Original file line number Diff line number Diff line change 22Package metadata
33"""
44
5- __version__ = "1.0.2 "
5+ __version__ = "1.0.3 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " element-moseq"
7- version = " 1.0.2 "
7+ version = " 1.0.3 "
88description = " Keypoint-MoSeq DataJoint Element"
99readme = " README.md"
1010license = {text = " MIT" }
You can’t perform that action at this time.
0 commit comments