0.1.0
What's Changed
This is a big release, there are several large items we added:
- Coordinate Based Meta Regression! This is a great alternative to the kernel-based methods to detect convergence with more sensitivity and more flexibly compare between groups.
- Reports Module: now you can generate an html report for the simple kernel based methods, more estimators will be supported in upcoming releases
🎉 Exciting New Features
- [ENH] Support pre-generated maps in
CorrelationDecoder
by @JulioAPeraza in #782 - [ENH] add Coordinate Based Meta Regression by @yifan0330 in #721
- [ENH] Add Corrector and Diagnostics attributes to MetaResult object by @JulioAPeraza in #804
- [ENH] Add NiMAREBase features to the Corrector base class by @JulioAPeraza in #807
- [ENH] Add
reports
module by @JulioAPeraza in #802
🐛 Bug Fixes
- [FIX] Set
n_iters
defaults only for estimators withnull_method="montecarlo"
by @JulioAPeraza in #803 - [FIX] handle case of no sample size being reported by @jdkent in #792
- [FIX] math display by @yifan0330 in #805
- [FIX] allow analysis to have null points when converting from nimads to dataset by @jdkent in #808
Other Changes
- [MAINT] Drop support for Python 3.6 and 3.7 by @JulioAPeraza in #780
- [MAINT] remove codecov by @jdkent in #788
- [DOC] change readthedocs badge from latest to stable by @jdkent in #786
- [DOC] Add neurolibre link by @jdkent in #789
- [MAINT] make indexed_gzip install optional by @jdkent in #791
- [MAINT] Remove RC versions from Changelog by @JulioAPeraza in #790
- [MAINT] Unpin numpy version by @JulioAPeraza in #794
- [REF] Replace
_get_clusters_table
with nilearn'sget_clusters_table
by @JulioAPeraza in #793 - [MAINT] Support Python 3.11 by @JulioAPeraza in #796
- [MAINT] fix readthedocs by @jdkent in #797
Full Changelog: 0.0.14...0.1.0