Skip to content

DOI fixes

Compare
Choose a tag to compare
@Avantol13 Avantol13 released this 06 Jun 18:23
· 67 commits to master since this release
c4d5e73

Release Notes

For: uc-cdis/gen3sdk-python
Notes since tag: 4.23.1
Notes to tag/commit: c4d5e73
Generated: 2024-06-06

New Features

  • Added function that scans user yaml files for security concerns (#219)

Breaking Changes

  • DOI creation now defaults to the test DOI resolution URLs instead of
    production URLs
    . If you need production URLs, must provide explicit
    datacite_use_prod=True in mint_dois_for_discovery_datasets,
    use_prod=True in
    DigitalObjectIdentifier.from_datacite_create_doi_response,
    use_prod=True in DigitalObjectIdentifier( init (#215)

Bug Fixes

  • correct metadata return to use original phsids for DOI retrieval from dbGaP
    API (#215)

Improvements

  • allow overriding access token in auth function (#215)
  • fix wrong argument name in documentation (#215)
  • Github Action Workflow added to automatically push new releases to PyPI
    (#212)