Vindaar / nimhdf5

Wrapper and some simple high-level bindings for the HDF5 library for the Nim language
MIT License
28 stars 2 forks source link

Re-add missing import & fix `open` segfaulting for non existing datasets #49

Closed Vindaar closed 2 years ago

Vindaar commented 2 years ago

This is a short hotfix release to fix two regressions that weren't tested before this.

An import for os./ was removed (but is required) to access a dataset from a group using a relative path. Also fixes a regression in datasets.open for the case where the dataset does not exist.