From 634b6b9bbb50db0e9daf4e02538ae97c7ffa35b8 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Tue, 26 Nov 2024 11:40:24 +0000 Subject: [PATCH] Correct version in which H5Sselect_shape_same was added It wasn't actually there in 1.10.6, as I found in h5py's tests. --- src/H5Spublic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5Spublic.h b/src/H5Spublic.h index 57141a7c728..654ab1c859c 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -1298,7 +1298,7 @@ H5_DLL hid_t H5Sselect_project_intersection(hid_t src_space_id, hid_t dst_space_ * This is primarily used for reading the entire selection in * one swoop. * - * \since 1.10.6 + * \since 1.10.7 * */ H5_DLL htri_t H5Sselect_shape_same(hid_t space1_id, hid_t space2_id);