Skip to content

0.0.13

Compare
Choose a tag to compare
@jdkent jdkent released this 17 Jan 17:50
· 77 commits to main since this release

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 and CorrelationDistributionDecoder 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

New Contributors

Full Changelog: 0.0.12...0.0.13