@@ -98,7 +98,8 @@ ImportedLFP().drop()
9898- Common
9999 - Default ` AnalysisNwbfile.create ` permissions are now 777 #1226
100100 - Make ` Nwbfile.fetch_nwb ` functional # 1256
101- - Calculate mode of timestep size in log scale when estimating sampling rate #1270
101+ - Calculate mode of timestep size in log scale when estimating sampling rate
102+ #1270
102103 - Ingest all ` ImageSeries ` objects in nwb file to ` VideoFile ` #1278
103104 - Allow ingestion of multi-row task epoch tables #1278
104105 - Add ` SensorData ` to ` populate_all_common ` #1281
@@ -107,8 +108,9 @@ ImportedLFP().drop()
107108 - ` IntervalList.fetch_interval ` now returns ` Interval ` object #1293
108109 - Correct name parsing in Session.Experimenter insertion #1306
109110 - Allow insert with dio events but no e-series data #1318
110- - Prompt user to verify compatibility between new insert and existing
111- table entries # 1318
111+ - Prompt user to verify compatibility between new insert and existing table
112+ entries # 1318
113+ - Skip empty timeseries ingestion (` PositionSource ` , ` DioEvents ` ) #1347
112114- Position
113115 - Allow population of missing ` PositionIntervalMap ` entries during population
114116 of ` DLCPoseEstimation ` #1208
@@ -129,14 +131,14 @@ ImportedLFP().drop()
129131 - Fix type compatibility of ` time_slice ` in
130132 ` SortedSpikesGroup.fetch_spike_data ` #1261
131133 - Update transaction and parallel make settings for ` v0 ` and ` v1 `
132- ` SpikeSorting ` tables #1270
134+ ` SpikeSorting ` tables #1270
133135 - Disable make transactionsfor ` CuratedSpikeSorting ` #1288
134136 - Refactor ` SpikeSortingOutput.get_restricted_merge_ids ` #1304
135137 - Add burst merge curation #1209
136138 - Reconcile spikeinterface value for ` channel_id ` when ` channel_name ` column
137- present in nwb file electrodes table #1310 , #1334
139+ present in nwb file electrodes table #1310 , #1334
138140 - Ensure matching order of returned merge_ids and nwb files in
139- ` SortedSpikesGroup.fetch_spike_data ` #1320
141+ ` SortedSpikesGroup.fetch_spike_data ` #1320
140142- Behavior
141143 - Implement pipeline for keypoint-moseq extraction of behavior syllables #1056
142144- LFP
@@ -148,6 +150,7 @@ ImportedLFP().drop()
148150 - Updating the LFPBandSelection logic with comprehensive validation and batch
149151 insertion for electrodes and references. #1280
150152 - Implement ` ImportedLFP.make() ` for ingestion from nwb files #1278 , #1302
153+ - Skip empty timeseries ingestion for ` ImportedLFP ` #1347
151154
152155## [ 0.5.4] (December 20, 2024)
153156
0 commit comments