Skip to content

Releases: datajoint/element-deeplabcut

0.3.3

27 Jan 15:35
d7538f5

Choose a tag to compare

What's Changed

  • add plotting function to call dlc PlottingResults on PoseEstimation results by @ttngu207 in #126
  • fix(dlc_plots): bugfix import errors by @ttngu207 in #129
  • Semantic release with GitHub app by @yambottle in #131
  • fix(changelog): revert to manual updates for Changelog by @MilagrosMarin in #132

Full Changelog: 0.3.1...0.3.3

0.3.2

27 Jan 15:32
d7538f5

Choose a tag to compare

What's Changed

  • fix(pose_estimation): Save config to outbox as dj_dlc_config by @ttngu207 in #124

Full Changelog: 0.3.1...0.3.2

0.2.8

08 Aug 14:45
fce53d3

Choose a tag to compare

  • Update - GitHub Actions with new reusable workflows
  • Update - Readme instructions

Release 0.2.7

04 Aug 22:22
78ac980

Choose a tag to compare

  • Fix - Update the project path in the pose config file to train the model

Release 0.2.5

11 May 22:28

Choose a tag to compare

  • Fix - .ipynb dark mode output for all notebooks.
  • Fix - Remove GOOGLE_ANALYTICS_KEY from u24_element_release_call.yml.

Release 0.2.3

05 Apr 22:31
88f9fcf

Choose a tag to compare

  • Fix - For cases of multiple subjects/sessions with same recording_id
  • Update - Use posix to handle DLC project path

Release 0.2.2

17 Jan 22:39
802eb0a

Choose a tag to compare

  • Fix - improve function to auto generate PoseEstimationTask
  • Update - loading DLC results handles multiple DLC output files
  • Update - Adopt lazy import strategy for imported DeepLabCut functions

Release 0.2.1

17 Dec 00:00
7fe2ad6

Choose a tag to compare

  • Update - Requirements to accomodate DLC package requirements changing
  • Fix - Typos in docstrings
  • Update - Docstrings for mkdocs deployment
  • Update - Doc website styling including logos, navigation, social icons
  • Add - Flow diagram in svg and drawio formats

Release 0.2.0

10 Oct 15:47
1fa6984

Choose a tag to compare

  • Update - Remove direct dependency (element-interface) for PyPI release.
  • Update - Docstring PEP257 compliance #24
  • Update - Explicit handling of KeyboardInterrupt #26
  • Update - Streamline insert_new_params #27
  • Update - Relocate module imports to the top of the files
  • Update - Missing f for formatted string in read_yaml
  • Change - Rename datajoint-saved config to dj_dlc_config.yaml
  • Add - Call reusable CICD
  • Add - NWB export
  • Add - mkdocs deployment with workflow API docs

Release 0.1.1

06 Jul 18:36
66802d6

Choose a tag to compare

Fixed

  • Replace lazy imports
  • Project path in the model.Model
  • Add - Call reusable CICD
  • Update - Remove direct dependency (element-interface) for PyPI release.