Releases: KumarLabJax/JABS-behavior-classifier
Releases · KumarLabJax/JABS-behavior-classifier
Release v0.38.0
What's Changed
- add jabs-cli prune command; implement project metadata merging for jabs-init command by @gbeane in #237
- Speed up Project.get_labeled_features() with a persistent ProcessPoolExecutor with background pool warm-up on project load by @gbeane in #238
- write out prediction files as they are generated by @gbeane in #239
- fall back to using nose to calculate animal bearing if pose does not include base neck keypoint by @gbeane in #240
- bump version to 0.38.0 by @gbeane in #241
Full Changelog: v0.37.1...v0.38.0
Release v0.37.1
What's Changed
- add some more error checking in PoseEstimationV4 by @gbeane in #230
- filter out eartag no-reads in jabs-convert-parquet by @gbeane in #232
- make segmentation optional when loading v6+ pose files by @gbeane in #233
- Update license dialog by @gbeane in #234
- Release version 0.37.1 by @bergsalex in #236
Full Changelog: v0.37.0...v0.37.1
Release v0.37.0
Release v0.36.1
What's Changed
- Update readme by @gbeane in #218
- reorganize readme, add info about sample data by @gbeane in #219
- pick visually distinct keypoint colors by @gbeane in #220
- userguide updates by @gbeane in #223
- Rename behavior utility by @gbeane in #222
- add support for envision eartag_code by @gbeane in #221
- misc. minor changes by @gbeane in #224
- Bug/fix jabs cli in singularity image by @bergsalex in #225
Full Changelog: v0.36.0...v0.36.1
Release v0.36.0
What's Changed
- Update pyproject.toml file to be compatible with PEP 621 by @bergsalex in #208
- Cleanup
src.jabsstyle imports in tests. by @bergsalex in #209 - Add timeline annotation editor by @gbeane in #207
- Apply ruff formatter to src directory by @bergsalex in #213
- Applying simple formatting and linting rules to tests by @bergsalex in #212
- Adding uv.lock, updating readme, and adding future build system change by @bergsalex in #210
- implements jabs-cli export-training command by @gbeane in #214
- Add GitHub actions definitions by @bergsalex in #211
- Add GitHub actions definitions by @bergsalex in #216
- rename f-beta by @gbeane in #215
- Bump version to 0.36.0 by @gbeane in #217
New Contributors
- @bergsalex made their first contribution in #208
Full Changelog: v0.35.0...v0.36.0
v0.35.0
changes to jabs-init:
- add --skip-feature-generation option to initialize project directory without computing features
- add --metadata option to import project metadata from a structured JSON file (see jabs-init user guide section for schema)
adds contrast and brightness adjustment control to video control overlay
update XGBoost version
v0.34.3
v0.34.2
v0.34.1
This release fixes a few bugs:
- Revert feature name change that impacted backwards compatibility with training data exported from previous version of JABS
- Fixes exception when enabling/disabling features in the JABS GUI Feature menu
- Improves opening JABS project from the command line (
jabs <project path)
