Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

</div>

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion packages/jabs-behavior/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/jabs-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/jabs-io/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/jabs-vision/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading