Skip to content

Commit

Permalink
Merge pull request #77 from kabilar/changelog
Browse files Browse the repository at this point in the history
Update changelog and version for release
  • Loading branch information
tdincer authored Jun 29, 2022
2 parents 74a7bf4 + 7761735 commit 54daffc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
32 changes: 20 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,32 @@

Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## [0.1.0] - 2022-06-29

+ Add - Support for element-interface
+ Add - Trigger Suite2p and CaImAn
+ Add - Imaging module for no curation
+ Add - Support for Nikon acquisition system
+ Add - `scan_datetime` and `scan_duration` attributes
+ Add - Estimate for scan duration
+ Add - Citation section to README
+ Update - Move background file to elements.datajoint.org
+ Add - Adopt black formatting into code base

## [0.1.0b0] - 2021-05-07
### Added
+ First beta release

+ Update - First beta release

## [0.1.0a4] - 2021-05-07
### Fixed
+ Add workaround to handle DataJoint 0.13.* [issue #914](https://github.com/datajoint/datajoint-python/issues/914)

+ Update - Add workaround to handle DataJoint 0.13.* [issue #914](https://github.com/datajoint/datajoint-python/issues/914)

## [0.1.0a3] - 2021-05-03
### Added
+ Added GitHub Action release process
+ `scan` and `imaging` elements
+ Readers for: `ScanImage`, `ScanBox`, `Suite2p`, `CaImAn`
## 0.1.0a3 - 2021-05-03

+ Add - GitHub Action release process
+ Add - `scan` and `imaging` modules
+ Add - Readers for `ScanImage`, `ScanBox`, `Suite2p`, `CaImAn`

[0.1.0b0]: https://github.com/datajoint/element-calcium-imaging/compare/0.1.0a4...0.1.0b0
[0.1.0a4]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.1.0a4
[0.1.0a3]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.1.0a3
[0.1.0]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.1.0
[0.1.0b0]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.1.0b0
[0.1.0a4]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.1.0a4
2 changes: 1 addition & 1 deletion element_calcium_imaging/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = '0.1.0b0'
__version__ = '0.1.0'

0 comments on commit 54daffc

Please sign in to comment.