We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602ba50 commit 3a642a3Copy full SHA for 3a642a3
CHANGELOG.md
@@ -3,6 +3,11 @@
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
5
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
+
11
## [0.3.1] - 2025-06-27
12
13
+ Fix - `setup.py` to install `keypoint-moseq` as a required dependency
element_moseq/version.py
@@ -2,4 +2,4 @@
2
Package metadata
"""
-__version__ = "0.3.1"
+__version__ = "0.3.2"
0 commit comments