Skip to content

Commit 761a0d7

Browse files
authored
Prepare 2.5.0 release (#511)
1 parent b27bf68 commit 761a0d7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.5.0-alpha"
10+
value: "2.5.0"
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
@@ -57,4 +57,4 @@ namespaces:
5757
- doc: This source module contains neurodata_type for retinotopy data.
5858
source: nwb.retinotopy.yaml
5959
title: Retinotopy
60-
version: "2.5.0-alpha"
60+
version: "2.5.0"

docs/format/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def setup(app):
8585
# The short X.Y version.
8686
version = '2.5.0'
8787
# The full version, including alpha/beta/rc tags.
88-
release = '2.5.0-alpha'
88+
release = '2.5.0'
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release Notes
44
=============
55

6-
2.5.0 (Upcoming)
6+
2.5.0 (June 14, 2022)
77
---------------------
88

99
Major changes
@@ -12,20 +12,20 @@ Major changes
1212

1313
Minor changes
1414
^^^^^^^^^^^^^
15-
- The elements `x`, `y`, `z`, `imp` and `filtering` are now optional instead of required.
16-
- Added an ``offset`` attribute to all ``TimeSeries`` objects to allow enhanced translation to scientific units.
15+
- The elements `x`, `y`, `z`, `imp` and `filtering` are now optional instead of required. (#506)
16+
- Added an ``offset`` attribute to all ``TimeSeries`` objects to allow enhanced translation to scientific units. (#494)
1717
- Allowed ``NWBFile/stimulus/templates`` to contain ``Images`` objects. (#459)
1818
- Added new optional "order_of_images" dataset to ``Images`` that contains an ordered list of object references to
1919
``Image`` objects stored in the same ``Images`` object. This dataset must be used if the images are referred to
20-
by index, e.g., from an ``IndexSeries`` object. Created new neurodata type ImageReferences which should be used
20+
by index, e.g., from an ``IndexSeries`` object. Created new neurodata type ``ImageReferences`` which should be used
2121
for this dataset. (#459, #518, #519, #520)
2222
- Overhauled ``IndexSeries`` type (#459):
2323
- Fixed dtype of ``data`` dataset of ``IndexSeries`` (int32 -> uint32).
2424
- Updated ``unit`` attribute of ``data`` to have fixed value "N/A".
25-
- Updated docstrings for the ``conversion`` and ``resolution`` attributes of ``data`` to indicate that
25+
- Updated docstrings for the ``conversion``, ``resolution``, and ``offset`` attributes of ``data`` to indicate that
2626
these fields are not used.
2727
- Added link to an ``Images`` object, which contains an ordered collection of images.
28-
Discouraged use of the ``indexed_timeseries`` link to an ``ImageSeries``.
28+
- Discouraged use of the ``indexed_timeseries`` link to an ``ImageSeries``.
2929
- Updated ``TimeIntervals`` to use the new ``TimeSeriesReferenceVectorData`` type. This does not alter the overall structure
3030
of ``TimeIntervals`` in a major way aside from changing the value of the ``neurodata_type`` attribute in the file
3131
from ``VectorData`` to ```TimeSeriesReferenceVectorData``. This change replaces the existing ``TimeIntervals.timeseries``

0 commit comments

Comments
 (0)