Skip to content

v0.6.0 - 2 May 2023: "Exhaust fan"

Choose a tag to compare

@plesubc plesubc released this 03 May 20:42
· 32 commits to master since this release

v0.6.0 - 2 May 2023

This is a maintenance release, it has no dramatic changes with the exception of being able to be installed with pip like everything else in the world. Well, that and that "dataverse.scholarsportal.info" is now "borealisdata.ca".

  • Updated to current Python packaging standards
  • Installation can now be done straight from pip without resorting to git+http. . .
  • Test framework now unittest
  • Documentation updated

dryad2dataverse.constants

  • constants.dvurl now defaults to https://borealisdata.ca
  • pathlib instead of os.path for greater cross-platform compatibility.