The current HDFView products can be downloaded at: https://www.hdfgroup.org/downloads/hdfview/ HDF Libraries ============================================================================= This release was built and tested with HDF 4.2.16 and HDF5 1.14.0. Windows ONLY: HDFView built with VS 2015 will require that the Visual C++ Redistributable Packages be installed on your machine. If you cannot access HDF5 files then you do not have these packages. You can obtain them from: https://www.microsoft.com/en-us/download/details.aspx?id=48145 JDK ============================================================================= This release was built and tested with OpenJDK 19. It uses modules and the newest jpackage for distribution. Major Enhancements ============================================================================== * This version supports the new references available in hdf5 1.12 releases. * Support for reading a SWMR created file, using a configurable timer to refresh dataset tables. * Refactored the attribute object classes to use the same object logic as datasets. This allows data objects to display table views using the same logic. This includes the editing and reference handling. Major Bug Fixes ============================================================================== * HDFVIEW-284 (crashes on NETCDF-4 grids) has been fixed. The problem was that references in variable-length containers were trying to be handled like strings. Upon investigation, the problem was found to extend to references in any container. The table display code for vlen references also changed to account for the hdf5 Java API fixes. The fix required that variable-length types in the Java wrappers in the hdf5 library for read and write also be fixed. HDFView-221 Add support for true Variable-length types in Java Sub-issue HDFView-222 fixed the read/write support for variable-length in the Java wrappers. This fix involved handling the data object as a list of lists and using the datatype of the list. Sub-issue HDFView-222 fixed the object library to handle the List of Lists concept. Sub-issue HDFView-223 updated the DataProviders, DataDisplayConverters and DataValidators to work with variable-length List of Lists. ***** Previous fixes ***** * HDFVIEW-197 (incorrectly displaying image data) has been fixed. The problem was that the initial starting values for calculation of minimum and maximum data values were invalid. In addition, an option to allow dynamic data ranges has been added. * Added support to read and display non-standard floating point numbers. * Added optional startDir to command line options. * Corrected user.home vs user.dir confusion. * Split Current Working Directory options into three selections: a. Current Work Directory or user.dir system property b. User Home Directory or user.home system property c. User selected directory Minor Bug Fixes ============================================================================== * Corrected the create new attribute dialog from trying to write the attribute twice. * Added an initilize lib version bounds function. Now the change lib version dialog correctly preloads the combo box values. * Correct display of dimension for scalar types. Limitations / Known Problems ============================================================================== * HDFView currently cannot nicely handle large datasets when using the default display mode, as the data is loaded in its entirety. To view large datasets, it is recommended to right click on a data object and use the "Open As" menu item, where a subset of data to view can be selected. * HDFView also cannot nicely handle large numbers of objects, because of a design issue that requires HDFView to visit all the objects in a file. * Object/region references can't be opened by a double-click or by right-clicking and choosing "Show As Table/Image" when inside a compound datatype. * If a file is opened in read-only mode, right-clicking on a dataset in in the tree view and choosing any of the options under the "Export Dataset" menu item will fail with a message of 'Unable to export dataset: Unable to open file'. The current workaround is to re-open the file in read/write mode. * The 'Recent Files' button does not work on Mac due to a cross-platform issue with SWT. * Selecting and changing individual points in PaletteView for an image palette is broken. * Logging and optional HDF4 requires rebuilds from source. Other Notes ==============================================================================