Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ redirect_from:
* [HDF User's Guide](https://zenodo.org/records/13310689)
* [HDF Specification and Developer's Guide](https://zenodo.org/records/13310722)
* [Build and Install HDF4 Applications with CMake](https://github.com/HDFGroup/hdf4/blob/master/release_docs/USING_HDF4_CMake.txt)
* [Build and Install HDF4 C, C++, Fortran Libraries and tools with CMake](https://github.com/HDFGroup/hdf4/blob/master/release_docs/INSTALL_CMake.txt)
* [Build and Install HDF4 C and Fortran Libraries and tools with CMake](https://github.com/HDFGroup/hdf4/blob/master/release_docs/INSTALL_CMake.txt)
* [HDF 4.2 to 4.3 Migration Guide](https://github.com/HDFGroup/hdf4/blob/master/doc/HDF-4.2-to-4.3-migration.md)

## h4h5Tools
Expand Down
36 changes: 36 additions & 0 deletions downloads/hdfview/hdfview3_4_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: HDFView 3.4.1
---

<img alt="HDFView Logo" align=right width=300 src="/assets/img/hdfview.png">

# HDFView 3.4.1

## Release Information

| Version | HDFView 3.4.1 |
| Release Date | 1/27/2026 |
| Additional Release Information | [CHANGELOG](https://github.com/HDFGroup/hdfview/blob/release/hdfview-3.4.1/docs/UsersGuide/CHANGELOG.md) |
| | [Release Announcement](https://www.hdfgroup.org/) |
| | [Known Problems](https://github.com/HDFGroup/hdfview/blob/release/hdfview-3.4.1/docs/UsersGuide/CHANGELOG.md#-known-problems) |

## Documentation

| File | Type |
| ---- | ---- |
| [UsersGuide.tar.gz](https://github.com/HDFGroup/hdfview/releases/download/v3.4.1/UsersGuide.tar.gz) | Documentation (HTML, Unix) |
| [UsersGuide.zip](https://github.com/HDFGroup/hdfview/releases/download/v3.4.1/UsersGuide.zip) | Documentation (HTML, Windows) |

## Download

HDFView 3.4.1 source and binaries are available [here](https://github.com/HDFGroup/hdfview/releases/tag/v3.4.1)

HDFView 3.4.1 was built and tested with HDF5-2.0.0, HDF 4.3.1, and openjdk 21.

This release provides two ways to install the HDFView pre-built binary distribution for a platform:
* Using an application image. This method simply requires running the provided executable to obtain the software.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Unless I'm wrong (and I tried it) the process to install an HDFView application image such as HDFView-3.4.1App-Windows.zip is to extract the binary file where desired. Maybe line 31 would be more accurate if it were something like this? "Using an application image. This method simply requires extracting the downloaded HDFView-3.4.1App*.tar.gz or .zip file in the chosen install location."

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Done

* Running an installer. This method runs an installer (eg .exe) that sets up file associations and menu items.

Once you have uncompressed the downloaded pre-built binary file, refer to the provided README file for details.

See [Known Problems](https://github.com/HDFGroup/hdfview/blob/release/hdfview-3.4.1/docs/UsersGuide/CHANGELOG.md#-known-problems) if you encounter any issues.
3 changes: 2 additions & 1 deletion downloads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ redirect_from:
| Version | Usage |
| ---- | ----|
| [HDF5 2.0.0](https://support.hdfgroup.org/documentation/hdf5/latest/rel_spec_20.html) | Most recent HDF5 library version. |
| [HDF5 1.14.6](https://support.hdfgroup.org/documentation/hdf5/latest/rel_spec_114.html) | Last release of the 1.14.x series |

## HDFView

| Version | Usage |
| ---- | ----|
| [HDFView 3.3.2](hdfview/hdfview3_3_2.html) | Most recent version; built and tested with HDF5-1.14.4, HDF 4.3.0, and openjdk 21. |
| [HDFView 3.4.1](hdfview/hdfview3_4_1.html) | Most recent version; built and tested with HDF5-2.0.0, HDF 4.3.1, and openjdk 21. |

## HDF4 Library

Expand Down