0.0.12rc3
Pre-release
Pre-release
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
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
andmeta.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
- @ryanhammonds made their first contribution in #682
Full Changelog: 0.0.12rc2...0.0.12rc3