Skip to content

0.0.9

Compare
Choose a tag to compare
@tsalo tsalo released this 04 Jul 19:26
· 289 commits to main since this release
f69f396

Release Notes

This release primarily improves testing and documentation, but there are a few new features as well.
The new features include (1) a new "merge" method for Datasets, to combine two Datasets into a new one, (2) a new ImageTransformer class for generating new images from existing ones of different types, (3) a new "inspect" method for Correctors, to make it easier for users to see what kinds of multiple comparisons correction methods are available for a Corrector type and a specific MetaResult.

Special thanks to @alexenge for the new ALE subtraction and conjunction analysis example and to @JulioAPeraza for enhancing NiMARE's docstrings with "versionadded" and "versionchanged" directives!

Changes

  • [TST, REF] Address pandas SettingWithCopyWarnings (#534) @tsalo
  • [ENH] Accept multiple annotations files in Neurosynth converter (#531) @tsalo
  • [ENH] Add Corrector.inspect class method (#530) @tsalo
  • [TST] Cover cases where some studies are missing coordinates (#527) @tsalo
  • [ENH] Add drop_invalid option to Dataset.get() and Estimator.fit() (#526) @tsalo
  • [ENH] Support lists of targets in ImageTransformer (#518) @tsalo
  • [DOC] Add versionadded and versionchanged directives to docstrings (#501) @JulioAPeraza
  • [DOC] Add example for ALE subtraction and conjunction analysis (#519) @alexenge
  • [ENH] Add merge method to Dataset class (#517) @tsalo
  • [ENH] Add ImageTransformer class (#513) @tsalo
  • [ENH] Add overwrite option to transform_images (#509) @tsalo