File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
4
4
[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
5
5
6
+ ## [ 0.4.3] - 2025-06-03
7
+
8
+ + Update - Use ` Spikeinterface ` official released versions (instead of install directly from source)
9
+
6
10
## [ 0.4.2] - 2025-03-25
7
11
8
12
+ Fix - Add key_source to ` ProbeLevelReport ` to filter for 'good' quality units
Original file line number Diff line number Diff line change 1
1
"""Package metadata."""
2
2
3
- __version__ = "0.4.2 "
3
+ __version__ = "0.4.3 "
Original file line number Diff line number Diff line change 35
35
"openpyxl" ,
36
36
"plotly" ,
37
37
"seaborn" ,
38
- "spikeinterface @ git+https://github.com/SpikeInterface/spikeinterface.git " ,
38
+ "spikeinterface" ,
39
39
"scikit-image>=0.20" ,
40
40
"nbformat>=4.2.0" ,
41
41
"pyopenephys>=1.1.6" ,
You can’t perform that action at this time.
0 commit comments