Skip to content

Commit 0ded37e

Browse files
committed
Update changelog
1 parent 6ced597 commit 0ded37e

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

CHANGELOG.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,28 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

55
## [Unreleased]
6-
### Added
7-
+ Calling reusable CICD
6+
7+
+ Add - Call reusable CICD
8+
+ Update - Remove direct dependency (`element-interface`) for PyPI release.
89

910
## [0.1.1] - 2022-06-10
10-
### Fixed
11-
+ Replace lazy imports
12-
+ Project path in the model.Model
11+
12+
+ Bugfix - Replace lazy imports
13+
+ Bugfix - Project path in the model.Model
1314

1415
## [0.1.0] - 2022-05-10
15-
### Added
16-
+ Adopted black formatting into code base
17-
+ Table for RecordingInfo
18-
+ File ID for tracking updatable secondary key filepaths
19-
+ `make` functions for Computed/Imported tables
16+
17+
+ Add - Adopted black formatting into code base
18+
+ Add - Table for RecordingInfo
19+
+ Add - File ID for tracking updatable secondary key filepaths
20+
+ Add - `make` functions for Computed/Imported tables
2021

2122
## [0.0.0a] - 2021-11-15
22-
### Added
23-
+ Drafts from a collection of precursor pipelines, including [DataJoint_Demo_DeepLabCut]
24-
(https://github.com/MMathisLab/DataJoint_Demo_DeepLabCut) graciously provided by the
25-
Mathis Lab.
26-
+ Support for 2d single-animal models
23+
24+
+ 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.
25+
+ Add - Support for 2d single-animal models
2726

2827
[Unreleased]: https://github.com/datajoint/element-deeplabcut/compare/v0.1.1...HEAD
29-
[0.1.1]: https://github.com/datajoint/element-deeplabcut/compare/v0.1.0...v0.1.1
30-
[0.1.0]: https://github.com/datajoint/element-deeplabcut/compare/v0.0.0a...v0.1.0
31-
[0.0.0a]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.0.0a
28+
[0.1.1]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.1.1
29+
[0.1.0]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.1.0
30+
[0.0.0a]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.0.0a

0 commit comments

Comments
 (0)