Skip to content

Commit 2619c5a

Browse files
authored
Merge pull request #60 from CBroz1/dev
Minor changelog edits
2 parents e6a95cc + d2a1469 commit 2619c5a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
55
## [0.3.0] - 2022-10-7
66

77
+ Add - Function `prairieviewreader` to parse metadata from Bruker PrarieView acquisition system
8+
+ Update - Changelog with tag links
89

910

10-
## 0.2.1 - 2022-07-13
11+
## [0.2.1] - 2022-07-13
1112

1213
+ Add - Adopt `black` formatting
1314
+ Add - Code of Conduct
1415

15-
## 0.2.0 - 2022-07-06
16+
## [0.2.0] - 2022-07-06
1617

1718
+ First release of `element-interface`.
1819
+ Bugfix - Fix for `tifffile` import.
@@ -22,12 +23,16 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2223
+ Add - Function `upload_to_dandi` to upload Neurodata Without Borders file to the DANDI platform.
2324
+ Update - Remove `extras_require` feature to allow this package to be published to PyPI.
2425

25-
## 0.1.0a1 - 2022-01-12
26+
## [0.1.0a1] - 2022-01-12
2627

2728
+ Change - Rename the package `element-data-loader` to `element-interface`.
2829

29-
## 0.1.0a0 - 2021-06-21
30+
## [0.1.0a0] - 2021-06-21
3031

3132
+ Add - Readers for: `ScanImage`, `Suite2p`, `CaImAn`.
3233

3334
[0.3.0]: https://github.com/datajoint/element-interface/releases/tag/0.3.0
35+
[0.2.1]: https://github.com/datajoint/element-interface/releases/tag/0.2.1
36+
[0.2.0]: https://github.com/datajoint/element-interface/releases/tag/0.2.0
37+
[0.1.0a1]: https://github.com/datajoint/element-interface/releases/tag/0.1.0a1
38+
[0.1.0a0]: https://github.com/datajoint/element-interface/releases/tag/0.1.0a0

0 commit comments

Comments
 (0)