Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Apr 9, 2024
1 parent 70336e3 commit 2428284
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

Log of changes in the versions

## v1.X.Y

- When a file is opened with a filename which does not exist and mode is None, the file will NOT be created. This was
the case in the past, but this may lead to unwanted empty files.
- Bugfix namespace creation
## v1.3.0

- important changes:
- improved and consequent support of RDF/JSON-LD. This means, an HDF5 can be created from a JSON-LD file and vice versa. The JSON-LD file
contains the structural and contextual metadata of the HDF5 file.
- namespaces are outsourced to `ontolutils`
- minor changes:
- When a file is opened with a filename which does not exist and mode is None, the file will NOT be created. This was
the case in the past, but this may lead to unwanted empty files.
- Bugfix namespace creation

## v1.2.2

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.2.3a2",
"version": "1.3.0",
"description": "Supporting a FAIR Research Data lifecycle using Python and HDF5.",
"applicationCategory": "Engineering",
"programmingLanguage": [
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = h5rdmtoolbox
version = 1.2.3a2
version = 1.3.0
author = Matthias Probst
author_email = matthias.probst@kit.edu
description = Supporting a FAIR Research Data lifecycle using Python and HDF5.
Expand Down

0 comments on commit 2428284

Please sign in to comment.