v0.3.1
v0.3.1 2022-03-31
Added
Group.get_type(path)
will now returnH5G_LINK (3)
if path is a dangling soft linkH5G_UDLINK (4)
if path is a user-defined (e.g. external) link
Group.get(path)
will now returnBrokenSoftLink(target: string)
if the path is a dangling soft linkExternalLink(filename: string, obj_path: string)
if the path is an external linkundefined
if the path is a user-defined link that is not an external link.