Skip to content

Commit cb9bc87

Browse files
committed
merge master
2 parents 296ca8b + 8cd9f91 commit cb9bc87

File tree

7 files changed

+20
-485
lines changed

7 files changed

+20
-485
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,22 @@
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

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ moseq-cpu = [
7979
]
8080

8181
test = [
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/*"]
173169
omit = [ # which submodules have no tests
174170
"*/__init__.py",
175171
"*/_version.py",
176-
"*/cli/*",
177172
# "*/common/*",
178173
"*/data_import/*",
179174
"*/decoding/v0/*",

src/spyglass/cli/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)