Skip to content

Commit

Permalink
bugfixe download zenodo and housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Dec 14, 2024
1 parent 660310b commit 6e17218
Show file tree
Hide file tree
Showing 9 changed files with 77 additions and 463 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ Log of changes in the versions
## 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`

## v1.5.2
- bugix dumping json-ld
- bugfix dumping json-ld

## v1.5.1
- a json-ld string can be assigned to a rdf object (see https://h5rdmtoolbox.readthedocs.io/en/latest/userguide/wrapper/FAIRAttributes.html)
Expand Down Expand Up @@ -134,7 +136,7 @@ major changes:

## v0.13.0

- scale and offset is now implemented in the package is should not longer be defined in a convention.
- scale and offset is now implemented in the package. it should no longer be defined in a convention.
- bugfix normalization extension
- bugfix exporting xr.DataArray built with the toolbox to netCDF
- support usage of IRI to describe metadata
Expand All @@ -154,7 +156,7 @@ major changes:
## v0.12.0

- 0D data is written to MongoDB
- new utils like computing filesize
- new utils like computing file size
- update to new zenodo_search package due to change in backend at Zenodo.org
- `find`, `find_one` and `distinct` can be called on HDF files
- small bugfixes
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "https://spdx.org/licenses/MIT",
"codeRepository": "git+https://github.com/matthiasprobst/h5RDMtoolbox.git",
"name": "h5RDMtoolbox",
"version": "1.5.3",
"version": "1.6.0",
"description": "Supporting a FAIR Research Data lifecycle using Python and HDF5.",
"applicationCategory": "Engineering",
"programmingLanguage": [
Expand Down
2 changes: 1 addition & 1 deletion docs/colab/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"outputs": [],
"source": [
"# !pip install h5rdmtoolbox==1.5.3"
"# !pip install h5rdmtoolbox==1.6.0"
]
},
{
Expand Down
Loading

0 comments on commit 6e17218

Please sign in to comment.