Skip to content

Commit abff8c9

Browse files
authored
Merge pull request #21 from LorenFrankLab/release/0.2.3
Bump version to 0.2.3
2 parents 6b566b8 + bcfa8ac commit abff8c9

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog for ndx-franklab-novela
22

3+
## 0.2.3 (September 22, 2025)
4+
5+
- Pinned `ndx-optogenetics` dependency to version 0.2.0.
6+
- Fixed usage of `spatial_filter_region_node_coordinates_in_pixels` in tests to match the expected shape.
7+
38
## 0.2.2 (August 4, 2025)
49

5-
- Make `speed_filter_on_above_threshold` optional in `FrankLabOptogeneticEpochsTable`
10+
- Made `speed_filter_on_above_threshold` optional in `FrankLabOptogeneticEpochsTable`
611

712
## 0.2.1 (July 1, 2025)
813

@@ -11,7 +16,7 @@
1116
- Speed-filtered parameter settings
1217
- Generic spatial region definition
1318
- Reference to stimulus timeseries
14-
- Makes `Probe.contact_side_numbering` optional
19+
- Made `Probe.contact_side_numbering` optional
1520

1621
## 0.2.0 (February 14, 2025)
1722

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
copyright = '2025, NovelaNeurotechnologies, Loren Frank, Eric Denovellis, Ryan Ly'
1111
author = 'NovelaNeurotechnologies, Loren Frank, Eric Denovellis, Ryan Ly'
1212

13-
version = '0.2.2'
14-
release = '0.2.2'
13+
version = '0.2.3'
14+
release = '0.2.3'
1515

1616
# -- General configuration ---------------------------------------------------
1717
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ndx-franklab-novela"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
authors = [
99
{ name="NovelaNeurotechnologies", email="[email protected]" },
1010
{ name="Loren Frank", email="[email protected]" },

spec/ndx-franklab-novela.namespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ namespaces:
1616
- namespace: core
1717
- namespace: ndx-optogenetics
1818
- source: ndx-franklab-novela.extensions.yaml
19-
version: 0.2.2
19+
version: 0.2.3

src/spec/create_extension_spec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def main():
1515
# these arguments were auto-generated from your cookiecutter inputs
1616
ns_builder = NWBNamespaceBuilder(
1717
name="""ndx-franklab-novela""",
18-
version="""0.2.2""",
18+
version="""0.2.3""",
1919
doc="""NWB extension to store additional metadata and data types for Loren Frank's Lab""",
2020
author=[
2121
"NovelaNeurotechnologies",

0 commit comments

Comments
 (0)