Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spikeinterface version #852

Merged
merged 35 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0752b16
Save LFP as pynwb.ecephys.LFP
khl02007 May 10, 2023
9fb9d7b
Fix formatting
edeno May 10, 2023
5243b21
Fix formatting
edeno May 10, 2023
fc9eac7
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 May 11, 2023
bf7487a
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 May 13, 2023
6a876fd
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 May 21, 2023
fba7523
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 May 22, 2023
2ff1a5f
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Jun 2, 2023
128a0a8
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Jun 5, 2023
75930cd
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Jun 20, 2023
476ee6d
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Jul 23, 2023
ecc3a0c
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Jul 24, 2023
2834d26
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Aug 2, 2023
379c904
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Aug 7, 2023
520c587
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Sep 21, 2023
b9d6b29
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Nov 29, 2023
0cadc41
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Dec 11, 2023
08b23cd
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Dec 15, 2023
405dc06
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Dec 20, 2023
d607d92
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Jan 7, 2024
3522e48
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Jan 11, 2024
b0ddff5
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Jan 13, 2024
3fe7f86
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Jan 22, 2024
b1ae3e2
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Jan 23, 2024
2cd9274
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Feb 22, 2024
87bced0
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Feb 26, 2024
70295d8
Update spikeinterface version
khl02007 Feb 27, 2024
00e7fb5
Update changelog
khl02007 Feb 27, 2024
f5bec2d
Fix CurationV1 get_sorting
khl02007 Feb 28, 2024
5a6c96b
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Mar 7, 2024
bee63e0
Remove release note
khl02007 Mar 7, 2024
aa4d446
Merge branch 'pr/khl02007/853' into pr/khl02007/852
khl02007 Mar 7, 2024
613174c
Merge branch 'master' into pr/khl02007/852
khl02007 Mar 7, 2024
90334fd
Merge branch 'master' of https://github.com/LorenFrankLab/spyglass
khl02007 Mar 7, 2024
ca4da97
Merge branch 'master' into pr/khl02007/852
khl02007 Mar 7, 2024
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
- Fixes to `_convert_mp4` #834
- Replace deprecated calls to `yaml.safe_load()` #834

## [0.5.1] (February 27, 2024)
khl02007 marked this conversation as resolved.
Show resolved Hide resolved
- Increase the required `spikeinterface` version to >=0.99.1 for `get_sorting` method associated with `SpikeSorting` and `CurationV1` tables in spike sorting V1 pipeline. Limit version to <0.100 in case there are other issues with it. #852

## [0.5.0] (February 9, 2024)

### Infrastructure
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ dependencies:
- pubnub<=6.4.0
- pynwb>=2.2.0,<3
- sortingview>=0.11
- spikeinterface>=0.98.2,<0.99
- spikeinterface>=0.99.1,<0.100
- .
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies = [
"ripple_detection",
"seaborn",
"sortingview>=0.11",
"spikeinterface>=0.98.2,<0.99",
"spikeinterface>=0.99.1,<0.100",
"track_linearization>=2.3",
]
dynamic = ["version"]
Expand Down
Loading