Skip to content

Commit e6c3a00

Browse files
authored
Update version to 2.10.0
1 parent 7eb1419 commit e6c3a00

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

core/nwb.file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ groups:
77
attributes:
88
- name: nwb_version
99
dtype: text
10-
value: "2.9.0"
10+
value: "2.10.0-alpha"
1111
doc: File version string. Use semantic versioning, e.g. 1.2.1. This will be the
1212
name of the format with trailing major, minor and patch numbers.
1313
datasets:

core/nwb.namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ namespaces:
6060
- doc: This source module contains neurodata_type for retinotopy data.
6161
source: nwb.retinotopy.yaml
6262
title: Retinotopy
63-
version: "2.9.0"
63+
version: "2.10.0"

docs/format/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ def setup(app):
8383
# built documents.
8484
#
8585
# The short X.Y version.
86-
version = '2.9.0'
86+
version = '2.10.0'
8787
# The full version, including alpha/beta/rc tags.
88-
release = '2.9.0'
88+
release = '2.10.0-alpha'
8989

9090
# The language for content autogenerated by Sphinx. Refer to documentation
9191
# for a list of supported languages.

docs/format/source/format_release_notes.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Release Notes
44
=============
55

6+
2.10.0 (Upcoming)
7+
-----------------
8+
9+
Major changes
10+
^^^^^^^^^^^^^
11+
- Implemented NWBEP001 -- Added new neurodata types ``EventsTable``, ``AnnotationsTable``, ``TimestampsVectorData``, ``DurationVectorData``, ``CategoricalVectorData``, and ``MeaningsTable``.
12+
- Deprecated the use of "instantaneous" for ``TimeSeries/data.continuity``.
13+
- Deprecated ``BehavioralEvents`` in favor of placing ``EventsTable`` tables in ``NWBFile/events``.
14+
615
2.9.0 (June 26, 2025)
716
---------------------
817

@@ -24,10 +33,6 @@ Major changes
2433
- Made ``SpikeEventSeries.timestamps`` explicitly required as described in the documentation. (#629)
2534
- Allowed ``EventDetection`` to have shape (num_events, 2) to store the channel index of the detected event. (#620)
2635

27-
- Implemented NWBEP001 -- Added new neurodata types ``EventsTable``, ``AnnotationsTable``, ``TimestampsVectorData``, ``DurationVectorData``, ``CategoricalVectorData``, and ``MeaningsTable``.
28-
- Deprecated the use of "instantaneous" for ``TimeSeries/data.continuity``.
29-
- Deprecated ``BehavioralEvents`` in favor of placing ``EventsTable`` tables in ``NWBFile/events``.
30-
3136
Minor changes
3237
^^^^^^^^^^^^^
3338
- Made group quantities consistent ("1 or more") across data interfaces / wrapper types (#613)

0 commit comments

Comments
 (0)