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

add notes on UnitSeries #250

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
=============


2.0.1 (3/12/10)
--------------------
**Change:** ``UnitSeries`` neurodata_type, which stores the assignment of electrophysiologically recorded waveforms to sorted groups that
represent putatively different sources.

**Reason:** ``UnitSeries`` acts as a link between ``SpikeEventSeries`` and the ``Units`` table, allowing a user to
find the recorded waveforms of specific sorted units.

**Specific Changes:** ``UnitSeries`` was added to the ``misc`` module of the schema, and a ``UnitSeries`` class was
added as a class to ``misc.py``.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a link to the corresponding PR in PyNWB. This is helpful to allow folks to look at the diff for this specific change.


2.0.0 Beta (2017/18)
--------------------

Expand All @@ -13,9 +25,9 @@ Added new base data types: ``NWBContainer``, ``NWBData``, ``NWBDataInterface``

**Change:** Added common base types for Groups, Datasets, and for Groups storing primary experiment data

**Reason** Collect common functionality and ease future evolution of the standard
**Reason:** Collect common functionality and ease future evolution of the standard

**Specific Changes**
**Specific Changes:**

* :ref:`NWBContainer <sec-NWBContainer>` defines a common base type for all Groups with a ``neurodata_type`` and
is now the base type of all main data group types in the NWB:N format,
Expand Down