Skip to content

Releases: matthiasprobst/h5RDMtoolbox

v1.7.2

27 Feb 16:00
1ae4ae8
Compare
Choose a tag to compare

Changes

  • remove skipND from being deprecated
  • separation of "linked data" code into a separate repo
  • update documentation

v1.7.1

22 Feb 10:52
Compare
Choose a tag to compare

Changes

  • fix documentation at readthedocs

v1.7.0

21 Feb 18:17
Compare
Choose a tag to compare

Changes

  • chunks=None as default for create_dataset to mimic behavior of h5py
  • improved formalized representation of the HDF5 file structure based on the Allotrope Foundation's ontology
  • removed unclear parameter resolve_keys from dump_jsonld() and serialize()
  • HDF.File is not automatically returned if h5.frdf.type is called
  • update to ontolutils v0.13.3
  • improve semantic structural description of HDF5 file content

v1.6.2

08 Feb 18:24
Compare
Choose a tag to compare

Changes

  • hotfix rdf_find
  • using ontolutils v0.13.2 and its HDF5 namespace definition
  • update/improve CLI interface

v1.6.1

28 Dec 08:01
Compare
Choose a tag to compare
  • hotfix skipND when calling dump_jsonld(). Option was not passed correctly to underlying function.

v1.6.0

14 Dec 11:57
Compare
Choose a tag to compare

v1.6.0

  • rootgroup as alias for rootparent
  • ZenodoRecord has new property env_name_for_token to define the environment variable name to be used for the Zenodo token
  • bugfix downloading zenodo files
  • allowing higher versions of pymongo

Updated dependency versions

28 Oct 10:09
Compare
Choose a tag to compare

This release puts more script versions to dependencies. Especially enabling to use newer versions of pydantic, now.

v1.4.1

18 Aug 15:26
Compare
Choose a tag to compare

Hotfix release resolving an issue when deleting cache directory after 6 days.

v1.4.0

13 Aug 05:35
Compare
Choose a tag to compare

Version corresponding to the paper published in the ing.grid journal.

  • update package dependency versions
  • minor bugfixes and updates in documentation

v1.4.0rc2

13 Aug 05:30
Compare
Choose a tag to compare
  • using suffix .jsonld instead of .json for JSON-LD files, as it is recommended
    (see https://www.w3.org/TR/json-ld/#iana-considerations)
  • bugfixes in documentation (links, figures, ...)
  • enhancing zenodo interfaces:
    • removed depr methods, e.g. get() from AbstractZenodoInterface
    • using cached json dict for zenodo records. call refresh() to update the json
    • minor bugfixes
    • introduced property files, which is Dict[str, RepositoryFile]
    • improve url handling by using properties instead of class variables