Skip to content

Releases: jggautier/dataverse-scripts

v2.3

27 Dec 14:19
Compare
Choose a tag to compare

This release includes adjustments to many functions used by the app, mostly improved variable names and code comments.

v2.2

26 Jun 13:49
Compare
Choose a tag to compare

This release includes a small improvement to timezone detection and minor improvements to code comments.

v2.1

02 Dec 18:03
Compare
Choose a tag to compare

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

12 Nov 18:58
Compare
Choose a tag to compare

This update lets you get a report with information about any locked datasets in a Dataverse installation and lets you remove all locks on given datasets.

v1.4.1

05 Jul 19:46
a82f53e
Compare
Choose a tag to compare

Fixes typo in help text for "Import credentials" button

v1.4

04 Jul 03:26
Compare
Choose a tag to compare

Adds a button to import Dataverse repository URL and API token from a YAML file

v1.3

25 Jun 16:47
Compare
Choose a tag to compare

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.

v1.2

24 May 00:57
Compare
Choose a tag to compare

Fixes bug that prevented users who want to delete datasets from finding deaccessioned datasets from a search when the search url contains HTML encoding, e.g. %20. See 40cf127

v1.1

08 May 00:58
Compare
Choose a tag to compare

Fixes bug that prevented app from being able to get the metadata of unpublished dataset versions.

v1.0

15 Apr 17:51
ed83fcd
Compare
Choose a tag to compare
Update README.md