Skip to content

v2.4.0-rc.2

Choose a tag to compare

@matthiasprobst matthiasprobst released this 19 Oct 16:21
· 8 commits to main since this release
25aef6d

v2.4.0-rc.2

  • fix issues with ZenodoRecord
  • add support of Literals in RDF attributes, e.g. h5.frdf["description"].object = rdflib.Literal("An english
    description", "en")
  • removed deprecated methods in ZenodoSandboxDeposit
  • add support of Literals in RDF attributes, e.g.
    h5.frdf["description"].object = rdflib.Literal("An english description", "en")
  • improve serializing HDF5 contextual and structural metadata to RDF-based formats
  • minor bugfixes
  • default dtime format used within h5rdmtoolbox is now ISO 8601 ('%Y-%m-%dT%H:%M:%S%f')