Openneuro-py

Latest version: v2024.2.0

Safety actively analyzes 663899 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

2024.2.0

👁️ 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 https://github.com/hoechenberger/openneuro-py/pull/136

⛑️ Code health
* Delete CHANGES.md by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/133
* Remove changelog from project metadata by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/134
* Remove VS Code special casing by cbrnr in https://github.com/hoechenberger/openneuro-py/pull/140
* Remove ruff linting exceptions to ensure a cleaner codebase by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/145
* Test on Apple Silicon (macOS 14 running on M1) by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/146

🤖 Automated infrastructure updates
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/hoechenberger/openneuro-py/pull/137
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/hoechenberger/openneuro-py/pull/138
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/hoechenberger/openneuro-py/pull/139
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/hoechenberger/openneuro-py/pull/143
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/hoechenberger/openneuro-py/pull/144
* Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by dependabot in https://github.com/hoechenberger/openneuro-py/pull/147
* Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by dependabot in https://github.com/hoechenberger/openneuro-py/pull/148
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/hoechenberger/openneuro-py/pull/149

👩‍💻 New Contributors
* cbrnr made their first contribution in https://github.com/hoechenberger/openneuro-py/pull/140

**Full Changelog**: https://github.com/hoechenberger/openneuro-py/compare/v2024.1.0...v2024.2.0

2024.1.0

👁️ 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 https://github.com/hoechenberger/openneuro-py/pull/131
* Better command-line interface by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/131
* Improve documentation of the `include` parameter by adam2392 in https://github.com/hoechenberger/openneuro-py/pull/108
* Identify as `openneuro-py` by sending a `User-Agent` header to the server by effigies in https://github.com/hoechenberger/openneuro-py/pull/124

⛑️ Code health
* Test on Python 3.12 by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/112
* Add `.gitarchival` to allow retrieval of version number when installing from a Git archive by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/113
* Switch build backend to hatchling by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/116
* Remove "Linter" GitHub Action workflow, as we're now using pre-commit.ci to run style checks and linting by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/117
* Move to `src/` layout by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/118
* Use ruff formatter by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/120
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/hoechenberger/openneuro-py/pull/121
* Update API token for testing dataset by wmvanvliet in https://github.com/hoechenberger/openneuro-py/pull/122
* Clean up public namespaces and CLI setup by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/126
* Add more type hints, drop support for Python <3.10, and sort imports via `ruff` by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/125
* Clean up imports in tests by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/130

🤖 Automated infrastructure updates
* Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by dependabot in https://github.com/hoechenberger/openneuro-py/pull/103
* Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by dependabot in https://github.com/hoechenberger/openneuro-py/pull/104
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/hoechenberger/openneuro-py/pull/105
* Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by dependabot in https://github.com/hoechenberger/openneuro-py/pull/110
* Bump github/codeql-action from 2 to 3 by dependabot in https://github.com/hoechenberger/openneuro-py/pull/128
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/hoechenberger/openneuro-py/pull/119
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/hoechenberger/openneuro-py/pull/127
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/hoechenberger/openneuro-py/pull/129
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/hoechenberger/openneuro-py/pull/132

👩‍💻 New Contributors
* adam2392 made their first contribution in https://github.com/hoechenberger/openneuro-py/pull/108
* pre-commit-ci made their first contribution in https://github.com/hoechenberger/openneuro-py/pull/119
* effigies made their first contribution in https://github.com/hoechenberger/openneuro-py/pull/124

**Full Changelog**: https://github.com/hoechenberger/openneuro-py/compare/v2023.1.0...v2024.1.0

2023.1.0

What's Changed
* Drop support for Python 3.7 (end-of-life) by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/97
* Switch from using `appdirs` to `platformdirs` by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/98
* Use `black` formatter by larsoner in https://github.com/hoechenberger/openneuro-py/pull/100 and https://github.com/hoechenberger/openneuro-py/pull/101

**Full Changelog**: https://github.com/hoechenberger/openneuro-py/compare/v2022.4.0...v2023.1.0

2022.4.0

What's Changed
* Add openneuro-py login command to enable authentication for downloading private datasets, by wmvanvliet in https://github.com/hoechenberger/openneuro-py/pull/74
* We're now regularly testing on Windows and Python 3.11, by larsoner in https://github.com/hoechenberger/openneuro-py/pull/87 and by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/88

New Contributors
* wmvanvliet made their first contribution in https://github.com/hoechenberger/openneuro-py/pull/74

**Full Changelog**: https://github.com/hoechenberger/openneuro-py/compare/v2022.3.0...v2022.4.0

2022.3.0

What's Changed

* Use setuptools-scm by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/79
* FIX: Only traverse necessary directories by larsoner in https://github.com/hoechenberger/openneuro-py/pull/81
* ENH: Handle response errors in the file by larsoner in https://github.com/hoechenberger/openneuro-py/pull/80
* ENH: Better error code check by larsoner in https://github.com/hoechenberger/openneuro-py/pull/82
* ENH: Add ConnectError to retry allowlist by larsoner in https://github.com/hoechenberger/openneuro-py/pull/84
* Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.1 by dependabot in https://github.com/hoechenberger/openneuro-py/pull/85


**Full Changelog**: https://github.com/hoechenberger/openneuro-py/compare/v2022.2.0...v2022.3.0

2022.2.0

What's Changed
* Update for latest API by larsoner in https://github.com/hoechenberger/openneuro-py/pull/75
* Fix spelling typos by mscheltienne in https://github.com/hoechenberger/openneuro-py/pull/62
* Suggest fixes by larsoner in https://github.com/hoechenberger/openneuro-py/pull/63
* Drop list of default excludes by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/65
* Test with Python 3.7 and 3.10 by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/70
* Switch to using pyproject.toml by hoechenberger in https://github.com/hoechenberger/openneuro-py/pull/72

New Contributors
* mscheltienne made their first contribution in https://github.com/hoechenberger/openneuro-py/pull/62
* larsoner made their first contribution in https://github.com/hoechenberger/openneuro-py/pull/63

**Full Changelog**: https://github.com/hoechenberger/openneuro-py/compare/v2022.1.0...v2022.2.0

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.