LorenFrankLab / spyglass

Neuroscience data analysis framework for reproducible research built by Loren Frank Lab at UCSF
https://lorenfranklab.github.io/spyglass/
MIT License
94 stars 43 forks source link

Remove deprecated fxns to be used w/ sortingview 0.11.15 #417

Closed acomrie closed 1 year ago

acomrie commented 1 year ago

The latest sortingview 0.11.15 removes some old functionalities that are still referenced in our Spyglass code, causing a basic import error. Essentially, sortingview workspaces are no longer used. I can handle the PR but want to check what folks are ready to delete or not first, so just starting with an issue for now.

The two places where sv.Workspace gets called right now are in the first two functions here: https://github.com/LorenFrankLab/spyglass/blob/7ee84c4948f121c0c75c7a535d866e3f1129a9a1/src/spyglass/spikesorting/sortingview_helper_fn.py

(FYI from Jeremy: "kachery/figurl no longer supports feeds, and so those functions wouldn't work anyway")

Thanks in advance for any input

edeno commented 1 year ago

Closed by PR #421