Skip to content

Commit

Permalink
Add a Changelog for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa committed Sep 19, 2024
1 parent c4e7dea commit d1b61db
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# 1.0.2 (2024-09-19)

## Dependencies

- The dependency on PyDataverse has been set to 0.3.4 or higher: [PR330](https://github.com/datalad/datalad-dataverse/pull/330) by [@adswa](https://github.com/adswa)

## 🐛 Bug fixes

- Fixed file retrieval of tabular data: [PR314](https://github.com/datalad/datalad-dataverse/pull/314) by [@shoeffner](https://github.com/shoeffner)
- Use non-persistentID mode for data retrieval via PyDataverse: [PR311](https://github.com/datalad/datalad-dataverse/pull/311) by [@shoeffner](https://github.com/shoeffner)
- Adjustment to PyDataverse's change from ``requests`` to ``https``: [PR309](https://github.com/datalad/datalad-dataverse/pull/309) by [@shoeffner](https://github.com/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](https://github.com/datalad/datalad-dataverse/pull/299) by [@adswa](https://github.com/adswa)
- Test helpers accomodate PyDataverse versions 0.3.2+: [PR319](https://github.com/datalad/datalad-dataverse/pull/319) by [@mih](https://github.com/mih)

Check failure on line 17 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Check for spelling errors

accomodate ==> accommodate
- The test suite can now also be run against docker: [PR323](https://github.com/datalad/datalad-dataverse/pull/323) by [@shoeffner](https://github.com/shoeffner)
- Testremote-calling tests were adjusted to account for an expected failure to replace identical files: [PR324](https://github.com/datalad/datalad-dataverse/pull/324) by [@adswa](https://github.com/adswa)

## Documentation

- README badge was updated with a correct link to the docs: [PR296](https://github.com/datalad/datalad-dataverse/pull/296) by [@behinger](https://github.com/behinger))
- The docs now contain a copy-pastable instruction on DataLad dataset basics: [PR301](https://github.com/datalad/datalad-dataverse/pull/301) by [@adswa](https://github.com/adswa)
- It is now explicit that the next-extension needs to be loaded: [PR305](https://github.com/datalad/datalad-dataverse/pull/305) by [@bpoldrack](https://github.com/bpoldrack)
- The minimum git-annex version for Windows compatibility is now mentioned: [PR315](https://github.com/datalad/datalad-dataverse/pull/315) by [@mih](https://github.com/mih)

# 1.0.1 (2023-04-20)

## 🐛 Bug Fixes
Expand Down

0 comments on commit d1b61db

Please sign in to comment.