Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert develop to v2.0.0 #5006

Merged
merged 13 commits into from
Oct 28, 2024
Merged

Convert develop to v2.0.0 #5006

merged 13 commits into from
Oct 28, 2024

Conversation

byrnHDF
Copy link
Contributor

@byrnHDF byrnHDF commented Oct 24, 2024

Change the develop version to v2.0.0 and remove 1.16.0 and 1.18.0 references

@byrnHDF byrnHDF added Priority - 1. High 🔼 These are important issues that should be resolved in the next release Component - C Library Core C library issues (usually in the src directory) Component - Tools Command-line tools like h5dump, includes high-level tools Component - High-Level Library Code in the hl directory Component - Documentation Doxygen, markdown, etc. Component - Java Java wrappers Component - Fortran Fortran wrappers Component - C++ C++ wrappers Component - Parallel Parallel HDF5 (NOT thread-safety) Component - Testing Code in test or testpar directories, GitHub workflows Component - Build CMake, Autotools Type - New Feature Add a new API call, functionality, or tool Component - Misc Anything else (CODEOWNERS, etc.) Merge - To 2.0 labels Oct 24, 2024
@byrnHDF byrnHDF self-assigned this Oct 24, 2024
CMakeLists.txt Outdated Show resolved Hide resolved
@@ -36,7 +36,7 @@ CONTENTS

- New Features
- Support for new platforms and languages
- Bug Fixes since HDF5-1.16.0
- Bug Fixes since HDF5-2.0.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a 2.0.0 release (assuming it's the next one), should this be "since HDF5-1.14.5"? Or possibly "Bug Fixes in this release"?

@@ -81,23 +81,23 @@ III. Full installation instructions for source distributions
1. Unpacking the distribution
The HDF5 source code is distributed in a variety of formats which
can be unpacked with the following commands, each of which creates an
'hdf5-X.Y.Z' directory, where X.Y.Z is the HDF5 version numbers.
'hdf5-2.X.Y' directory, where2. X.Y is the HDF5 version numbers.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'hdf5-2.X.Y' directory, where2. X.Y is the HDF5 version numbers.
'hdf5-2.X.Y' directory, where 2.X.Y is the HDF5 version number.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or else where 2.X.Y are the version numbers.

@@ -113,7 +113,7 @@ To build HDF5 with the SZIP and ZLIB external libraries you will need to:

The command above will configure, build, test, and create an install
package in the myhdfstuff folder. It will have the format:
HDF5-1.17.NN-<platform>.<zip or tar.gz>
HDF5-2.XX.YY-<platform>.<zip or tar.gz>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a big deal, but why XX.YY here when all the others are X.Y?

@derobins derobins merged commit 5425a57 into HDFGroup:develop Oct 28, 2024
61 checks passed
@byrnHDF byrnHDF deleted the develop-v200 branch October 28, 2024 19:20
@hyoklee
Copy link
Member

hyoklee commented Oct 29, 2024

@byrnHDF , please revert h5py.yml change until @lrknox updates Spack package that matches your change.

@lrknox
Copy link
Collaborator

lrknox commented Oct 29, 2024 via email

brtnfld pushed a commit to brtnfld/hdf5 that referenced this pull request Oct 31, 2024
Switches previous 1.16/17/18 values to 2.0
brtnfld pushed a commit to brtnfld/hdf5 that referenced this pull request Nov 4, 2024
Switches previous 1.16/17/18 values to 2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Build CMake, Autotools Component - C Library Core C library issues (usually in the src directory) Component - C++ C++ wrappers Component - Documentation Doxygen, markdown, etc. Component - Fortran Fortran wrappers Component - High-Level Library Code in the hl directory Component - Java Java wrappers Component - Misc Anything else (CODEOWNERS, etc.) Component - Parallel Parallel HDF5 (NOT thread-safety) Component - Testing Code in test or testpar directories, GitHub workflows Component - Tools Command-line tools like h5dump, includes high-level tools Priority - 1. High 🔼 These are important issues that should be resolved in the next release Type - New Feature Add a new API call, functionality, or tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants