|
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 | 5 | ## [Unreleased] |
6 | | -### Added |
7 | | -+ Calling reusable CICD |
| 6 | + |
| 7 | ++ Add - Call reusable CICD |
| 8 | ++ Update - Remove direct dependency (`element-interface`) for PyPI release. |
8 | 9 |
|
9 | 10 | ## [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 |
13 | 14 |
|
14 | 15 | ## [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 |
20 | 21 |
|
21 | 22 | ## [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 |
27 | 26 |
|
28 | 27 | [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