Skip to content

Releases: hoechenberger/openneuro-py

v2024.2.0

13 Mar 10:37
3131868
Compare
Choose a tag to compare

👁️ User-visible changes

  • On the CLI help screen, don't display default parameter values for some parameters where showing them doesn't make much sense because they're None by @hoechenberger in #136

⛑️ Code health

👩‍💻 New Contributors

🤖 Automated infrastructure updates

Full Changelog: v2024.1.0...v2024.2.0

v2024.1.0

09 Jan 14:58
8e7276b
Compare
Choose a tag to compare

👁️ User-visible changes

  • Drop support for Python <3.10
  • Command-line interface parameter names consisting of multiple words are now separated by - and not _ anymore; for example, target-dir instead of previously target_dir. This is consistent with other command-line tools, by @hoechenberger in #131
  • Better command-line interface by @hoechenberger in #131
  • Improve documentation of the include parameter by @adam2392 in #108
  • Identify as openneuro-py by sending a User-Agent header to the server by @effigies in #124

⛑️ Code health

🤖 Automated infrastructure updates

👩‍💻 New Contributors

Full Changelog: v2023.1.0...v2024.1.0

v2023.1.0 – Drop Python 3.7 support

01 Jul 08:33
a168244
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.4.0...v2023.1.0

v2022.4.0 – Allow downloading private datasets

13 Dec 13:28
a82c677
Compare
Choose a tag to compare

What's Changed

  • Add openneuro-py login command to enable authentication for downloading private datasets, by @wmvanvliet in #74
  • We're now regularly testing on Windows and Python 3.11, by @larsoner in #87 and by @hoechenberger in #88

New Contributors

Full Changelog: v2022.3.0...v2022.4.0

v2022.3.0 – Support more error codes

12 Dec 16:10
dc396ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.2.0...v2022.3.0

v2022.2.0 – Support latest OpenNeuro.org API

14 Oct 22:51
9e7f4fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2022.1.0...v2022.2.0

v2022.1.0 – Fix handling of DOIs that start with "doi:"

13 Jan 10:16
584896d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2021.10.1...v2022.1.0

v2021.10.1 – Fix release number and allow for PyPI release

04 Oct 14:33
a4fb393
Compare
Choose a tag to compare

v2021.10 – Fix Sphinx documentation builds

04 Oct 13:10
2c77b6d
Compare
Choose a tag to compare
  • Fix unicode detection for Sphinx documentation builds in projects that depend on openneuro-py

v2021.9 – Jupyter and VS Code Support

02 Oct 16:57
f130df9
Compare
Choose a tag to compare
  • Add basic support for running Jupyter Notebooks / Jupyter Lab, interactive IPython sessions, and in the VS Code interactive Jupyter window.
  • Don't crash if the local dataset_description.json file is empty when trying to resume an aborted download.
  • We now by default exclude certain files from the download that are known to be invalid for specific datasets. Once the datasets have been fixed on OpenNeuro, we will revert these exclusions.