Skip to content

Commit dcbf821

Browse files
committed
SonarQube cleanup - bugs cleanup
1 parent bd18cb5 commit dcbf821

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hdf5JavaLib: HDF5 Support for Java
22

3-
Hdf5JavaLib is a pure Java library for reading HDF5 files, released as version 0.3.0. It provides robust HDF5 support in Java, enabling developers to read datasets in the root group, including compound datasets, scalars, vectors, and multi-dimensional data, from files generated by the C++ HDF5 library. Ideal for scientific computing and data analysis without external dependencies.
3+
Hdf5JavaLib is a pure Java library for reading HDF5 files, released as version 0.3.0. It provides robust HDF5 support in Java, enabling developers to read datasets in all groups, including compound datasets, scalars, vectors, and multi-dimensional data, from files generated by the C++ HDF5 library. Ideal for scientific computing and data analysis without external dependencies.
44

55
## Getting Started
66

@@ -33,7 +33,7 @@ Hdf5JavaLib is available on [Maven Central](https://search.maven.org/artifact/or
3333

3434
## Read Capabilities
3535

36-
Hdf5JavaLib supports reading datasets in the root group, including:
36+
Hdf5JavaLib supports reading datasets in the all groups, including:
3737
- **Compound Datasets**: Structured data with integers, strings, etc.
3838
- **Scalar, Vector, and Multi-Dimensional Datasets**: For scientific data.
3939
- **Datatypes**: Fixed-point, floating-point, strings, and more.

docs/read.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hdf5JavaLib: Read Capabilities (Version 0.3.0)
22

3-
Hdf5JavaLib is a pure Java library for reading HDF5 files, released as version 0.3.0. This guide helps users read datasets in the root group using examples from the `org.hdf5javalib.examples.read` package. The library reads HDF5 files generated by the C++ HDF5 library, supporting compound datasets, multi-dimensional data, and various datatypes. Version 0.3.0 and higher should support all hdf5 files.
3+
Hdf5JavaLib is a pure Java library for reading HDF5 files, released as version 0.3.0. This guide helps users read datasets in all groups using examples from the `org.hdf5javalib.examples.read` package. The library reads HDF5 files generated by the C++ HDF5 library, supporting compound datasets, multi-dimensional data, and various datatypes. Version 0.3.0 and higher should support all hdf5 files.
44

55
## Setup
66

0 commit comments

Comments
 (0)