- Add codespell config and workflow, and use it to typos found throughout the codebase. [PR 131](https://github.com/datalad/datalad-neuroimaging/pull/131) (by [yarikoptic](https://github.com/yarikoptic))
📝 Documentation
- Fixup intersphinx_mapping for python. [PR 132](https://github.com/datalad/datalad-neuroimaging/pull/132) (by [yarikoptic](https://github.com/yarikoptic))
🏠 Internal
- Set up releasing workflows. Fixes [127](https://github.com/datalad/datalad-neuroimaging/issues/127) via [PR #130](https://github.com/datalad/datalad-neuroimaging/pull/130) (by [jwodder](https://github.com/jwodder))
0.3.4
- BIDS metadata extractor(s): do not require `participants.tsv` file to be present (it is RECOMMENDED not REQUIRED in BIDS) - `cfg_bids` procedure: do not annex any `README*`, `LICENSE`, or `.bids-validator-config.json` files - documentation: fix builds on RTD
0.3.3
- raise dependency on datalad-deprecated which was prematurely released
0.3.2
- increase dependency on datalad to 0.16.7 - depend on datalad-metalad and datalad-deprecated for both styles of metadata extractors - update the metadata extractors to work with current numpy versions - BIDS extractor compatible with pybids>=0.15.1 and BIDS v1.6.0 - fix nifti1 metadata extractor not dealing properly with byte strings - various internal changes and fixes around testing and CI setup