Skip to content

Commit

Permalink
Fixup changelogs/docs.
Browse files Browse the repository at this point in the history
Fix linting.
  • Loading branch information
morriscb committed Sep 13, 2023
1 parent 25cd20e commit d0d7392
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
5 changes: 2 additions & 3 deletions allensdk/brain_observatory/nwb/nwb_api.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from pathlib import Path

import pandas as pd
import pynwb
import SimpleITK as sitk
Expand All @@ -24,7 +22,8 @@ def nwbfile(self):
return io.read()

def __init__(self, path, **kwargs):
''' Reads data for a single Brain Observatory session from an NWB 2.0 file
''' Reads data for a single Brain Observatory session from an NWB 2.0
file
'''

self.path = path
Expand Down
6 changes: 4 additions & 2 deletions doc_template/visual_behavior_neuropixels.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ Visual Behavior - Neuropixels
DATA FILE CHANGELOG
-------------------

**v0.4.0** Update
**v0.4.0-fix**

- Added stimulus presentations columns that are computed on load:
is_sham_change, trials_id
is_sham_change
- Fixed sessions where mouse appears to be running backwards.
- Fixed issues with loading probes

**v0.4.0**

Expand Down
5 changes: 2 additions & 3 deletions doc_template/visual_behavior_optical_physiology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,8 @@ NWB Data Changes
the session metadata.
- All datetimes in NWBs and metadata tables are now explicitly UTC timezone.
- New columns in the stimulus_presentations table:
- active, flashes_since_change, is_change, is_image_novel, is_sham_change,
movie_frame_index, movie_repeat, stimulus_block, stimulus_block_name,
stimulus_name
- active, is_image_novel, is_sham_change, movie_frame_index, movie_repeat,
stimulus_block, stimulus_block_name, stimulus_name

**v1.0.1**

Expand Down

0 comments on commit d0d7392

Please sign in to comment.