Skip to content

Releases: KumarLabJax/JABS-behavior-classifier

Release v0.38.0

26 Nov 18:31
7b076f1

Choose a tag to compare

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

21 Oct 17:22
b337414

Choose a tag to compare

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

30 Sep 20:11
e892a27

Choose a tag to compare

What's Changed

Full Changelog: v0.36.1...v0.37.0

Release v0.36.1

22 Sep 19:45
5cd3706

Choose a tag to compare

What's Changed

Full Changelog: v0.36.0...v0.36.1

Release v0.36.0

10 Sep 15:28
63cc6f7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.35.0...v0.36.0

v0.35.0

28 Aug 17:22
a5ecf20

Choose a tag to compare

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

14 Aug 19:41
e2ca392

Choose a tag to compare

  • Fix merging circular and non-circular window features for Feature class that implements both circular and non-circular per-frame features
  • adds identity label to the stacked timeline widget

v0.34.2

13 Aug 18:35
76c4f0a

Choose a tag to compare

Fix to allow CLI tools (e.g. jabs-init, jabs-classify) to run in a headless environment

v0.34.1

13 Aug 17:40
1df092e

Choose a tag to compare

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)

v0.34.0

08 Aug 16:38
23ea5d7

Choose a tag to compare

Adds Video Cropping option to the video control overlay:

video-control-overlay

Adds sine and cosine of angles as additional per-frame features and computes standard non-circular window features on them.