Skip to content

Commit

Permalink
Merge pull request #137 from kabilar/main
Browse files Browse the repository at this point in the history
Update requirements for plotting widget
  • Loading branch information
tdincer authored Mar 10, 2023
2 parents e39f9d3 + 2eb359f commit 2fa46bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.2.4] - 2023-03-10

+ Update - Requirements with `ipywidgets` and `scikit-image` for plotting widget

## [0.2.3] - 2023-02-14

+ Add - extras_require install options for nwb and development requirement sets
Expand Down Expand Up @@ -86,6 +90,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
2.0 - MS

[0.2.4]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.4
[0.2.3]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.3
[0.2.2]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.2
[0.2.1]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.1
Expand Down
2 changes: 1 addition & 1 deletion element_array_ephys/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = "0.2.3"
__version__ = "0.2.4"
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
datajoint>=0.13
element-interface>=0.4.0
ipywidgets
openpyxl
plotly
pyopenephys>=1.1.6
seaborn
scikit-image

0 comments on commit 2fa46bd

Please sign in to comment.