Releases: matthiasprobst/h5RDMtoolbox
Releases · matthiasprobst/h5RDMtoolbox
v1.7.2
v1.7.1
Changes
- fix documentation at readthedocs
v1.7.0
Changes
- chunks=None as default for
create_dataset
to mimic behavior ofh5py
- improved formalized representation of the HDF5 file structure based on the Allotrope Foundation's ontology
- removed unclear parameter
resolve_keys
fromdump_jsonld()
andserialize()
- 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
Changes
- hotfix
rdf_find
- using
ontolutils
v0.13.2 and its HDF5 namespace definition - update/improve CLI interface
v1.6.1
- hotfix
skipND
when callingdump_jsonld()
. Option was not passed correctly to underlying function.
v1.6.0
v1.6.0
rootgroup
as alias forrootparent
ZenodoRecord
has new propertyenv_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
This release puts more script versions to dependencies. Especially enabling to use newer versions of pydantic, now.
v1.4.1
Hotfix release resolving an issue when deleting cache directory after 6 days.
v1.4.0
Version corresponding to the paper published in the ing.grid journal.
- update package dependency versions
- minor bugfixes and updates in documentation
v1.4.0rc2
- 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()
fromAbstractZenodoInterface
- using cached json dict for zenodo records. call
refresh()
to update the json - minor bugfixes
- introduced property
files
, which isDict[str, RepositoryFile]
- improve url handling by using properties instead of class variables
- removed depr methods, e.g.