0.0.13
What's Changed
This release was motivated because there were updates to underlying packages that broke the installation of NiMARE.
In addition, there are multiple breaking changes as well as new features outlined below.
🛠 Breaking Changes
- Remove Peaks2Maps from NiMARE by @tsalo in #644
- Remove duecredit in favor of BibTeX references by @tsalo in #736
- Switch from face+edge connectivity to face-only by @tsalo in #733
- Remove conperm and scale CLI workflows by @tsalo in #740
🎉 Exciting New Features
- Add
tables
attribute to MetaResult class by @tsalo in #734 - Add FocusFilter class for removing coordinates outside of a mask by @tsalo in #732
- Add parallelization option to
CorrelationDecoder
andCorrelationDistributionDecoder
by @JulioAPeraza in #738 - Append the top 3 words to LDA topic names by @JulioAPeraza in #741
- Enhance LDA annotator by @JulioAPeraza in #742
🐛 Bug Fixes
- Shift centers of mass into clusters in Jackknife/FocusCounter by @tsalo in #735
- fix a bug in conversion from z statistics to p values by @yifan0330 in #749
- Remove "dataset"
return_type
option from kernel transformers by @JulioAPeraza in #752
Other Changes
- Fix import in download_neurosynth example by @PTDZ in #743
- Optimize compute_kda_ma by @liuzhenqi77 in #745
- Optimize dataset.get by @liuzhenqi77 in #746
- Fix MACM analysis example by @JulioAPeraza in #750
- Remove upper bound for matplotlib version by @ghisvail in #751
- Fix neurosyth download_abstracts example; inc biopython by @WillForan in #753
- Raise deprecation warnings with Python 3.6 and 3.7 by @JulioAPeraza in #754
- [MAINT] Fix various errors due to major version changes in dependencies by @jdkent in #757
New Contributors
- @PTDZ made their first contribution in #743
- @liuzhenqi77 made their first contribution in #745
- @yifan0330 made their first contribution in #749
- @ghisvail made their first contribution in #751
- @WillForan made their first contribution in #753
Full Changelog: 0.0.12...0.0.13