Skip to content

Commit 3a642a3

Browse files
committed
add cHANGELOG and bump version
1 parent 602ba50 commit 3a642a3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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+
## [0.3.2] - 2025-08-25
7+
+ Feat - modernize packaging and environment management migrating from `setup.py` to `pyproject.toml`and `env.yml`
8+
+ Fix - JAX compatibility issues
9+
+ Add - update pre-commit hooks
10+
611
## [0.3.1] - 2025-06-27
712

813
+ Fix - `setup.py` to install `keypoint-moseq` as a required dependency

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__ = "0.3.1"
5+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)