0.9.5
Release Notes
Bug fix release in the 0.9.x series.
Final planned release with Python 2 support.
With thanks to new contributors Ashley Gillman, Satra Ghosh and Hans Johnson.
Changes
- FIX: Filter before downsampling (#529)
- FIX: Copy input dict in
replace_entities
; Typos indefault_path_patterns
(#517) - FIX: Use string dtype for all entities when using regex search (#511)
- FIX: Update Sphinx docs for 2.2 (#507)
- ENH: Enable automatic derivative database caching (#523)
- ENH: Raise ValueError if BIDSLayout.build_path fails to match any pattern (#508)
- RF: Subclass analysis Node from object (#528)
- DOC: Unify docstring format (#499)
- DOC: Auto-generate stubs (#513)
- STY: .sql is a misleading extension to sqlite files (#531)
- STY: General cleanups (#526, #527)