From 909d80058da988f4c798c89b868614a35bec6b1a Mon Sep 17 00:00:00 2001 From: Glen Beane <356266+gbeane@users.noreply.github.com> Date: Wed, 13 May 2026 09:21:03 -0400 Subject: [PATCH] release v0.44.2 --- README.md | 16 ++++++++-------- packages/jabs-behavior/pyproject.toml | 2 +- packages/jabs-core/pyproject.toml | 2 +- packages/jabs-io/pyproject.toml | 2 +- packages/jabs-vision/pyproject.toml | 2 +- pyproject.toml | 8 ++++---- uv.lock | 10 +++++----- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index af965025..c6414d23 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ [![Python 3.10-3.14](https://img.shields.io/badge/python-3.10--3.14-blue.svg)](https://www.python.org/downloads/) [![PyPI version](https://img.shields.io/pypi/v/jabs-behavior-classifier.svg)](https://pypi.org/project/jabs-behavior-classifier/) -[![License: Non-Commercial](https://img.shields.io/badge/license-non--commercial-orange.svg)](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.1/LICENSE) +[![License: Non-Commercial](https://img.shields.io/badge/license-non--commercial-orange.svg)](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.2/LICENSE) [![DOI](https://img.shields.io/badge/DOI-10.7554%2FeLife.107259.2-green.svg)](https://doi.org/10.7554/eLife.107259.2) -[Documentation](https://jabs-tutorial.readthedocs.io/) · [User Guide](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.1/docs/user-guide/overview.md) · [Sample Data](https://doi.org/10.5281/zenodo.16697331) · [Contact Us](mailto:jabs@jax.org) +[Documentation](https://jabs-tutorial.readthedocs.io/) · [User Guide](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.2/docs/user-guide/overview.md) · [Sample Data](https://doi.org/10.5281/zenodo.16697331) · [Contact Us](mailto:jabs@jax.org) --- -![JABS Screenshot](https://raw.githubusercontent.com/KumarLabJax/JABS-behavior-classifier/v0.44.1/docs/assets/images/jabs_screenshot.png) +![JABS Screenshot](https://raw.githubusercontent.com/KumarLabJax/JABS-behavior-classifier/v0.44.2/docs/assets/images/jabs_screenshot.png) @@ -143,7 +143,7 @@ JABS requires pose files generated from the Kumar Lab's mouse pose estimation ne We provide Singularity/Apptainer definition files and SLURM batch scripts for running JABS on Linux compute clusters. See -[vm/README.md](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.1/vm/README.md) +[vm/README.md](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.2/vm/README.md) for build instructions and usage details. ## Project Portability @@ -179,14 +179,14 @@ JABS uses four version numbers to track compatibility: ## Documentation - **[ReadTheDocs Tutorial](https://jabs-tutorial.readthedocs.io/)** — Complete user guide and tutorials -- **[User Guide](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.1/docs/user-guide/overview.md)** — Markdown documentation +- **[User Guide](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.2/docs/user-guide/overview.md)** — Markdown documentation - **[Sample Data](https://doi.org/10.5281/zenodo.16697331)** — Test datasets for demonstration ## Contributing Interested in contributing? Check out our: -- [Contributing Guide](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.1/CONTRIBUTING.md) -- [Development Guide](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.1/docs/development/development.md) +- [Contributing Guide](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.2/CONTRIBUTING.md) +- [Development Guide](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.2/docs/development/development.md) ## Citation @@ -198,7 +198,7 @@ If you use JABS in your research, please cite: Copyright 2023 The Jackson Laboratory — All rights reserved. -JABS is licensed under a **non-commercial use license**. See [LICENSE](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.1/LICENSE) for details. +JABS is licensed under a **non-commercial use license**. See [LICENSE](https://github.com/KumarLabJax/JABS-behavior-classifier/blob/v0.44.2/LICENSE) for details. For commercial licensing inquiries, [contact us](mailto:jabs@jax.org). diff --git a/packages/jabs-behavior/pyproject.toml b/packages/jabs-behavior/pyproject.toml index 9588e953..bd1b04dc 100644 --- a/packages/jabs-behavior/pyproject.toml +++ b/packages/jabs-behavior/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jabs-behavior" -version = "0.44.1" +version = "0.44.2" description = "JABS behavior event processing and postprocessing filters" readme = "README.md" requires-python = ">=3.10,<3.15" diff --git a/packages/jabs-core/pyproject.toml b/packages/jabs-core/pyproject.toml index 653d1729..6ab0cfef 100644 --- a/packages/jabs-core/pyproject.toml +++ b/packages/jabs-core/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jabs-core" -version = "0.44.1" +version = "0.44.2" description = "Add your description here" readme = "README.md" requires-python = ">=3.10,<3.15" diff --git a/packages/jabs-io/pyproject.toml b/packages/jabs-io/pyproject.toml index f5b3b191..c988cce5 100644 --- a/packages/jabs-io/pyproject.toml +++ b/packages/jabs-io/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jabs-io" -version = "0.44.1" +version = "0.44.2" description = "Add your description here" readme = "README.md" requires-python = ">=3.10,<3.15" diff --git a/packages/jabs-vision/pyproject.toml b/packages/jabs-vision/pyproject.toml index b68408e4..31758d16 100644 --- a/packages/jabs-vision/pyproject.toml +++ b/packages/jabs-vision/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jabs-vision" -version = "0.44.1" +version = "0.44.2" description = "" readme = "README.md" requires-python = ">=3.10,<3.15" diff --git a/pyproject.toml b/pyproject.toml index c3f36d28..5c8e9f2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jabs-behavior-classifier" -version = "0.44.1" +version = "0.44.2" description = "" readme = "README.md" requires-python = ">=3.10,<3.15" @@ -14,9 +14,9 @@ authors = [ ] dependencies = [ - "jabs-behavior==0.44.1", - "jabs-core==0.44.1", - "jabs-io==0.44.1", + "jabs-behavior==0.44.2", + "jabs-core==0.44.2", + "jabs-io==0.44.2", "h5py>=3.10.0,<4.0.0", "markdown2>=2.5.1,<3.0.0", "numpy>=2.0.0,<3.0.0", diff --git a/uv.lock b/uv.lock index c1beb824..f42245a7 100644 --- a/uv.lock +++ b/uv.lock @@ -1678,7 +1678,7 @@ wheels = [ [[package]] name = "jabs-behavior" -version = "0.44.1" +version = "0.44.2" source = { editable = "packages/jabs-behavior" } dependencies = [ { name = "jsonschema" }, @@ -1722,7 +1722,7 @@ test = [ [[package]] name = "jabs-behavior-classifier" -version = "0.44.1" +version = "0.44.2" source = { editable = "." } dependencies = [ { name = "argparse-formatter" }, @@ -1834,7 +1834,7 @@ test = [ [[package]] name = "jabs-core" -version = "0.44.1" +version = "0.44.2" source = { editable = "packages/jabs-core" } dependencies = [ { name = "h5py" }, @@ -1892,7 +1892,7 @@ test = [ [[package]] name = "jabs-io" -version = "0.44.1" +version = "0.44.2" source = { editable = "packages/jabs-io" } dependencies = [ { name = "jabs-core" }, @@ -1961,7 +1961,7 @@ test = [ [[package]] name = "jabs-vision" -version = "0.44.1" +version = "0.44.2" source = { editable = "packages/jabs-vision" } dependencies = [ { name = "hydra-core" },