File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed
h5rdmtoolbox/repository/zenodo Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 22
33Log of changes in the versions
44
5+ ## v2.5.1
6+
7+ - hotfix Organization class
8+
59## v2.5.0
610
711- Zenodo Record returns a "dcat: Dataset " object when ` publish() ` is called.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors:
1111 given-names : " Lucas"
1212 orcid : " https://orcid.org/0000-0002-4116-0065"
1313title : " h5rdmtoolbox - HDF5 Research Data Management Toolbox"
14- version : 2.5.0
15- doi : 10.5281/zenodo.17417808
14+ version : 2.5.1
15+ doi : 10.5281/zenodo.17496382
1616date-released : 2025-10-31
1717url : " https://github.com/matthiasprobst/h5rdmtoolbox"
Original file line number Diff line number Diff line change 44 "license" : " https://spdx.org/licenses/MIT" ,
55 "codeRepository" : " git+https://github.com/matthiasprobst/h5RDMtoolbox.git" ,
66 "name" : " h5RDMtoolbox" ,
7- "version" : " 2.5.0 " ,
7+ "version" : " 2.5.1 " ,
88 "description" : " Supporting a FAIR Research Data lifecycle using Python and HDF5." ,
99 "applicationCategory" : " Engineering" ,
1010 "programmingLanguage" : [
Original file line number Diff line number Diff line change 77 "scrolled" : true
88 },
99 "outputs" : [],
10- "source" : " # !pip install h5rdmtoolbox==2.5.0 "
10+ "source" : " # !pip install h5rdmtoolbox==2.5.1 "
1111 },
1212 {
1313 "cell_type" : " code" ,
Original file line number Diff line number Diff line change @@ -184,7 +184,10 @@ class Person(Agent):
184184 img : AnyUrl = Field (default = None , alias = "img" )
185185 workplaceHomepage : AnyUrl = Field (default = None , alias = "workplace_homepage" )
186186
187-
187+ @namespaces (foaf = "http://xmlns.com/foaf/0.1/" )
188+ @urirefs (
189+ Organization = "foaf:Organization" ,
190+ )
188191class Organization (Agent ):
189192 """Pydantic Modell für http://xmlns.com/foaf/0.1/Organization
190193 """
Original file line number Diff line number Diff line change 11[metadata]
22name = h5rdmtoolbox
3- version = 2.5.0
3+ version = 2.5.1
44author = Matthias Probst
55author_email = matth.probst@gmail.com
66description = Supporting a FAIR Research Data lifecycle using Python and HDF5.
You can’t perform that action at this time.
0 commit comments