You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,17 @@
2
2
3
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
4
4
5
-
## [0.2.0] - Unreleased
6
-
+ Relocate module imports to the top of the files
7
-
+ Add - Call reusable CICD
5
+
## [0.2.0] - 2022-10-10
8
6
+ Update - Remove direct dependency (`element-interface`) for PyPI release.
9
7
+ Update - Docstring PEP257 compliance #24
10
8
+ Update - Explicit handling of KeyboardInterrupt #26
11
9
+ Update - Streamline insert_new_params #27
10
+
+ Update - Relocate module imports to the top of the files
11
+
+ Update - Missing f for formatted string in read_yaml
12
12
+ Change - Rename datajoint-saved config to `dj_dlc_config.yaml`
13
-
+ Fix - Missing f for formatted string in read_yaml
13
+
+ Add - Call reusable CICD
14
+
+ Add - NWB export
15
+
+ Add - mkdocs deployment with workflow API docs
14
16
15
17
## [0.1.1] - 2022-06-10
16
18
### Fixed
@@ -29,6 +31,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
29
31
+ Add - Drafts from a collection of precursor pipelines, including [DataJoint_Demo_DeepLabCut](https://github.com/MMathisLab/DataJoint_Demo_DeepLabCut) graciously provided by the Mathis Lab.
0 commit comments