Releases: jggautier/dataverse-scripts
Releases · jggautier/dataverse-scripts
v2.3
v2.2
v2.1
When you use the app to get dataset metadata as CSV files:
- the CSV files now includes two columns containing the publication date of each dataset or a blank cell when the dataset is not published, and the date when the latest version was created, so you can see when datasets were created, which datasets are not published, which are published, and when they were published
- the CSV files now includes a column containing the alias of the Dataverse collection of each dataset, so you can see which collection each dataset is in
- the name of the folder containing the CSV files uses the name of the installation's "Root" collection instead of its alias
v2.0
v1.4.1
v1.4
v1.3
This release adds print commands to the function that gets dataset PIDs so that when the dataverse_repository_curation_assistant_main.py is run from a terminal or IDE, you can see the progress of that function. This will be helpful if you want to see why the app is taking so long when it's "Looking for datasets..."
This progress text won't show up in the GUI, but it could be a step in that direction.