Skip to content

Commit 497bde3

Browse files
authored
Prepare 1.9.0 release (#94)
1 parent 389cfab commit 497bde3

8 files changed

Lines changed: 13 additions & 15 deletions

File tree

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
version: 2
77

88
build:
9-
os: ubuntu-22.04
9+
os: ubuntu-24.04
1010
tools:
11-
python: '3.12'
11+
python: '3.14'
1212

1313
# Build documentation in the docs/ directory with Sphinx
1414
sphinx:

Legal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
“hdmf-common-schema” Copyright (c) 2019-2024, 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.
1+
“hdmf-common-schema” Copyright (c) 2019-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.
22

33
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.
44

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The HDMF-common schema provides the following data structures:
2424
- **DynamicTableRegion**: A data structure for linking to a row or set of rows of a **DynamicTable**.
2525
- **AlignedDynamicTable**: A **DynamicTable** that supports storing a collection of sub-tables.
2626
- **CSRMatrix**: A compressed sparse row matrix.
27+
- **HERD**: A set of tables that track external resource references in a file or across multiple files
2728

2829
The schema also provides the following base data structures:
2930

@@ -38,8 +39,6 @@ and may never make it into HDMF-common.
3839

3940
Current experimental data types are:
4041

41-
- **ExternalResources**: A data structure that contains row-based compound-data tables for storing ontology information
42-
and other external resource references.
4342
- **EnumData**: A data structure for representing a column where the data come from a fixed set of elements.
4443

4544
## Generate documentation

common/namespace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespaces:
2626
- doc: data types for storing references to web accessible resources
2727
source: resources.yaml
2828
title: Resource reference data types
29-
version: 1.9.0-alpha
29+
version: 1.9.0
3030

3131
- name: hdmf-experimental
3232
doc: Experimental data structures provided by HDMF. These are not guaranteed to be available in the future.
@@ -48,4 +48,4 @@ namespaces:
4848
- doc: Experimental data types
4949
source: experimental.yaml
5050
title: Experimental data types
51-
version: 0.6.0-alpha
51+
version: 0.6.0

docs/source/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def setup(app):
7676

7777
# General information about the project.
7878
project = u'HDMF-common Specification'
79-
copyright = u'2019-2024, 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.'
79+
copyright = u'2019-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.'
8080

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

9090
# The language for content autogenerated by Sphinx. Refer to documentation
9191
# for a list of supported languages.
@@ -129,7 +129,6 @@ def setup(app):
129129
#html_theme = 'default'
130130
#html_theme = "sphinxdoc"
131131
html_theme = "sphinx_rtd_theme"
132-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
133132

134133
# Theme options are theme-specific and customize the look and feel of a theme
135134
# further. For a list of options available for each theme, see the

docs/source/hdmf_common_release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
hdmf-common Release Notes
44
=========================
55

6-
1.9.0 (Upcoming)
7-
----------------------
6+
1.9.0 (January 29, 2026)
7+
------------------------
88
- Changed the dtype of ``ElementIdentifiers`` and ``DynamicTableRegion`` from "int" to "int32". Under HDMF
99
schema language 2.x, "int" means "int32" so this change has no functional impact, except when displaying the
1010
spec, such as in error messages.

docs/source/hdmf_experimental_release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
hdmf-experimental Release Notes
44
===============================
55

6-
0.6.0 (Upcoming)
7-
----------------
6+
0.6.0 (January 29, 2026)
7+
------------------------
88
- Promoted ``HERD`` to a stable data type in the HDMF-common namespace. See :ref:`here <hdmf_common_release_notes>` for details.
99

1010
0.5.0 (August 4, 2023)

license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
“hdmf-common-schema” Copyright (c) 2019-2024, 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.
1+
“hdmf-common-schema” Copyright (c) 2019-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.
22

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

0 commit comments

Comments
 (0)