Skip to content

Commit 31bfde5

Browse files
committed
resolve conflict
2 parents 32d01ca + 6ee17ef commit 31bfde5

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

CHANGELOG.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,21 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
66
### Fixed
77
+ Replace lazy imports
88
+ Project path in the model.Model
9-
+ Calling reusable CICD
9+
+ Add - Call reusable CICD
10+
+ Update - Remove direct dependency (`element-interface`) for PyPI release.
1011

1112
## [0.1.0] - 2022-05-10
12-
### Added
13-
+ Adopted black formatting into code base
14-
+ Table for RecordingInfo
15-
+ File ID for tracking updatable secondary key filepaths
16-
+ `make` functions for Computed/Imported tables
13+
14+
+ Add - Adopted black formatting into code base
15+
+ Add - Table for RecordingInfo
16+
+ Add - File ID for tracking updatable secondary key filepaths
17+
+ Add - `make` functions for Computed/Imported tables
1718

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

2524
[0.1.1]: https://github.com/datajoint/element-deeplabcut/compare/0.1.0...0.1.1
2625
[0.1.0]: https://github.com/datajoint/element-deeplabcut/compare/0.0.0a...0.1.0
27-
[0.0.0a]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.0.0a
26+
[0.0.0a]: https://github.com/datajoint/element-deeplabcut/releases/tag/0.0.0a

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
datajoint>=0.13
2-
deeplabcut
3-
element-interface @ git+https://github.com/datajoint/element-interface.git
2+
deeplabcut

0 commit comments

Comments
 (0)