Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Legal.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
“nwb-schema” Copyright (c) 2017-2025, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
“nwb-schema” Copyright (c) 2017-2026, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Innovation & Partnerships Office at IPO@lbl.gov.

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The NWB 1.0 format and API are archived in the `NeurodataWithoutBorders/api-pyth
License
========================

“nwb-schema” Copyright (c) 2017-2025, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
“nwb-schema” Copyright (c) 2017-2026, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand All @@ -45,7 +45,7 @@ You are under no obligation whatsoever to provide any bug fixes, patches, or upg
Copyright
========================

“nwb-schema” Copyright (c) 2017-2025, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
“nwb-schema” Copyright (c) 2017-2026, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Innovation & Partnerships Office at IPO@lbl.gov.

Expand Down
2 changes: 1 addition & 1 deletion core/nwb.file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ groups:
attributes:
- name: nwb_version
dtype: text
value: "2.10.0-alpha"
value: "2.10.0"
doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the
name of the format with trailing major, minor and patch numbers.
datasets:
Expand Down
2 changes: 1 addition & 1 deletion core/nwb.namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ namespaces:
- doc: This source module contains neurodata_type for retinotopy data.
source: nwb.retinotopy.yaml
title: Retinotopy
version: "2.10.0-alpha"
version: "2.10.0"
12 changes: 6 additions & 6 deletions docs/format/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def setup(app):

# General information about the project.
project = u'NWB Format Specification'
copyright = u'2017-2025, Neurodata Without Borders'
copyright = u'2017-2026, Neurodata Without Borders'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All @@ -85,7 +85,7 @@ def setup(app):
# The short X.Y version.
version = '2.10.0'
# The full version, including alpha/beta/rc tags.
release = '2.10.0-alpha'
release = '2.10.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -217,12 +217,12 @@ def setup(app):

# Additional stuff for the LaTeX preamble.
'preamble':
"""
r"""
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{6}
\\usepackage{enumitem}
\\setlistdepth{100}
\\addto\\captionsenglish{\\renewcommand{\\contentsname}{Table of contents}}
\usepackage{enumitem}
\setlistdepth{100}
\addto\captionsenglish{\renewcommand{\contentsname}{Table of contents}}
""",
}
# \\renewlist{itemize}{itemize}{100}
Expand Down
17 changes: 9 additions & 8 deletions docs/format/source/format_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
Release Notes
=============

2.10.0 (Upcoming)
-----------------
2.10.0 (June 18, 2026)
----------------------

Major changes
^^^^^^^^^^^^^
- Implemented NWBEP001 -- Added new neurodata types ``EventsTable``, ``TimestampVectorData``, and ``DurationVectorData``. (#645)
- Incorporated HDMF Common Schema 1.9.0 which added new data types ``MeaningsTable`` and support for ``MeaningsTable`` in ``DynamicTable``.
- Incorporated HDMF Common Schema 1.9.0 which added new data type ``MeaningsTable`` and support for ``MeaningsTable`` in
``DynamicTable``, and promoted ``HERD`` from the HDMF-experimental namespace to a stable data type in HDMF-common.
- Added support for an optional ``HERD`` object at ``/general/external_resources``. (#646)
- Deprecated ``BehavioralEvents`` and ``AnnotationSeries`` in favor of ``EventsTable``. All
``EventsTable`` instances for a session belong in the top-level ``/events`` group of the
Expand All @@ -33,14 +34,18 @@ Minor changes
- Specified that units for ``ElectrodesTable`` coordinate fields (``x``, ``y``, ``z``, ``rel_x``, ``rel_y``, ``rel_z``)
should be in microns. (#658)
- Expanded documentation for the ``Subject`` 'age' dataset, including details on ISO 8601 Duration format and
age range representation.
age range representation. (#669)
- Clarified ``Units.spike_times`` and ``Units.obs_intervals`` documentation to specify that times are relative
to the session reference time and that values should be stored in ascending order. (#676)
- Improved documentation of ``Units.spike_times.resolution`` to clarify that it represents the temporal resolution
(sampling period) of the spike times. (#666)
- Harmonized ``/intervals/*`` group docstrings; rewrote ``TimeIntervals`` and ``EventsTable`` type
docstrings; replaced the placeholder docstring on the ``/events`` group and its inner
``EventsTable`` slot; added a FAQ entry on routing time-anchored experimental data. (#688)
- Improved documentation for ``OnePhotonSeries`` and ``TwoPhotonSeries``: added ``data`` dataset specification
with an ASCII diagram clarifying the meaning of the ``height`` and ``width`` dimensions; clarified that for
raster-based microscopy, width (columns) is the fast scan direction; contrasted this convention with standard
matrix notation where the first array dimension slices through rows. (#649)

2.9.0 (June 26, 2025)
---------------------
Expand Down Expand Up @@ -71,10 +76,6 @@ Minor changes
- Made ``EventDetection.times`` optional and deprecated. Use `source_idx` instead. (#620)
- Clarified documentation of ``PlaneSegmentation`` that at least one of ``image_mask``, ``pixel_mask``,
and ``voxel_mask`` is required. (#636)
- Improved documentation for ``OnePhotonSeries`` and ``TwoPhotonSeries``: added ``data`` dataset specification
with an ASCII diagram clarifying the meaning of the ``height`` and ``width`` dimensions; clarified that for
raster-based microscopy, width (columns) is the fast scan direction; contrasted this convention with standard
matrix notation where the first array dimension slices through rows. (#649)


2.8.0 (November 24, 2024)
Expand Down
2 changes: 1 addition & 1 deletion license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
“nwb-schema” Copyright (c) 2017-2025, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.
“nwb-schema” Copyright (c) 2017-2026, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
Loading