Skip to content

Commit 70a98ff

Browse files
committed
update CHANGELOG and bump version
1 parent 719b9d5 commit 70a98ff

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
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

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`

element_moseq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Package metadata
33
"""
44

5-
__version__ = "1.0.2"
5+
__version__ = "1.0.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "element-moseq"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "Keypoint-MoSeq DataJoint Element"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)