Skip to content

Releases: TravisWheelerLab/DIPLOMAT

DIPLOMAT Release v0.3.6

11 Jun 01:34

Choose a tag to compare

This version of diplomat:

  • Enhanced skeletal transition curve that takes into account spread of body parts.
  • Support for converting DLC hdf5 and sleap hdf5 pose files to diplomat csvs, and passing them directly to the tweak and annotate commands.

DIPLOMAT Release v0.3.5

10 Jun 18:07

Choose a tag to compare

This version of diplomat:

  • Enhanced skeletal transition curve that takes into account spread of body parts.
  • Support for converting DLC hdf5 and sleap hdf5 pose files to diplomat csvs, and passing them directly to the tweak and annotate commands.

DIPLOMAT Release v0.3.4

15 May 16:00

Choose a tag to compare

Provides small bug fixes and installation improvements for version 0.3.3 of DIPLOMAT.

DIPLOMAT Release v0.3.3

07 May 20:33

Choose a tag to compare

DIPLOMAT version 0.3.0 represents a major refactoring of the entire frontend
system, cli interface, and both the SLEAP and DLC frontends. The following
adjustments have been made:

  • Frontends reduced to only needing to implement 2 functions to support all inference functionality in DIPLOMAT.
  • Almost all DIPLOMAT cli commands and core functions are now frontend independent, and all use diplomat's csv format instead of frontend specific formats.
  • The SLEAP frontend does not require sleap to be installed, and uses onnx for inference.
  • The DLC frontend does not require deeplabcut to be installed, and uses onnx for inference.
  • Several improvements made to DIPLOMAT's docs, including a simplified installation process.

DIPLOMAT Release v0.2.4

21 Apr 00:58

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • Fix frame loading bug when loading no-data frames from disk...

DIPLOMAT Release v0.2.3

18 Apr 20:30

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • Fix crash that occurs with no data frames and saving.

DIPLOMAT Release v0.2.2

17 Apr 15:07

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • Fix crash that occurs with no data frames.

DIPLOMAT Release v0.2.1

10 Apr 15:08

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • Fix crash that occurs with older versions of numpy.

DIPLOMAT Release v0.2.0

09 Apr 23:22

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • Added improved clustering algorithms.
  • New offset aware viterbi.
  • Refined frame filtering.
  • Improved UI startup times.
  • New up scaling frame mode supported, currently behind a CLI flag.
  • Fixes to offset domination checks.
  • Many additional minor tweaks and bug fixes.

DIPLOMAT Release v0.1.15

19 Dec 23:29

Choose a tag to compare

Changes for this version of DIPLOMAT:

  • "track" and "track_with" will now output .dipui files again
  • removed boilerplate implementation of --dipui_file in lieu of dynamic system that reconciles command line arguments with plugin and frontend arguments
  • removed debugging statements
  • patched a bug that caused a crash when a specified .dipui file name already exists