Skip to content

Releases: yambottle/element-deeplabcut

0.2.0

23 Sep 21:50
Compare
Choose a tag to compare

0.2.0 (2024-09-23)

Chore

  • chore: explicit & consistent config_filename (129f661)

  • chore: rename dlc_model to avoid easy naming collision (bdf0ae2)

  • chore: improve imports, avoid circular dependencies (bf02c7c)

  • chore: code cleanup (6c10ac7)

  • chore: black formatting + improve Windows/Linux path robustness (c13611d)

  • chore(tests): set tear down to True (5897edd)

Documentation

  • docs: 🐛 update mkdocs.yaml (c228d8e)

Feature

  • feat: add plotting function to call dlc PlottingResults on PoseEstimation results (d05c664)

  • feat: better handling for "cropping" input (fd6ba27)

  • feat(pose_estimation): use memoized_results (fe8224b)

  • feat(tests): add pytest (9133925)

  • feat(CICD): ♻️ clean up old CICD, deploy update in Prod (35310a9)

  • feat(CICD): ✨ calling reusable context check (ce8409d)

Fix

  • fix(dlc_plots): bugfix import errors (144c34a)

  • fix: semantic release permission (668df91)

  • fix(pose_estimation): Save config to outbox as dj_dlc_config (f69c46a)

  • fix: remove prototyping code (52175f4)

  • fix: minor import bug (c061e9a)

  • fix: directly implement logic of do_pose_estimation in the make (c7aba7d)

  • fix: remove "print" statement (0044441)

  • fix(tests): clean up notebook (47bbbbc)

  • fix(tests): minor bugfix in tests (9151e69)

  • fix: 🐛 docs docker issue (3a5c5f6)

  • fix(CICD): 🐛 CICD trigger fixed (4bd38ac)

  • fix(CICD): 🐛 before_release workflow not triggerred by push with tag (90e7d6c)

  • fix(CICD): 🐛 trigger logic update (b4970e6)

  • fix(CICD): 🐛 fix context_check ref (6ba53de)

  • fix(CICD): ✨ pause auto trigger old CI (94b0b92)

  • fix(CICD): 🐛 missing py_ver input (f2d3bf3)

  • fix(CICD): 🐛 multiline (7ac7cbb)

  • fix(CICD): 🐛 typo (04f2d7e)

  • fix(CICD): 🐛 if syntax (47fc868)

  • fix(CICD): 🧪 test release ci (f0a4dc8)

Refactor

  • refactor(CICD): 🔥 clean up dev CICD for docs (f14e9b2)

Style

  • style: black formatting (61ee5fa)

Test

Unknown

  • Merge pull request #2 from yambottle/yambottle-patch-1

Update semantic-release-caller.yml ([2f70426](2f704...

Read more