Skip to content

Commit 2fa46bd

Browse files
authored
Merge pull request #137 from kabilar/main
Update requirements for plotting widget
2 parents e39f9d3 + 2eb359f commit 2fa46bd

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6+
## [0.2.4] - 2023-03-10
7+
8+
+ Update - Requirements with `ipywidgets` and `scikit-image` for plotting widget
9+
610
## [0.2.3] - 2023-02-14
711

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

93+
[0.2.4]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.4
8994
[0.2.3]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.3
9095
[0.2.2]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.2
9196
[0.2.1]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.1

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.2.3"
2+
__version__ = "0.2.4"

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
datajoint>=0.13
22
element-interface>=0.4.0
3+
ipywidgets
34
openpyxl
45
plotly
56
pyopenephys>=1.1.6
67
seaborn
8+
scikit-image

0 commit comments

Comments
 (0)