Skip to content

gonum/hdf5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c5d23b · Jul 14, 2021
Jul 14, 2021
Jun 26, 2018
Jun 26, 2018
Sep 18, 2019
May 2, 2020
May 4, 2020
Sep 30, 2014
Jun 23, 2021
May 2, 2020
Jun 26, 2018
May 2, 2020
Jul 14, 2021
Nov 4, 2019
May 9, 2019
Jul 14, 2021
May 16, 2019
Jun 26, 2018
Jul 14, 2021
Jun 23, 2021
Jul 14, 2021
Jun 23, 2021
May 16, 2019
Jul 14, 2021
Jun 26, 2018
Jun 26, 2018
Jun 26, 2018
Jun 26, 2018
Jul 2, 2018
Nov 4, 2019
Jul 2, 2018
Jun 26, 2018
Jun 26, 2018

Repository files navigation

hdf5

Build status Build Status GoDoc

Naive cgo bindings for the C-API of hdf5.

WIP: No stable API for this package yet.

NOTE that starting with Go >= 1.6, one needs to run with GODEBUG=cgocheck=0 to disable the new stricter CGo rules.

Example

Note

  • Only version 1.8.x of HDF5 is supported.
  • In order to use HDF5 functions in more than one goroutine simultaneously, you must build the HDF5 library with threading support. Many binary distributions (RHEL/centos/Fedora packages, etc.) do not have this enabled. Therefore, you must build HDF5 yourself on these systems.

Known problems

  • the h5pt packet table interface is broken.
  • support for structs with slices and strings as fields is broken

License

Please see github.com/gonum/gonum for general license information, contributors, authors, etc on the Gonum suite of packages.

About

hdf5 is a wrapper for the HDF5 library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published