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

Commit

Permalink
Merge pull request #94 from JaerongA/main
Browse files Browse the repository at this point in the history
Add pytest & update tutorial notebook
  • Loading branch information
kabilar authored Apr 12, 2023
2 parents 83c53c3 + 114fa49 commit f2492ec
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 44 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.3.1] - 2023-04-12

+ Add - pytest for new `QCmetric` tables.
+ Add - `graphviz` in `requirements.txt`.
+ Update - visualization notebook.

## [0.3.0] - 2023-03-09

+ Add - Demo notebooks and capabilities using GitHub Codespaces
Expand Down Expand Up @@ -81,7 +87,8 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and

+ Add - Version

[0.2.7]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.2.7
[0.3.1]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.1
[0.3.0]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.0
[0.2.6]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.2.6
[0.2.5]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.2.5
[0.2.4]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.2.4
Expand Down
24 changes: 0 additions & 24 deletions StandardConfig.json

This file was deleted.

49 changes: 31 additions & 18 deletions notebooks/10-data_visualization.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ element-lab>=0.2.0
element-session>=0.1.2
ipykernel>=6.0.1
neuroconv>=0.2.0
graphviz
3 changes: 3 additions & 0 deletions tests/test_pipeline_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ def test_generate_pipeline(pipeline):
in ephys_report.UnitLevelReport.parents(),
]
)

# test the connection between quality metric tables
assert ephys.QualityMetrics.full_table_name in ephys_report.QualityMetricSet.parents()
2 changes: 1 addition & 1 deletion workflow_array_ephys/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Package metadata
Update the Docker image tag in `docker-compose.yaml` to match
"""
__version__ = "0.3.0"
__version__ = "0.3.1"

0 comments on commit f2492ec

Please sign in to comment.