Releases: datalad/datalad-dataverse
Releases · datalad/datalad-dataverse
1.0.3 patch release
1.0.3 (2024-10-29)
Patch release for backwards-compatibility with JülichData (Dataverse 4.20).
Dependencies
- In conjunction with PR334 a dependency to LooseVersion was introduced.
Bug fixes
1.0.2 (2024-09-19)
Dependencies
🐛 Bug fixes
- 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
🧪 Tests
- 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
Documentation
- 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
1.0.1
1.0.0 (2022-03-17) -- Dataverse!
- Initial release. See the documentation for a description of the implemented
functionality.