Skip to content

0.0.12rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tsalo tsalo released this 04 Mar 20:49
· 227 commits to main since this release
0c85370

This release candidate includes a number of changes. We have added a new FocusCounter diagnostic tool for characterizing results of coordinate-based meta-analyses, and have added cluster-level correction to the MKDAChi2 Estimator's Monte Carlo FWE correction method. We have also made some changes to the documentation formatting that should hopefully make the NiMARE documentation more informative and easier to read.

What's Changed

🛠 Breaking Changes

  • Replace multiprocessing with joblib for parallelization and change n_cores default to 1 by @tsalo in #597
  • Incorporate joblib into ALESubtraction and fix SCALE docstring by @tsalo in #641

🎉 Exciting New Features

  • Add FocusCounter diagnostic tool by @tsalo in #649
  • Support cluster-level Monte Carlo FWE correction in the MKDAChi2 Estimator by @tsalo in #650

🐛 Bug Fixes

  • Retain updated Estimator in Corrector-generated MetaResults by @tsalo in #633
  • Do not inherit IBMAEstimator's aggressive_mask from previous Datasets by @tsalo in #652

Other Changes

  • Reduce SCALE memory usage by @tsalo in #632
  • Improve memory management in MKDAChi2 Estimator by @tsalo in #638
  • Remove Peaks2Maps-related tests by @tsalo in #643
  • Disable MA map pre-generation in CorrelationDecoder by @tsalo in #637
  • Switch testing from CircleCI to GitHub Actions by @tsalo in #642
  • Override unusable methods and improve documentation by @tsalo in #645

Full Changelog: 0.0.11...0.0.12rc2