mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Set version to 2.0.1 for continued development. (#5978)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
HDF5 version 2.0.0-4 currently under development
|
||||
HDF5 version 2.0.1 currently under development
|
||||
|
||||
> [!WARNING]
|
||||
> **Heads Up: HDF5 Dropped Autotools March 10th**
|
||||
|
||||
@@ -38,8 +38,8 @@ cmake_minimum_required (VERSION 3.26)
|
||||
# CTEST_SOURCE_NAME - source folder
|
||||
##############################################################################
|
||||
|
||||
set (CTEST_SOURCE_VERSION "2.0.0")
|
||||
set (CTEST_SOURCE_VERSEXT "-4")
|
||||
set (CTEST_SOURCE_VERSION "2.0.1")
|
||||
set (CTEST_SOURCE_VERSEXT "")
|
||||
|
||||
##############################################################################
|
||||
# handle input parameters to script.
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
# and build it. The HDF5 options should be set after the FetchContent_Declare command and before
|
||||
# the add_subdirectory command..
|
||||
macro (EXTERNAL_HDF5_LIBRARY compress_type)
|
||||
set (HDF5_VERSION "2.0.0")
|
||||
set (HDF5_VERSEXT "-4")
|
||||
set (HDF5_VERSION "2.0.1")
|
||||
set (HDF5_VERSEXT "")
|
||||
set (HDF5_VERSION_MAJOR "2.0")
|
||||
set (HDF5LIB_TGZ_NAME "hdf5.tar.gz" CACHE STRING "Use HDF5LIB from compressed file" FORCE)
|
||||
set (HDF5LIB_TGZ_ORIGPATH "https://github.com/HDFGroup/hdf5/releases/download/snapshot" CACHE STRING "Use HDF5LIB from original location" FORCE)
|
||||
|
||||
@@ -256,7 +256,7 @@ import org.slf4j.LoggerFactory;
|
||||
* which prints out the HDF5 error stack, as described in the HDF5 C API <i><b>@ref H5Eprint()</b>.</i> This
|
||||
* may be used by Java exception handlers to print out the HDF5 error stack. <hr>
|
||||
*
|
||||
* @version HDF5 2.0.0 <BR>
|
||||
* @version HDF5 2.0.1 <BR>
|
||||
* <b>See also: </b>
|
||||
* @ref HDFARRAY hdf.hdf5lib.HDFArray<br />
|
||||
* @ref HDF5CONST hdf.hdf5lib.HDF5Constants<br />
|
||||
@@ -298,7 +298,7 @@ public class H5 implements java.io.Serializable {
|
||||
* </ul>
|
||||
* Make sure to update the versions number when a different library is used.
|
||||
*/
|
||||
public final static int LIB_VERSION[] = {2, 0, 0};
|
||||
public final static int LIB_VERSION[] = {2, 0, 1};
|
||||
|
||||
private final static LinkedHashSet<Long> OPEN_IDS = new LinkedHashSet<Long>();
|
||||
private static boolean isLibraryLoaded = false;
|
||||
|
||||
@@ -231,7 +231,7 @@ import org.slf4j.LoggerFactory;
|
||||
* which prints out the HDF5 error stack, as described in the HDF5 C API <i><b>@ref H5Eprint()</b>.</i> This
|
||||
* may be used by Java exception handlers to print out the HDF5 error stack. <hr>
|
||||
*
|
||||
* @version HDF5 2.0.0 <BR>
|
||||
* @version HDF5 2.0.1 <BR>
|
||||
* <b>See also: </b>
|
||||
* @ref HDFARRAY hdf.hdf5lib.HDFArray<br />
|
||||
* @ref HDF5CONST hdf.hdf5lib.HDF5Constants<br />
|
||||
@@ -273,7 +273,7 @@ public class H5 implements java.io.Serializable {
|
||||
* </ul>
|
||||
* Make sure to update the versions number when a different library is used.
|
||||
*/
|
||||
public final static int LIB_VERSION[] = {2, 0, 0};
|
||||
public final static int LIB_VERSION[] = {2, 0, 1};
|
||||
|
||||
/**
|
||||
* @ingroup JH5
|
||||
|
||||
@@ -313,7 +313,7 @@ public class TestH5 {
|
||||
@Test
|
||||
public void testH5get_libversion()
|
||||
{
|
||||
int libversion[] = {2, 0, 0};
|
||||
int libversion[] = {2, 0, 1};
|
||||
|
||||
try {
|
||||
H5.H5get_libversion(libversion);
|
||||
@@ -351,7 +351,7 @@ public class TestH5 {
|
||||
@Test
|
||||
public void testH5check_version()
|
||||
{
|
||||
int majnum = 2, minnum = 0, relnum = 0;
|
||||
int majnum = 2, minnum = 0, relnum = 1;
|
||||
|
||||
try {
|
||||
H5.H5check_version(majnum, minnum, relnum);
|
||||
|
||||
@@ -313,7 +313,7 @@ public class TestH5 {
|
||||
@Test
|
||||
public void testH5get_libversion()
|
||||
{
|
||||
int libversion[] = {2, 0, 0};
|
||||
int libversion[] = {2, 0, 1};
|
||||
|
||||
try {
|
||||
H5.H5get_libversion(libversion);
|
||||
@@ -351,7 +351,7 @@ public class TestH5 {
|
||||
@Test
|
||||
public void testH5check_version()
|
||||
{
|
||||
int majnum = 2, minnum = 0, relnum = 0;
|
||||
int majnum = 2, minnum = 0, relnum = 1;
|
||||
|
||||
try {
|
||||
H5.H5check_version(majnum, minnum, relnum);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
HDF5 version 2.0.0-4 currently under development
|
||||
HDF5 version 2.0.1 currently under development
|
||||
|
||||
# 🔺 HDF5 Changelog
|
||||
All notable changes to this project will be documented in this file. This document describes the differences between this release and the previous
|
||||
@@ -21,7 +21,7 @@ For releases prior to version 2.0.0, please see the release.txt file and for mor
|
||||
* [Platforms Tested](CHANGELOG.md#%EF%B8%8F-platforms-tested)
|
||||
* [Known Problems](CHANGELOG.md#-known-problems)
|
||||
|
||||
# 🔆 Executive Summary: HDF5 Version 2.0.0 <a name="execsummary">
|
||||
# 🔆 Executive Summary: HDF5 Version 2.0.1
|
||||
|
||||
## Performance Enhancements:
|
||||
|
||||
|
||||
+4
-4
@@ -69,19 +69,19 @@
|
||||
/**
|
||||
* For tweaks, bug-fixes, or development
|
||||
*/
|
||||
#define H5_VERS_RELEASE 0
|
||||
#define H5_VERS_RELEASE 1
|
||||
/**
|
||||
* For pre-releases like \c snap0. Empty string for official releases.
|
||||
*/
|
||||
#define H5_VERS_SUBRELEASE "4"
|
||||
#define H5_VERS_SUBRELEASE ""
|
||||
/**
|
||||
* Short version string
|
||||
*/
|
||||
#define H5_VERS_STR "2.0.0-4"
|
||||
#define H5_VERS_STR "2.0.1"
|
||||
/**
|
||||
* Full version string
|
||||
*/
|
||||
#define H5_VERS_INFO "HDF5 library version: 2.0.0-4"
|
||||
#define H5_VERS_INFO "HDF5 library version: 2.0.1"
|
||||
|
||||
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user