Skip to content

Commit c9e3d4b

Browse files
author
lukaspie
committed
Merge branch 'main' into bring-back-patch-release
2 parents f341711 + 36ae68e commit c9e3d4b

File tree

296 files changed

+2242
-851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

296 files changed

+2242
-851
lines changed

CHANGES.rst

Lines changed: 52 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,62 @@ which provides links to the Release Notes (itemized list of changes) for any rel
2323

2424
.. incoming change for next release
2525
26-
v2025.mm
26+
v2026.mm
2727
++++++++
2828
29-
for release sometime in *2025*
29+
for release sometime in *2026*
3030
31-
Maintenance
32-
-----------
31+
v2026.01
32+
++++++++
33+
34+
released *2026-02-19*
35+
36+
This is a patch release and contains new contributions from the
37+
[FAIRmat consortium](https://www.fairmat-nfdi.eu/fairmat/) and the wider NeXus
38+
community.
39+
40+
Summary statistics from the GitHub definitions repository show this activity
41+
since the (previous) v2025.11 release:
42+
43+
============= ========
44+
activity quantity
45+
============= ========
46+
Pull Requests 15
47+
Issues 4
48+
Commits 28
49+
============= ========
50+
51+
See the wiki for more details:
52+
https://github.com/nexusformat/definitions/wiki/releasenotes__v2026.01
53+
54+
New Features
55+
------------
56+
57+
New contributed application definitions include ``NXspm``, ``NXafm``, ``NXstm``,
58+
and ``NXstm`` accompanied by some new base classes.
59+
60+
The parameter fields in ``NXparameter`` now has some optional attributes to store optimization
61+
metadata and ``NXfit_function`` has been updated to match.
62+
63+
Fixes
64+
-----
65+
66+
Make documentation of deprecated attributes visible. The one year curation
67+
requirement for contributions is now lifted.
68+
69+
Maintenance
70+
-----------
71+
72+
Documentation for some application definitions has been recategorized. Make
73+
tooling work for newer Python. Fix incorrect referencing of inherited nodes of
74+
different tag type.
75+
76+
Deprecations
77+
------------
78+
79+
The ``NXnote`` called ``thumbnail`` in ``NXentry`` has a ``type`` attribute that
80+
is now deprecated in favour of a field of the same name.
3381

34-
* Add nameType="partial" to NXDL schema.
35-
* Use 'nameType' attribute in fields, groups, and attributes.
3682

3783
v2025.11
3884
++++++++

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ nyaml:
118118

119119
# NeXus - Neutron and X-ray Common Data Format
120120
#
121-
# Copyright (C) 2008-2024 NeXus International Advisory Committee (NIAC)
121+
# Copyright (C) 2008-2026 NeXus International Advisory Committee (NIAC)
122122
#
123123
# This library is free software; you can redistribute it and/or
124124
# modify it under the terms of the GNU Lesser General Public

NXDL_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2025.11
1+
v2026.01

0 commit comments

Comments
 (0)