Skip to content

Commit

Permalink
Merge branch 'master' into interval_list_types
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno authored Jan 10, 2024
2 parents 3ea81cc + 582e993 commit 1aded0b
Show file tree
Hide file tree
Showing 65 changed files with 9,050 additions and 5,463 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ temp_nwb/*s
*.json
*.gz
*.pdf
*.lock
*.npz
*.xz
*.zip
*.pb
*.pem
dj_local_conf*
!dj_local_conf_example.json

Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Add `cautious_delete` to Mixin class, initial implementation. #711
- Add `deprecation_factory` to facilitate table migration. #717
- Add Spyglass logger. #730
- IntervalList: Add secondary key `pipeline` #742

### Pipelines

Expand All @@ -23,7 +24,13 @@
- Position:
- Refactor input validation in DLC pipeline. #688
- DLC path handling from config, and normalize naming convention. #722
- IntervalList: Add secondary key `pipeline` #742
- Decoding:
- Add `decoding` pipeline V1. #731
- Add a table to store the decoding results #731
- Use the new `non_local_detector` package for decoding #731
- Allow multiple spike waveform features for clusterelss decoding #731
- Reorder notebooks #731


## [0.4.3] (November 7, 2023)

Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ dependencies:
- position_tools
- numpy<1.24
- track_linearization>=2.3
- replay_trajectory_classification
- ripple_detection
- trajectory_analysis_tools
- non_local_detector
- matplotlib
- seaborn
- bottleneck
Expand Down
File renamed without changes.
1,299 changes: 0 additions & 1,299 deletions notebooks/31_Extract_Mark_Indicators.ipynb

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 1aded0b

Please sign in to comment.