Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/blank-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Blank issue
about: Create a new issue. Please note that HDF4 is now considered deprecated and maintenance by The HDF Group is limited to fixing defects and porting HDF4 to new operating environments.
title: ''
labels: ''
assignees: ''

---

> [!CAUTION]
> ## IMPORTANT NOTICE!
> Although The HDF Group maintains HDF4 by fixing defects and porting it to new operating environments, there is no longer any new development occurring. HDF4 is considered deprecated and new products should be developed in [HDF5](https://github.com/HDFGroup/hdf5).
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,22 @@ HDF version 4.3.1-1 currently under development
[![BSD](https://img.shields.io/badge/License-BSD-blue.svg)](https://github.com/HDFGroup/hdf4/blob/master/COPYING)
[![MIME Type](https://img.shields.io/badge/MIME%20Type-application%2Fvnd.hdfgroup.hdf4-orange)](https://www.iana.org/assignments/media-types/application/vnd.hdfgroup.hdf4)

---

> [!CAUTION]
> ## IMPORTANT NOTICE!
> Although The HDF Group maintains HDF4 by fixing defects and porting it to new operating environments, there is no longer any new development occurring. HDF4 is considered deprecated and new products should be developed in [HDF5](https://github.com/HDFGroup/hdf5).

DOCUMENTATION
-------------
Full Documentation and Programming Resources for this release can be found at

https://portal.hdfgroup.org/hdf4/
https://support.hdfgroup.org/hdf4/

See the RELEASE.txt file in the release\_notes/ directory for information specific
See the RELEASE.txt file in the release_docs/ directory for information specific
to the features and updates included in this release of the library.

Several more files are located within the release\_notes/ directory with specific
Several more files are located within the release_docs/ directory with specific
details for several common platforms and configurations.

INSTALL - Start Here. General instructions for compiling and installing the library
Expand Down