Patch release for backwards-compatibility with JülichData (Dataverse 4.20).
- In conjunction with PR334 a dependency to LooseVersion was introduced.
- A version check makes sure that the "format" parameter only gets used with Dataverses of Version 6.0 or higher PR334 by @adswa
- Fixed file retrieval of tabular data: PR314 by @shoeffner
- Use non-persistentID mode for data retrieval via PyDataverse: PR311 by @shoeffner
- Adjustment to PyDataverse's change from
requests
tohttps
: PR309 by @shoeffner
- Appveyor tests are now run weekly in order to find breakage sooner
- Tests were adjusted to take required metadata specifications directly from the API guide, rather than hard coding: PR299 by @adswa
- Test helpers accommodate PyDataverse versions 0.3.2+: PR319 by @mih
- The test suite can now also be run against docker: PR323 by @shoeffner
- Testremote-calling tests were adjusted to account for an expected failure to replace identical files: PR324 by @adswa
- README badge was updated with a correct link to the docs: PR296 by @behinger)
- The docs now contain a copy-pastable instruction on DataLad dataset basics: PR301 by @adswa
- It is now explicit that the next-extension needs to be loaded: PR305 by @bpoldrack
- The minimum git-annex version for Windows compatibility is now mentioned: PR315 by @mih
- Wrong argument specification broke the command line interface of
add-sibling-dataverse
. Fixes #289 via #290 (by @mih)
- Update tests to use a different metadata format (with fully qualified URLs as keys) that now seems to be required by Dataverse v5.13 (deployed at demo.dataverse.org) #293 (by @mih)
- Initial release. See the documentation for a description of the implemented functionality.