Releases: datajoint/element-deeplabcut
Releases · datajoint/element-deeplabcut
0.3.3
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
What's Changed
Full Changelog: 0.3.1...0.3.2
0.2.8
- Update - GitHub Actions with new reusable workflows
- Update - Readme instructions
Release 0.2.7
- Fix - Update the project path in the pose config file to train the model
Release 0.2.5
- Fix -
.ipynbdark mode output for all notebooks. - Fix - Remove
GOOGLE_ANALYTICS_KEYfromu24_element_release_call.yml.
Release 0.2.3
- Fix - For cases of multiple subjects/sessions with same recording_id
- Update - Use posix to handle DLC project path
Release 0.2.2
- 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
- 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
- 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
Fixed
- Replace lazy imports
- Project path in the model.Model
- Add - Call reusable CICD
- Update - Remove direct dependency (
element-interface) for PyPI release.