v0.10.3 – 8 August 2023: "Barbecued cabbage"
v0.10.3 — 8 August 2023
-
dataverse_utils.dvdata.Study
objects now havesource_version
andtarget_version
keys. -
Class method
dataverse_utils.dvdata.Study.get_version
will retrieve a target's Dataverse version. -
dataverse_utils.dvdata.Study.fix_licence
will replace formerly correct licence type'NONE'
withNone
for compatibilty with Dataverse v5.10+. -
dataverse_utils.dvdata.Study.production_location
will changeproductionPlace
multiple value toTrue
and convertvalue
to[value]
for compatibility with Dataverse v5.13+. -
dataverse_utils.dvdata.Study.set_version
with call to target url method will create (hopefully) correct upload json. -
dv_study_migrator
now uses these methods fromdataverse_utils.dvdata.Study
.
Full Changelog: v0.10.2...v0.10.3