Disable transfer encoding (i.e., compression). This allows for an easier check whether a file has been completely downloaded, and leads to fewer false alarms.
2021.5
- Ramp up timeouts from 5 to 30 seconds for downloads from `openneuro.org`. - Drop support for Python 3.6. `openneuro-py` now requires Python 3.7 or newer. This change makes development easier.
2021.4
This release fixes some issues related to timeouts and `openneuro-py` stalling instead of retrying a failed download attempt. There are still some issues to be addressed in a future release, but the fixes includes here should already help some users.
2021.3
This release adds support for OpenNeuro's GraphQL API. The REST API `openneuro-py` used previously is deprecated and didn't work anymore in the past weeks.
The release also adds wildcard support to the `include` and `exclude` parameters, such that specifications like `sub-1_task-*.fif` will work now.