0.0.14rc1
Pre-release
Pre-release
What's Changed
🛠 Breaking Changes
- Support clusters table in Diagnostics by @JulioAPeraza in #765
🎉 Exciting New Features
- Add
save()
andload()
methods toMetaResult
objects by @JulioAPeraza in #771 - Incorporate Estimator and Corrector descriptions into MetaResult objects by @tsalo in #724
- Add
cluster_threshold
option to Diagnostics by @JulioAPeraza in #777 - Add CBMA workflow by @JulioAPeraza in #761
- [ENH] rudimentary support for nimads by @jdkent in #763
🐛 Bug Fixes
- Do not zero out one-tailed z-statistics for p-values > 0.5 by @JulioAPeraza in #693
Other Changes
- Support nibabel 5.0.0 by @JulioAPeraza in #762
- Link to NeuroStars software support category instead of neuro questions by @tsalo in #768
- Revert "Do not zero out one-tailed z-statistics for p-values > 0.5" by @JulioAPeraza in #769
- [DOC] add note about SDM by @jdkent in #764
- Replace
pandas.DataFrame.append
withpandas.concat
by @JulioAPeraza in #774 - Major refactoring of Diagnostics module by @JulioAPeraza in #776
- [DOC] add proper documentation to nimads module by @jdkent in #778
Full Changelog: 0.0.13...0.0.14rc1