Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Jul 28, 2024
1 parent 84d3f74 commit 628583d
Show file tree
Hide file tree
Showing 17 changed files with 501 additions and 243 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

Log of changes in the versions

## v1.4.1
- downloading files will be cached by their checksum and/or URL. This avoids multiple downloads of the same file.
- `RepositoryFile` has new property `suffix`
## v1.5.0
- Downloading files will be cached by their checksum and/or URL. This avoids multiple downloads of the same file.
- `RepositoryFile` has new abstract property `suffix`,
- `RepositoryInterface` has new abstract method `get_jsonld`
- `RepositoryInterface` has new abstract property `identifier` and `title`

## v1.4.0
- update package dependency versions
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.4.1",
"version": "1.5.0",
"description": "Supporting a FAIR Research Data lifecycle using Python and HDF5.",
"applicationCategory": "Engineering",
"programmingLanguage": [
Expand Down
72 changes: 47 additions & 25 deletions docs/_static/repo_class_diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 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.4.1"
"# !pip install h5rdmtoolbox==1.5.0"
]
},
{
Expand All @@ -19,7 +19,7 @@
{
"data": {
"text/plain": [
"'1.4.1'"
"'1.5.0'"
]
},
"execution_count": 2,
Expand Down
Loading

0 comments on commit 628583d

Please sign in to comment.