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
HDF5 does not release on a regular schedule. Instead, releases are driven by
86
-
new features and bug fixes, though we try to have at least one release of each
87
-
maintenance branch per year. Future HDF5 releases indicated on this schedule
88
-
are tentative.
85
+
HDF5 does not follow a regular release schedule. Instead, updates are based on the
86
+
introduction of new features and the resolution of bugs. However, we aim to have at
87
+
least one annual release for each maintenance branch. Please note that the future
88
+
HDF5 releases listed on this schedule are tentative.
89
+
90
+
> [!IMPORTANT]
91
+
> In subsequent releases after 1.14, HDF5 will adopt [semantic versioning](https://semver.org/).
92
+
> Therefore, the upcoming major release will be designated as 2.0.0.
89
93
90
94
| Release | New Features |
91
95
| ------- | ------------ |
92
-
| 2.0.0 | Drop Autotools support, drop the HDF5 <--> GIF tools, add complex number support, update library defaults (cache sizes, etc.), use semantic versioning|
96
+
| 2.0.0 | Drop Autotools support, drop the HDF5 <--> GIF tools, add complex number support, update library defaults (cache sizes, etc.) |
93
97
| FUTURE | Multi-threaded HDF5, crashproofing / metadata journaling, Full (VFD) SWMR, encryption, digital signatures, sparse datasets, improved storage for variable-length datatypes, better Unicode support (especially on Windows) |
94
98
95
-
NOTE: In the March 2025 release we will begin using semantic versioning (https://semver.org/) and the previously announced 1.16.0 version will instead be numbered 2.0.0.
96
-
97
99
[A list of planned HDF5 2.0 features and bugfixes can be found here.](https://github.com/HDFGroup/hdf5/wiki/HDF5-2.0-Planning)
98
100
99
-
This list of feature release versions is also tentative, and the specific release
101
+
This list of feature release versions is tentative, and the release
0 commit comments