0.0.7rc1
Pre-release
Pre-release
Release Notes
This release involves two changes worth mentioning. First, we have fixed a bug in how permutation-based p-values are calculated (thanks to @alexenge for identifying and reporting). Second, we have changed how the "empirical" null method is performed. The "empirical" method is now much slower, but more accurate, than the "analytic" approach.
Changes
- [FIX] Permutation p-values (#447) @tyarkoni
- [FIX,REF] start changing how to handle resampling (#439) @jdkent
- [FIX] transform_images extra dimension (#445) @jdkent
- [DOC] Add decoding description page (#443) @tsalo
- [MAINT] Switch to GitHub Actions for PyPi deployment (#441) @tsalo
- [ENH] Implement full coordinate-set empirical null method (#424) @tsalo
- [DOC] Fix NeuroStars link (#434) @tsalo
- [DOC] Add specialized issue templates (#433) @tsalo
- [MAINT] Add indexed_gzip as a dependency (#431) @tsalo