Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Add quality metrics notebook #115

Merged
merged 16 commits into from
May 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
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.4.0] - 2023-05-15
## [0.4.1] - 2023-05-15

+ Add - Quality metrics
+ Add - Quality metrics Jupyter notebook
+ Remove - `process.py` script

## [0.4.0] - 2023-05-13

+ Add - Pytests for quality metrics
+ Update - Dev Containers, and remove previous Docker and Compose files
+ Update - Suite2p version

## [0.3.1] - 2023-03-09
Expand Down Expand Up @@ -59,6 +65,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
+ Add - Containerization for pytests
+ Comment - Phase previously designated 0.1.0 -> 0.0.0

[0.4.1]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.4.1
[0.4.0]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.4.0
[0.3.1]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.3.1
[0.3.0]: https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.3.0
Expand Down
1,095 changes: 1,095 additions & 0 deletions notebooks/quality_metrics.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
datajoint>=0.13.0
element-animal>=0.1.2
element-calcium-imaging>=0.5.4
element-calcium-imaging>=0.6.0
element-event>=0.1.2
element-interface>=0.5.0
element-lab>=0.1.1
Expand Down
46 changes: 0 additions & 46 deletions workflow_calcium_imaging/process.py

This file was deleted.

2 changes: 1 addition & 1 deletion workflow_calcium_imaging/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata"""
__version__ = "0.4.0"
__version__ = "0.4.1"