File tree Expand file tree Collapse file tree 7 files changed +20
-485
lines changed Expand file tree Collapse file tree 7 files changed +20
-485
lines changed Original file line number Diff line number Diff line change 1010- Improve cron job documentation and script #1226 , #1241
1111- Update export process to include ` ~external ` tables #1239
1212- Only add merge parts to ` source_class_dict ` if present in codebase #1237
13+ - Remove cli module #1250
14+ - Fix column error in ` check_threads ` method #1256
1315
1416### Pipelines
1517
1618- Common
1719 - Set ` probe_id ` as ` probe_description ` when inserting from nwb file #1220
1820 - Default ` AnalysisNwbfile.create ` permissions are now 777 #1226
21+ - Make ` Nwbfile.fetch_nwb ` functional # 1256
1922- Position
2023 - Allow population of missing ` PositionIntervalMap ` entries during population
2124 of ` DLCPoseEstimation ` #1208
2225 - Enable import of existing pose data to ` ImportedPose ` in position pipeline #1247
2326- Spikesorting
2427 - Fix compatibility bug between v1 pipeline and ` SortedSpikesGroup ` unit
25- filtering #1238
28+ filtering #1238 , # 1249
2629 - Speedup ` get_sorting ` on ` CurationV1 ` #1246
2730- Behavior
2831 - Implement pipeline for keypoint-moseq extraction of behavior syllables #1056
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ moseq-cpu = [
7979]
8080
8181test = [
82- " click" , # for CLI subpackage only
8382 " docker" , # for tests in a container
8483 " ghostipy" ,
8584 " kachery" , # database access
@@ -105,9 +104,6 @@ docs = [
105104 " mkdocstrings[python]" , # Docs API docstrings
106105]
107106
108- [project .scripts ]
109- spyglass_cli = " spyglass.cli:cli"
110-
111107[project .urls ]
112108"Homepage" = " https://github.com/LorenFrankLab/spyglass"
113109"Bug Tracker" = " https://github.com/LorenFrankLab/spyglass/issues"
@@ -173,7 +169,6 @@ source = ["*/src/spyglass/*"]
173169omit = [ # which submodules have no tests
174170 " */__init__.py" ,
175171 " */_version.py" ,
176- " */cli/*" ,
177172 # "*/common/*",
178173 " */data_import/*" ,
179174 " */decoding/v0/*" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments