Skip to content

0.0.12rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@tsalo tsalo released this 31 May 21:05
· 183 commits to main since this release
9ee929a

Just a quick release for debugging.

What's Changed

🛠 Breaking Changes

  • Stop storing MetaResults as attributes of fitted Estimators by @tsalo in #657
  • Refactor Correctors and remove statsmodels requirement by @tsalo in #679

🎉 Exciting New Features

  • Support vfwe_only in CBMAEstimator even when null_method isn't montecarlo by @tsalo in #678

Other Changes

  • Document other meta-analysis tools outside our ecosystem by @tsalo in #654
  • Reorganize and streamline examples by @tsalo in #656
  • Convert CBMAEstimator method to function by @tsalo in #658
  • Add explicit support for Python 3.10 by @tsalo in #648
  • Use BibTeX citations in documentation by @tsalo in #670
  • Replace relative imports with absolute ones by @tsalo in #674
  • Simplify organization of base classes by @tsalo in #675
  • Note why we don't implement TFCE in NiMARE (currently) by @tsalo in #680
  • Dropping the memory-mapping option for Estimators and kernel transformers by @JulioAPeraza in #681
  • Optimize locating coordinates in convert_neurosynth_to_dataset by @ryanhammonds in #682
  • Reduce memory usage of KernelTransformer.transform and meta.utils.compute_kda_ma by @JulioAPeraza in #676
  • Generate automatic CHANGELOG from release note and add it to docs by @JulioAPeraza in #684
  • Add manual changelog to documentation by @tsalo in #635

New Contributors

Full Changelog: 0.0.12rc2...0.0.12rc3