Skip to content

Commit 88f9fcf

Browse files
authored
Merge pull request #76 from sidhulyalkar/main
update changelog and version
2 parents 40503d7 + 63daae5 commit 88f9fcf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6-
## [0.2.2] - 2022-01-17
6+
## [0.2.3] - 2023-02-28
7+
8+
+ Fix - For cases of multiple subjects/sessions with same recording_id
9+
+ Update - Use posix to handle DLC project path
10+
11+
## [0.2.2] - 2023-01-17
712

813
+ Fix - improve function to auto generate PoseEstimationTask
914
+ Update - loading DLC results handles multiple DLC output files
@@ -49,6 +54,8 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4954
graciously provided by the Mathis Lab.
5055
+ Add - Support for 2d single-animal models
5156

57+
[0.2.3]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.3
58+
[0.2.2]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.2
5259
[0.2.1]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.1
5360
[0.2.0]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.2.0
5461
[0.1.1]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.1.1

element_deeplabcut/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Package metadata
33
"""
4-
__version__ = "0.2.2"
4+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)