You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the git tags, these are the latest NeXus versions
v2024.02
v2022.07
v2022.06
v3.3
v3.2
v3.1.0
So I suspect after 3.1 the NXDL version and the Nexus version were decoupled.
This issue notes that we don't have a way of releasing NXDL itself (i.e. the XSD files): #1031. We also don't seem to increment the version when adding changes.
Following this discussion: #1455
The NXDL version is the version of the language in which we write the NeXus definitions. This is currently 3.1:
definitions/nxdl.xsd
Line 5 in 583de13
The NeXus version is the release version of the NeXus definitions. This currently v2024.02:
We have a file called NXDL_VERSION which contains the string "v2024.02":
definitions/NXDL_VERSION
Line 1 in 583de13
I propose to rename this file to "NEXUS_VERSION" in accordance or whatever we decide to use in #1455.
The text was updated successfully, but these errors were encountered: