diff --git a/CHANGELOG.md b/CHANGELOG.md index 9272141..26f0653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,15 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and ## [0.3.0] - 2022-10-7 + Add - Function `prairieviewreader` to parse metadata from Bruker PrarieView acquisition system ++ Update - Changelog with tag links -## 0.2.1 - 2022-07-13 +## [0.2.1] - 2022-07-13 + Add - Adopt `black` formatting + Add - Code of Conduct -## 0.2.0 - 2022-07-06 +## [0.2.0] - 2022-07-06 + First release of `element-interface`. + Bugfix - Fix for `tifffile` import. @@ -22,12 +23,16 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and + Add - Function `upload_to_dandi` to upload Neurodata Without Borders file to the DANDI platform. + Update - Remove `extras_require` feature to allow this package to be published to PyPI. -## 0.1.0a1 - 2022-01-12 +## [0.1.0a1] - 2022-01-12 + Change - Rename the package `element-data-loader` to `element-interface`. -## 0.1.0a0 - 2021-06-21 +## [0.1.0a0] - 2021-06-21 + Add - Readers for: `ScanImage`, `Suite2p`, `CaImAn`. [0.3.0]: https://github.com/datajoint/element-interface/releases/tag/0.3.0 +[0.2.1]: https://github.com/datajoint/element-interface/releases/tag/0.2.1 +[0.2.0]: https://github.com/datajoint/element-interface/releases/tag/0.2.0 +[0.1.0a1]: https://github.com/datajoint/element-interface/releases/tag/0.1.0a1 +[0.1.0a0]: https://github.com/datajoint/element-interface/releases/tag/0.1.0a0