Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boundary for SpatialSeries #567

Merged
merged 16 commits into from
Mar 25, 2024
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

For all schema changes:
- [ ] Add release notes for the PR to `docs/format/source/format_release_notes.rst`.
- [ ] Have you included the relevant issue number using "Fix #XXX" notation where XXX is the issue number? By including "Fix #XXX" you allow GitHub to close issue #XXX when the PR is merged.

If this is the first schema change after a schema release (i.e., the version string in `core/nwb.namespace.yaml` does not
end in "-alpha"), then:
Expand Down
4 changes: 4 additions & 0 deletions core/nwb.behavior.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ groups:
is 'meters'. Actual stored values are not necessarily stored in these units.
To access the data in these units, multiply 'data' by 'conversion' and add 'offset'.
required: false
- name: bounds
dtype: float32
mavaylon1 marked this conversation as resolved.
Show resolved Hide resolved
doc: The boundary range for the data. The units are the same as the units for the data.
required: false
mavaylon1 marked this conversation as resolved.
Show resolved Hide resolved
mavaylon1 marked this conversation as resolved.
Show resolved Hide resolved
- name: reference_frame
dtype: text
doc: Description defining what exactly 'straight-ahead' means.
Expand Down
1 change: 1 addition & 0 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Minor changes
- Deprecated `ImagingRetinotopy` neurodata type. (#565)
- Modified `OptogeneticSeries` to allow 2D data, primarily in extensions of `OptogeneticSeries`. (#564)
- Added optional ``stimulus_template`` column to ``IntracellularStimuliTable`` as part of the ``IntracellularRecordingsTable``. (#545)
- Added optional `bounds` attribute to `SpatialSeries.data`. (#567)
rly marked this conversation as resolved.
Show resolved Hide resolved

2.6.0 (January 17, 2023)
-----------------------
Expand Down